io.quarkus.micrometer.runtime.config.JsonConfigGroup.jdp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-micrometer Show documentation
Show all versions of quarkus-micrometer Show documentation
Instrument the runtime and your application with dimensional metrics using Micrometer.
io.quarkus.micrometer.runtime.config.JsonConfigGroup.bufferLength=Statistics like max, percentiles, and histogram counts decay over time to give greater weight to recent\nsamples. Samples are accumulated to such statistics in ring buffers which rotate after\nthe expiry, with this buffer length.
io.quarkus.micrometer.runtime.config.JsonConfigGroup.enabled=Support for export to JSON format. Off by default.
io.quarkus.micrometer.runtime.config.JsonConfigGroup.expiry=Statistics like max, percentiles, and histogram counts decay over time to give greater weight to recent\nsamples. Samples are accumulated to such statistics in ring buffers which rotate after\nthis expiry, with a particular buffer length.
io.quarkus.micrometer.runtime.config.JsonConfigGroup.path=The path for the JSON metrics endpoint.\nThe default value is {@code metrics}.\n\nBy default, this value will be resolved as a path relative to `${quarkus.http.non-application-root-path}`.\nIf the management interface is enabled, the value will be resolved as a path relative to\n`${quarkus.management.root-path}`.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy