micrometer-docs
micrometer-docs copied to clipboard
Static website and documentation for Micrometer.
I have read lots of articles but all of them were lacking information on how to remove cross-cutting concerns using annotations. I believe, I managed to only find information on...
There are a few 3rd party `MeterBinder` supports including [Apache Camel](https://github.com/micrometer-metrics/micrometer/issues/410). It would be nice to have an index page for them like [3rd party Spring Boot starters](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-project/spring-boot-starters#community-contributions).
Hi. We'd like to see about updating these older docs to more proactively point to our dimensional metrics based registry. Would love to know what you think and what else...
I believe that I have found a bug when using the DynatraceMeterRegistry class. It looks like it would apply to all children of the StepMeterRegistry class though. Steps to reproduce...
See https://twitter.com/CorainChicago/status/1153767720686620674 > Why isn't the reference to io.micrometer.core.instruments.datadog.DatadogConfig a link? > > I'm wandering in the desert of documentation here (link: https://micrometer.io/docs/ref/spring/1.5#_datadog
See https://github.com/micrometer-metrics/micrometer/issues/2469#issuecomment-788760788 for background. We link to our documentation on "rate aggregation" in the "Supported monitoring systems" section, but we don't mention this information from the registry-specific documentation page. We...
There's no description in the reference manual for out-of-the-box meters. We can find their descriptions in the source files and some monitoring systems like Datadog but it would be nice...
See https://github.com/micrometer-metrics/micrometer/issues/1492#issuecomment-574535110
It is essentially a moving window max governed by `distributionStatisticBufferLength` and `distributionStatisticExpiry`, both configurable through either a `MeterFilter` or on the Timer/DistributionSummary fluent builder