We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to monitor Hetzner API call usage.
The text was updated successfully, but these errors were encountered:
We can probably overwrite the request method (https://github.com/hetznercloud/hcloud-python/blob/main/hcloud/_client.py#L266) in our new custom HClient where we added the user agent (https://github.com/testflows/TestFlows-GitHub-Hetzner-Runners/blob/main/testflows/github/hetzner/runners/hclient.py).
Sorry, something went wrong.
The API limit can be retrieved from the response headers.
HTTP/2 200 date: Wed, 09 Oct 2024 18:04:44 GMT content-type: application/json content-length: 203 vary: Accept-Encoding ratelimit-limit: 3600 ratelimit-remaining: 3599 ratelimit-reset: 1728497085 ...
For Hetzner API usage we need something similar to https://github.com/testflows/TestFlows-GitHub-Hetzner-Runners/blob/main/testflows/github/hetzner/runners/api_watch.py.
No branches or pull requests
We need to monitor Hetzner API call usage.
The text was updated successfully, but these errors were encountered: