Skip to content

Commit 81f170a

Browse files
committed
Fix documentation around downward API
1 parent b7a710a commit 81f170a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gcp-resources/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ The following OpenTelemetry semantic conventions will be detected:
1414
| host.id | auto | auto | | | |
1515
| host.name | auto | auto | | | |
1616
| host.type | auto | auto | | | |
17-
| k8s.pod.name | | environment variable | | | |
18-
| k8s.namespace.name | | environment variable | | | |
19-
| k8s.container.name | | environment variable | | | |
17+
| k8s.pod.name | | downward API | | | |
18+
| k8s.namespace.name | | downward API | | | |
19+
| k8s.container.name | | hardcoded | | | |
2020
| k8s.cluster.name | | auto | | | |
2121
| faas.name | | | auto | auto | auto |
2222
| faas.version | | | auto | auto | auto |

0 commit comments

Comments
 (0)