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

Add params to allowed scrape jobs keys #542

Merged
merged 4 commits into from
Nov 22, 2023

Conversation

gboutry
Copy link
Contributor

@gboutry gboutry commented Oct 17, 2023

Params allows to specify HTTP query parameters to append to a metrics_path.

Issue

Some metrics endpoint need query arguments to resolve properly.
Fix #541

Solution

Add params to allowed scrape jobs keys.

Context

openstack-exporter requires the cloud name to be passed as query arguments (as it can monitor multiple cloud definitions)

Testing Instructions

Create a job specifying params.

Release Notes

Add params to allowed scrape jobs keys

Params allows to specify HTTP query parameters to append to a
metrics_path.
@sed-i sed-i merged commit 26c43ef into canonical:main Nov 22, 2023
12 checks passed
@gboutry gboutry deleted the feat/add-params-key branch November 22, 2023 16:40
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

Successfully merging this pull request may close these issues.

Add params to scrape job configuration
3 participants