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

Hitting API limits #6

Open
jmtsi opened this issue Nov 30, 2020 · 3 comments
Open

Hitting API limits #6

jmtsi opened this issue Nov 30, 2020 · 3 comments

Comments

@jmtsi
Copy link

jmtsi commented Nov 30, 2020

This exporter seems to produce so much API requests that we hit the limits even with 90s scrape interval. Is there any room for optimising the amount of requests?

@danielfm
Copy link
Collaborator

Not sure. The client code was extracted from another library, which had some compatibility issues with the newer Pingdom API version at the time.

This library was updated just a couple of days ago, maybe we can try using it again and removing the embedded client code.

Not sure it will help with the API limits issue you've been experiencing though.

@Shadow00Caster
Copy link

Seeing this as well with latest.

@Shadow00Caster
Copy link

Shadow00Caster commented Aug 31, 2021

Since this may not be maintained, suggest switching to https://github.com/timkra/prometheus-pingdom-exporter which has changes to the GO bin for Pingdom API 3.1 forked from giantswarm's exporter. Run binary natively or build docker container from the repo's Dockerfile. Note that exposed Prom metrics are a bit different.

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

No branches or pull requests

3 participants