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

Alternative way to scrape metrics by exporter #121

Open
echerniak opened this issue Apr 10, 2019 · 0 comments
Open

Alternative way to scrape metrics by exporter #121

echerniak opened this issue Apr 10, 2019 · 0 comments
Labels
discussion point The issue contains a request or an idea, that has to be discussed first question Further information is requested

Comments

@echerniak
Copy link
Contributor

Current exporter implementation scrapes metrics every 10 seconds (as often, as queue manager publishes them). I suggest to scrape metrics as often, as prometheus requests them and not to depend on queue manager's publishing rate. It will make exporter logic more understandable and simple, but still a lot of corner cases should be discussed. For example, how to behave, if prometheus didn't scrape metrics for a very long time.

@echerniak echerniak added question Further information is requested discussion point The issue contains a request or an idea, that has to be discussed first labels Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion point The issue contains a request or an idea, that has to be discussed first question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant