I have another question related to the MicrometerMetrics we are using in our ktor server. Is there a way to configure particular http routes to skip sending a metric?
a
Aleksei Tirman [JB]
04/05/2024, 7:04 AM
You can configure the
MeterRegistry
to filter out entries with the specified tag value. Here is an example: