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

added federation metrics #140

Merged
merged 1 commit into from
Sep 18, 2019
Merged

added federation metrics #140

merged 1 commit into from
Sep 18, 2019

Conversation

pezzak
Copy link

@pezzak pezzak commented Aug 21, 2019

Metrics for the federation plugin. Implemented like a shovel exporter:

# HELP rabbitmq_federation_state A metric with a value of constant '1' for each federation in a certain state
# TYPE rabbitmq_federation_state gauge
rabbitmq_federation_state{cluster="[email protected]",exchange="",node="rabbit@dc1rbmq1",queue="test_queue1",self="0",status="running",vhost="/"} 1
rabbitmq_federation_state{cluster="[email protected]",exchange="test_exchange1",node="rabbit@dc1rbmq1",queue="",self="0",status="starting",vhost="/"} 1

@pezzak pezzak force-pushed the feature/federation branch from be77493 to ace02f9 Compare August 21, 2019 14:42
@kbudde kbudde merged commit 2b51d89 into kbudde:master Sep 18, 2019
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.

3 participants