We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a710a commit d6b172dCopy full SHA for d6b172d
gcp-resources/README.md
@@ -14,9 +14,9 @@ The following OpenTelemetry semantic conventions will be detected:
14
| host.id | auto | auto | | | |
15
| host.name | auto | auto | | | |
16
| host.type | auto | auto | | | |
17
-| k8s.pod.name | | environment variable | | | |
18
-| k8s.namespace.name | | environment variable | | | |
19
-| k8s.container.name | | environment variable | | | |
+| k8s.pod.name | | downward API | | | |
+| k8s.namespace.name | | downward API | | | |
+| k8s.container.name | | hardcoded (manual) | | | |
20
| k8s.cluster.name | | auto | | | |
21
| faas.name | | | auto | auto | auto |
22
| faas.version | | | auto | auto | auto |
0 commit comments