Skip to content

Commit

Permalink
Update README.md for k8sattributesprocessor (open-telemetry#34773)
Browse files Browse the repository at this point in the history
Fixing broken link for extracting attributes from pod labels and
annotations.

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->

**Link to tracking Issue:** <Issue number if applicable>

**Testing:** <Describe what testing was performed and which tests were
added.>

**Documentation:** <Describe the documentation added.>

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
  • Loading branch information
2 people authored and f7o committed Sep 12, 2024
1 parent 37d752f commit e81a9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/k8sattributesprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ are then also available for the use within association rules. Available attribut
- k8s.job.name
- k8s.node.name
- k8s.cluster.uid
- Any tags extracted from the pod labels and annotations, as described in [extracting attributes from metadata](#extracting-attributes-from-metadata)
- Any tags extracted from the pod labels and annotations, as described in [extracting attributes from pod labels and annotations](#extracting-attributes-from-pod-labels-and-annotations)


Not all the attributes are guaranteed to be added. Only attribute names from `metadata` should be used for
Expand Down

0 comments on commit e81a9e4

Please sign in to comment.