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
Request to add Landing page on Prometheus Client Output Plugin.
The Landing page is one of the recommended developments for the Prometheus exporter.
ref: https://prometheus.io/docs/instrumenting/writing_exporters/#landing-page
We are going to use the landing page for health check about service discovery.
We can use "/metrics" path for health check, but if the metric size is large, unnecessary network costs occur.
Actually, we currently have a system that generates metrics over 20MB, so we want to do health check using the landing page.
Add Landing page on Prometheus Client Output Plugin.
Use the "/metric" path for health check.
Use the "/" path (landing page) for health check.
Prometheus is commonly integrated with service discovery to identify target that is being metric collection.such as consul.
A health check is required to maintain list of healthy service, and a landing page is used to reduce unnecessary network costs.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Feature Request
Request to add Landing page on Prometheus Client Output Plugin.
The Landing page is one of the recommended developments for the Prometheus exporter.
ref: https://prometheus.io/docs/instrumenting/writing_exporters/#landing-page
We are going to use the landing page for health check about service discovery.
We can use "/metrics" path for health check, but if the metric size is large, unnecessary network costs occur.
Actually, we currently have a system that generates metrics over 20MB, so we want to do health check using the landing page.
Proposal:
Add Landing page on Prometheus Client Output Plugin.
Current behavior:
Use the "/metric" path for health check.
Desired behavior:
Use the "/" path (landing page) for health check.
Use case:
Prometheus is commonly integrated with service discovery to identify target that is being metric collection.such as consul.
A health check is required to maintain list of healthy service, and a landing page is used to reduce unnecessary network costs.
The text was updated successfully, but these errors were encountered: