micrometer-docs
micrometer-docs copied to clipboard
Static website and documentation for Micrometer.
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...
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.  The same can be reproduced...
``` 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...
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.
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.
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...