Skip to content

Commit

Permalink
Update exporter/prometheusexporter/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickv2002 committed Sep 21, 2023
1 parent 43f657a commit bcddbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/prometheusexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ processor:
metric_statements:
- context: datapoint
statements:
- set(attributes["k8s_namespace"], resource.attributes["k8s.namespace.name"])
- set(attributes["namespace"], resource.attributes["k8s.namespace.name"])
- set(attributes["container"], resource.attributes["k8s.container.name"])
- set(attributes["pod"], resource.attributes["k8s.pod.name"])
```
Expand Down

0 comments on commit bcddbfa

Please sign in to comment.