Skip to content
Discussion options

You must be logged in to vote

And the second question I also managed, by adding a specific attributes processor per rabbitmq connection, and creating a different pipeline.

I'm altering the basic dashboard now to be able to filter on environment/vhost.

receivers:
  ...
  rabbitmq/testing:
    endpoint: ...
  rabbitmq/staging:
    endpoint: ...
processors:
  attributes/testing:
    actions:
      - key: deployment.environment
        value: testing
        action: insert
  attributes/staging:
    actions:
      - key: deployment.environment
        value: staging
        action: insert
...
service:
  ...
  pipelines:
    metrics/rabbit-testing:
      receivers: [rabbitmq/testing]
      processors: [batch, attributes/tes…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by blancqua
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant