akka-sensors
akka-sensors copied to clipboard
Q: Become monitoring backend agnostic
Hello, thank you for your library, very interesting. I have a suggestion to make it agnostic to the monitoring backend, e.g. I want to plug statsd or Datadog/Newrelic instead of Prometheus
Thank you for your suggestion @kpavlov. I think I'll stick with prometheus collectors, as they are extremely low-overhead. Nothing prevents however adding an exporter to extract the data from prometheus collector registry into statsd/Datadog/Newrelic formats. I would gladly consider a PR, as I myself have no experience with any of these.