File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
linkTitle: K8s attributes
3
3
--->
4
4
5
- ## Specify resource attributes using Kubernetes annotations
5
+ # Specify resource attributes using Kubernetes annotations
6
6
7
7
All annotations with the ` resource.opentelemetry.io/ ` prefix should be translated into the corresponding resource
8
8
attributes.
@@ -17,7 +17,7 @@ The following [service resource attributes](../attributes-registry/service.md) a
17
17
There are different ways to calculate the service attributes.
18
18
19
19
1 . [ Well-Known Labels] ( https://kubernetes.io/docs/reference/labels-annotations-taints/ )
20
- 2 . Annotations on the pod template that have the ` resource.opentelemetry.io/ ` prefix as described in
20
+ 2 . Annotations on the pod template that have the ` resource.opentelemetry.io/ ` prefix as described in
21
21
[ resource attributes using Kubernetes annotations] ( #specify-resource-attributes-using-kubernetes-annotations )
22
22
3 . A function of the Kubernetes resource attributes defined above
23
23
You can’t perform that action at this time.
0 commit comments