prometheus / prometheus/client_python
SigV4 support to push to AWS-based pushgateways?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 876
- Avg merge
- 8d 4h
- Merged PRs (30d)
- 1
Description
AFAIU currently there's no handler in the library to handle push_to_gateway() calls to an AWS-based pushgateway which needs the access key, secret key and all that good stuff.
I saw this PR which adds such support to the Go client: https://github.com/prometheus/prometheus/pull/8509/files. Wondering if this will be supported by the Python client in the future?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Python client's push_to_gateway() entry point and compare it with the referenced Prometheus Go PR #8509 to understand the expected AWS SigV4 behavior. Done means the client can authenticate pushes to AWS-based pushgateways using the required credentials and the resulting behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100