sentry_exporter
sentry_exporter copied to clipboard
Option for exporting metrics from all projects?
Right now in the Prometheus configuration, if you want to export metrics for certain projects you need to specify them as specific targets manually. Is there a way to configure this more dynamically, or to export all by default?
E.g. using the sentry API as https://github.com/ujamii/prometheus-sentry-exporter
+1 The reasoning being, as a company with 100+ microservices, adding projects manually is an antipattern. For our use case (a small but growing dev team), everything should be scraped automatically, so that prometheus/grafana can have alerts on error rates on individual projects.
Also: the default endpoint for scraping all data should be /metrics, as is the convention in other exporter projects. Again, of course I'm not sure what your design philosophy and goal is with this project, but that would be what I'd expect from all other projects.