Skip to content

Commit

Permalink
change tag
Browse files Browse the repository at this point in the history
  • Loading branch information
NameHaibinZhang committed Nov 15, 2024
1 parent f5a70eb commit 5731f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/constants/TagConstants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace logtail {
////////////////////////// Trace ////////////////////////
#ifndef __ENTERPRISE__ // 开源版
const std::string DEFAULT_TRACE_TAG_NAMESPACE = "k8s.namespace.name";
const std::string DEFAULT_TRACE_TAG_CONTAINER_ID = "k8s.container.name";
const std::string DEFAULT_TRACE_TAG_CONTAINER_ID = "k8s.container.id";
const std::string DEFAULT_TRACE_TAG_PID = "service.instance.id";
const std::string DEFAULT_TRACE_TAG_REMOTE_IP = "remote.ip";
const std::string DEFAULT_TRACE_TAG_PEER_WORKLOAD_NAME = "peer.workload.name";
Expand Down

0 comments on commit 5731f95

Please sign in to comment.