python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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
Micronaut Micrometer Prometheus common tag configuration is not applying to all metrics
Spring Boot allows the declarative configuration of common tags:
Commons tags are applied to all meters and can be configured, as the
following example shows:
management.metrics.tags.region=us-east-1...
codependent
Votes: 0
Answers: 1