deadtrickster / prometheus_rabbitmq_exporter

Prometheus.io exporter as a RabbitMQ Managment Plugin plugin
MIT License
292 stars 72 forks source link

What to use as a target for prometheus? #3

Closed oneiros-de closed 8 years ago

oneiros-de commented 8 years ago

Hi, after I've deployed the plugins, what should I use as a target for prometheus? server:8080 gives a connection refused and on server:15672/metrics the server returns a 404.

Thanks in advance

deadtrickster commented 8 years ago

all endpoints managed by management plugin are prefixed with /api so target url for scrapes is server:15672/api/metrics.

oneiros-de commented 8 years ago

Thanks.