Yes, and there are multiple ways to do that.

Ideally you would integrate exporter capability into your existing 
application, using one of the client libraries 
<https://prometheus.io/docs/instrumenting/clientlibs/>.

You can run a standalone exporter like statsd_exporter, and send messages 
to it to update the state that it exposes.

At worst you can just write metrics into a file in the exposition format 
<https://prometheus.io/docs/instrumenting/exposition_formats/>, then serve 
them using node_exporter's textfile collector, or even just a plain web 
server.

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/38277ecf-4824-4860-b704-635d99984a23o%40googlegroups.com.

Reply via email to