Bleemeo agent could query a Prometheus exporter for custom metrics.
To configure Prometheus metrics, you just need to add the following to your Bleemeo
agent configuration (/etc/bleemeo/agent.conf.d/50-prometheus-metrics.conf
):
metric:prometheus:my_application:url: "http://localhost:8080/metrics"other_application:[...]
Restart your agent to apply the new configuration.
The name of the applications (my_application
and other_application
in this example) must be unique for one Bleemeo agent. You could define any number of Prometheus exporter.