-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
[Feature Request] Prometheus endpoint #67
Comments
adding an endpoint would require hosting a flask app and defining a port. This was not the design choice for us and was designed to pull information only, not be pulled from. I suggest you looking into the already existing integration built for this between prometheus_read and influxdb. https://docs.influxdata.com/influxdb/v1.7/supported_protocols/prometheus/ |
Further knowledge has shown that the prometheus python module is fully capable of doing this. Re-opening and leaving for when either i have time or someone would like to attempt :D |
Slight addition: |
Add an /metrics endpoint so that Prometheus can scrape from it. This way we can choose what TSDB to use.
The text was updated successfully, but these errors were encountered: