You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
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?
Thanks,
Rahul Patil
Julien Pivotto
unread,
Apr 28, 2021, 5:23:59 AM4/28/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Rahul Patil, Prometheus Users
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