Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow for namespaced environment tags #1101

Merged

Conversation

ivantopo
Copy link
Contributor

@ivantopo ivantopo commented Feb 1, 2022

This PR allows having nested tag values inside kamon.environment.tags. These configurations would work now:

kamon.environment.tags {
  k8s.namespace.name = "production"

  k8s {
    pod {
      uid = "xxxxx"
      name = "yyyyyyy"
    }
  }
}

And generate three environment tags:

  • k8s.namespace.name
  • k8s.pod.uid
  • k8s.pod.name

@ivantopo ivantopo merged commit af70b8e into kamon-io:master Feb 1, 2022
@ivantopo ivantopo deleted the allow-namespaced-environment-tags branch February 1, 2022 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant