Commit 5df3594 1 parent c762b9b commit 5df3594 Copy full SHA for 5df3594
File tree 1 file changed +1
-2
lines changed
operator/internal/manifests/openshift
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ func DefaultOTLPAttributes(disableRecommended bool) config.OTLPAttributeConfig {
32
32
return result
33
33
}
34
34
35
- // TODO decide whether we want to split the default configuration by tenant
36
35
result .Global .ResourceAttributes [0 ].Names = append (result .Global .ResourceAttributes [0 ].Names ,
37
36
"k8s.container.name" ,
38
37
"k8s.cronjob.name" ,
@@ -41,6 +40,7 @@ func DefaultOTLPAttributes(disableRecommended bool) config.OTLPAttributeConfig {
41
40
"k8s.job.name" ,
42
41
"k8s.node.name" ,
43
42
"k8s.pod.name" ,
43
+ "k8s.statefulset.name" ,
44
44
"kubernetes.container_name" ,
45
45
"kubernetes.host" ,
46
46
"kubernetes.pod_name" ,
@@ -55,7 +55,6 @@ func DefaultOTLPAttributes(disableRecommended bool) config.OTLPAttributeConfig {
55
55
"k8s.node.uid" ,
56
56
"k8s.pod.uid" ,
57
57
"k8s.replicaset.name" ,
58
- "k8s.statefulset.name" ,
59
58
"process.command_line" ,
60
59
"process.executable.name" ,
61
60
"process.executable.path" ,
You can’t perform that action at this time.
0 commit comments