micronaut-micrometer icon indicating copy to clipboard operation
micronaut-micrometer copied to clipboard

Integration between Micronaut and Micrometer

Results 61 micronaut-micrometer issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.micronaut.grpc:micronaut-grpc-bom](https://micronaut.io) ([source](https://togithub.com/micronaut-projects/micronaut-grpc)) | `4.3.0` -> `4.4.1` |...

type: dependency-upgrade

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.micronaut.cache:micronaut-cache-bom](https://micronaut.io) ([source](https://togithub.com/micronaut-projects/micronaut-cache)) | `4.2.2` -> `4.3.0` |...

type: dependency-upgrade

- Added a new HttpHistogramMeterFilterFactory class to contribute to the configuration of the 'http.server.requests' and 'http.client.requests' meters. - Added test to validate configuration takes effect.

I think this might resolve https://github.com/micronaut-projects/micronaut-micrometer/issues/615, not sure based on the discussion there. I didn't seek to create this because of that issue. I'm using this Factory in a service...

type: enhancement

### Feature description At the moment there is no way to configure micrometer to produce histograms I'd like to contribute with a small PR to add a configuration to enable...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.micrometer:micrometer-registry-wavefront](https://togithub.com/micrometer-metrics/micrometer) | `1.12.4` -> `1.12.5` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.micrometer:micrometer-registry-wavefront/1.12.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

type: dependency-upgrade

Micrometer-core uses `@Value` for configuration instead of a `@ConfigurationProperties` object This means that the configuration is not automatically documented. This will be a breaking change as we will need to...

status: next major version

### Issue description I would like to exclude some of urls such as healthcheck or prometheus endpoints. These urls are creating noisy metrics. Is it possible to exclude them?

### Feature description Spring Boot has out of the box support for Prometheus Pushgateway. We would like to use the same approach with Micronaut as well including metrics for monitoring...

type: enhancement

### Feature description TimedInterceptor doesn't override `getOrder` and return a specific value, so it gets `0`. The docs for `Ordered` claim "Defaults to zero (no order)", but from my reading...