Thanks Julien Pivotto , Does Is Actuator have native support for Prometheus in Spring (Not Spring boot)?
On Wednesday, April 28, 2021 at 2:53:59 PM UTC+5:30 Julien Pivotto wrote: > 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/77a19385-d81f-4b3d-83d3-1ebe021e08bfn%40googlegroups.com.

