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

v2: Make it easy to set static labels #1121

Open
petewall opened this issue Jan 15, 2025 · 1 comment
Open

v2: Make it easy to set static labels #1121

petewall opened this issue Jan 15, 2025 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@petewall
Copy link
Collaborator

I'd love to be able to do this:

podLogs:
  staticLabels:
    region: central

without needing to do this:

podLogs:
  extraLogProcessingStages: |
    stage.static_labels {
      values = {
        region = "central",
      }
    }
@petewall petewall added the good first issue Good for newcomers label Jan 15, 2025
@petewall petewall self-assigned this Jan 15, 2025
@ceastman-r7
Copy link

@petewall In addition to the podLogs feature, can you do this for metrics, traces and profiles? I am looking to add some labels onto these as well that will help with setting up lbac (In the future when its available for these other observability pillars).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants