-
We are having multiple rabbitmq brokers (one for test, acceptance, prod etc.). We'd like to export metrics to Signoz. In a single collector, I seem to only be able to configure 1 broker. I could set up multiple otel-collectors, but the dashboard seems to assume there is only one broker. There is on easy way to filter per environment or at least I am not finding it. I could use TL;DR:
Apologies if this is somehow a newbie question, quite new to Signoz and OpenTelemetry. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The first question I figured out here :-); I can name each RabbitMQ receiver by appending |
Beta Was this translation helpful? Give feedback.
-
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.
|
Beta Was this translation helpful? Give feedback.
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.