python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
What does Micrometer `@Timed` monitor?
I have used New Relic micrometer registry for monitoring metrics in my Spring boot application. I used @Timed annotation at the controller level to monitor each API separately. However, I am unable to...
Mahima Tiwary
Votes: 0
Answers: 0
Error in calculating the increase function with micrometer
I'm generating custom metrics with micrometer using quarkus, when executing the "increase" function directly in prometheus the value presented for the calculation is wrong.
I believe that th...

Dionatan Araujo
Votes: 0
Answers: 1
Cannot find a dependency matching 'quarkus-micrometer-registry-prometheus'
I am new in Quarkus and I want to enable micrometer with prometheus, so I added the dependency quarkus-micrometer-registry-prometheus. I typed this command:
./mvnw quarkus:add-extension -Dextensions=&...
Bassem BEN KHLIFA
Votes: 0
Answers: 1
Update Micronaut metric without a controller or a job
I'm working in a micronaut project, using Kotlin, and I want to use micrometer to create a metric related with the number of entries that I've in the database.
My question is: The update of this metri...
Miguel Andrade
Votes: 0
Answers: 0