-
Dear all,
We are using AKKA for message handling in our cluster.
For monitoring it, we found that Micrometer-akka is one of the emerging and active project on Github.
We just wonder, since we a…
-
The combination @NewSpan/@SpanTag seems not fully working on interface methods - like Spring Data JPA repo methods (tested with latest Spring Boot 3.3.1 release).
Instead of creating a new span for…
-
### Your question
[MicroMeter](https://micrometer.io/)现在也是SpringBoot Actuator使用的标准Metrics工具,不知道`Lookout`是否会对其做兼容处理呢
-
I would like to investigate adding some metrics to Thymeleaf. The Spring library already uses Micrometer so this won't introduce a new dependency.
I'm primarily interested in recording which templa…
-
It would be quite helpful if the spring-cloud-aws could provide a MeterRegistryCustomizer to automatically annotate micrometer metrics with dimensions based on the metadata from AWS (i.e Instance …
-
If I'm not mistaken I currently have to add a dependency to `micrometer-core` to every module using metrics, which is a huge jar that contains almost the entire framework. I suggest you splitting this…
-
This came up in https://github.com/micrometer-metrics/micrometer/issues/3661, on https://micrometer.io/docs/registry/prometheus there is no mention about Prometheus `PushGateway` (it is a Prometheus C…
-
### Use case
Providing Observability support for JOOQ users (instrumenting JOOQ).
The goal of the Observation API is to be able to cover a lot of the Observability needs of the users so the use ca…
-
**Describe the bug**
A clear and concise description of what the bug is.
We noticed a performance regression related to #4857. Specifically, with a lot of meters, this `preFilterIdToMeterMap` map …
-
### Describe the bug
On a Spring Boot app with Micrometer instrumentation, with all the defaults, OpenTelemetry outputs the following metrics:
- http.server.requests histogram (who has "max");
- …