-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Metricbeat] Prometheus Remote Endpoint #14983
Comments
This could be a new metricset in the prometheus module, it would open an HTTP server listening for remote_write API calls. Similar to the http.server metricset. I did some tests around this in the past: https://github.com/elastic/beats/compare/master...exekias:prometheus-remote-storage?expand=1 |
@exekias I cherry-picked your commit to start working on it |
👏 it's probably quite outdated, so expect there be 🐉, feel free to change anything there! |
|
Folks there is also this custom beat https://github.com/infonova/prometheusbeat which is also mentioned at https://prometheus.io/docs/operating/integrations/#remote-endpoints-and-storage. |
Today we can capture metrics from Prometheus servers, exporters, push gateways via our Prometheus module in Metricbeat. This requirement takes the next step by adding support for the remote write feature available in Prometheus.
Create a way to configure Elastic as a remote endpoint for Prometheus metrics in order to stream samples to Elasticsearch for long term storage and further analysis.
The text was updated successfully, but these errors were encountered: