Skip to content

Commit

Permalink
Fix documentation around downward API
Browse files Browse the repository at this point in the history
  • Loading branch information
psx95 committed Jan 7, 2025
1 parent b7a710a commit d6b172d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gcp-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ The following OpenTelemetry semantic conventions will be detected:
| host.id | auto | auto | | | |
| host.name | auto | auto | | | |
| host.type | auto | auto | | | |
| k8s.pod.name | | environment variable | | | |
| k8s.namespace.name | | environment variable | | | |
| k8s.container.name | | environment variable | | | |
| k8s.pod.name | | downward API | | | |
| k8s.namespace.name | | downward API | | | |
| k8s.container.name | | hardcoded (manual) | | | |
| k8s.cluster.name | | auto | | | |
| faas.name | | | auto | auto | auto |
| faas.version | | | auto | auto | auto |
Expand Down

0 comments on commit d6b172d

Please sign in to comment.