On 28 Apr 00:45, Rahul Patil wrote:
> Hi Team,
> 
> I am using a spring actuator in a simple spring application (Non-spring 
> boot). And I need to send the data of spring actuator to Prometheus in 
> Prometheus format
> 
> How I can achieve this?
> Is there any converter that can convert spring actuator data in Prometheus 
> format? 

Actuator has native support for Prometheus.

You will need to enable it and then hit
<your_app>/actuator/prometheus

In prometheus server, it means setting the following parameter in your
scrape job config

metrics_path: /actuator/prometheus

> 
> Thanks,
> Rahul Patil
> 
> -- 
> 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/3c60f7c4-8acc-4b27-8eb2-8b64636a36e5n%40googlegroups.com.


-- 
Julien Pivotto
@roidelapluie

-- 
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/20210428092353.GA214380%40oxygen.

Reply via email to