-
Notifications
You must be signed in to change notification settings - Fork 474
Review the documentation for Prometheus Input Package #14668
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one simple comment.
|
||
To scrape metrics from a Prometheus exporter, configure the `hosts` setting to it. The path | ||
to retrieve the metrics from (`/metrics` by default) is appended to the hostname as below: | ||
To collect metrics from a Prometheus exporter, configure the `hosts` setting to it and append the <metrics_path> from which you are collecting your metrics, using the following format: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO it's still okay to mention (/metrics
by default).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
|
💚 Build Succeeded
History
cc @alaudazzi |
Package prometheus_input - 0.9.1 containing this change is available at https://epr.elastic.co/package/prometheus_input/0.9.1/ |
This PR provides some edits for the Prometheus Input Package.