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

Static website and documentation for Micrometer.

Results 24 micrometer-docs issues
Sort by recently updated
recently updated
newest added

We added a new OTLP registry in 1.10: https://github.com/micrometer-metrics/micrometer/issues/2864 Follow-up: after we add docs, it would be good to make sure Spring Boot's documentation has a corresponding section that links...

enhancement

See https://github.com/micrometer-metrics/micrometer/issues/2930. We've previously added clarification around this usage, but it could be more explicit that you should not use the TimedAspect AND Spring Boot's `@Timed` support, because it results...

Updating the default configuration to DogStatsD, which is more efficient and has other advantages.

Hi, I was checking a documentation the other day with https://validator.w3.org/checklink that shows 404s basically for every micrometer doc URL that said documentation contains. ![image](https://user-images.githubusercontent.com/6304496/181632370-ed85d4f4-7953-46fa-86a4-e6fb3bbcd050.png) The same can be reproduced...

help wanted

``` yarn add --exact [email protected] rm -rf node_modules yarn install yarn upgrade yarn start ``` Seems we're blocked by https://github.com/facebook/create-react-app/issues/11753. Our svg imports that worked before the cra 5.0.0 upgrade...

dependencies
task
blocked

Based on available documentation it is not clear what does the following micrometer/promethues measure. http_server_requests_seconds_max

See https://github.com/micrometer-metrics/micrometer/pull/1102#issuecomment-506613082. It is not clear to users how percentiles are written to Influx currently.

task

We display a blank page when an unknown URL is requested. It would be better if we displayed something that indicated the URL was not mapped.

enhancement

This is exactly what happened. I'm an app using micrometer + some custom registry to micrometer + prometheus. I spent a few hours trying to figure out why some metrics...