All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.micrometer.runtime.config.JsonConfigGroup.jdp Maven / Gradle / Ivy

Go to download

Instrument the runtime and your application with dimensional metrics using Micrometer.

There is a newer version: 3.15.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy