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
I have a multi target exporter which is controlled via the params config directive.
params
I could not find a way to pass my parameters to the target using promgen. Do i just manually add them to the URL/metrics path ?
I am relatively new to prometheus and still trying to understand promgen as well so i hope i haven't missed anything.
example from https://prometheus.io/docs/guides/multi-target-exporter/#configuring-modules
- job_name: blackbox-http # To get metrics about the exporter’s targets metrics_path: /probe params: module: [http_2xx] target: [prometheus.io] static_configs: - targets: - localhost:9115
thanks for the help
The text was updated successfully, but these errors were encountered:
i tried adding it to the metrics path directly but that gets encoded by prometheus removing the ? as described here
?
Sorry, something went wrong.
Currently Promgen does not support the path parameter. It's something I would like to support, but recently I have been occupied with other tasks 🙇
ok thanks for the information 👍
No branches or pull requests
I have a multi target exporter which is controlled via the
params
config directive.I could not find a way to pass my parameters to the target using promgen. Do i just manually add them to the URL/metrics path ?
I am relatively new to prometheus and still trying to understand promgen as well so i hope i haven't missed anything.
example from
https://prometheus.io/docs/guides/multi-target-exporter/#configuring-modules
thanks for the help
The text was updated successfully, but these errors were encountered: