Uses of Class
io.prometheus.metrics.config.PrometheusProperties
Packages that use PrometheusProperties
Package
Description
-
Uses of PrometheusProperties in io.prometheus.metrics.config
Methods in io.prometheus.metrics.config that return PrometheusPropertiesModifier and TypeMethodDescriptionstatic PrometheusProperties
PrometheusProperties.get()
Get the properties instance.static PrometheusProperties
PrometheusPropertiesLoader.load()
Seeget()
.static PrometheusProperties
-
Uses of PrometheusProperties in io.prometheus.metrics.core.metrics
Methods in io.prometheus.metrics.core.metrics with parameters of type PrometheusPropertiesModifier and TypeMethodDescriptionstatic Counter.Builder
Counter.builder
(PrometheusProperties config) static CounterWithCallback.Builder
CounterWithCallback.builder
(PrometheusProperties properties) static Gauge.Builder
Gauge.builder
(PrometheusProperties config) static GaugeWithCallback.Builder
GaugeWithCallback.builder
(PrometheusProperties properties) static Histogram.Builder
Histogram.builder
(PrometheusProperties config) static Info.Builder
Info.builder
(PrometheusProperties config) static StateSet.Builder
StateSet.builder
(PrometheusProperties config) static Summary.Builder
Summary.builder
(PrometheusProperties config) static SummaryWithCallback.Builder
SummaryWithCallback.builder
(PrometheusProperties properties) -
Uses of PrometheusProperties in io.prometheus.metrics.exporter.common
Constructors in io.prometheus.metrics.exporter.common with parameters of type PrometheusPropertiesModifierConstructorDescriptionPrometheusScrapeHandler
(PrometheusProperties config, PrometheusRegistry registry) -
Uses of PrometheusProperties in io.prometheus.metrics.exporter.httpserver
Methods in io.prometheus.metrics.exporter.httpserver with parameters of type PrometheusPropertiesModifier and TypeMethodDescriptionstatic HTTPServer.Builder
HTTPServer.builder
(PrometheusProperties config) Constructors in io.prometheus.metrics.exporter.httpserver with parameters of type PrometheusPropertiesModifierConstructorDescriptionMetricsHandler
(PrometheusProperties config) MetricsHandler
(PrometheusProperties config, PrometheusRegistry registry) -
Uses of PrometheusProperties in io.prometheus.metrics.exporter.opentelemetry
Methods in io.prometheus.metrics.exporter.opentelemetry with parameters of type PrometheusProperties -
Uses of PrometheusProperties in io.prometheus.metrics.exporter.pushgateway
Methods in io.prometheus.metrics.exporter.pushgateway with parameters of type PrometheusPropertiesModifier and TypeMethodDescriptionstatic PushGateway.Builder
PushGateway.builder
(PrometheusProperties config) ThePrometheusProperties
will be used to override what is set in thePushGateway.Builder
. -
Uses of PrometheusProperties in io.prometheus.metrics.exporter.servlet.jakarta
Constructors in io.prometheus.metrics.exporter.servlet.jakarta with parameters of type PrometheusPropertiesModifierConstructorDescriptionPrometheusMetricsServlet
(PrometheusProperties config, PrometheusRegistry registry) -
Uses of PrometheusProperties in io.prometheus.metrics.exporter.servlet.javax
Constructors in io.prometheus.metrics.exporter.servlet.javax with parameters of type PrometheusPropertiesModifierConstructorDescriptionConstructor with custom PrometheusProperties.PrometheusMetricsServlet
(PrometheusProperties config, PrometheusRegistry registry) Constructor with custom PrometheusProperties and PrometheusRegistry. -
Uses of PrometheusProperties in io.prometheus.metrics.instrumentation.jvm
Methods in io.prometheus.metrics.instrumentation.jvm with parameters of type PrometheusPropertiesModifier and TypeMethodDescriptionstatic JvmBufferPoolMetrics.Builder
JvmBufferPoolMetrics.builder
(PrometheusProperties config) JvmClassLoadingMetrics.builder
(PrometheusProperties config) JvmCompilationMetrics.builder
(PrometheusProperties config) JvmGarbageCollectorMetrics.builder
(PrometheusProperties config) static JvmMemoryMetrics.Builder
JvmMemoryMetrics.builder
(PrometheusProperties config) JvmMemoryPoolAllocationMetrics.builder
(PrometheusProperties config) static JvmMetrics.Builder
JvmMetrics.builder
(PrometheusProperties config) JvmNativeMemoryMetrics.builder
(PrometheusProperties config) static JvmRuntimeInfoMetric.Builder
JvmRuntimeInfoMetric.builder
(PrometheusProperties config) static JvmThreadsMetrics.Builder
JvmThreadsMetrics.builder
(PrometheusProperties config) static ProcessMetrics.Builder
ProcessMetrics.builder
(PrometheusProperties config) -
Uses of PrometheusProperties in io.prometheus.metrics.simpleclient.bridge
Methods in io.prometheus.metrics.simpleclient.bridge with parameters of type PrometheusPropertiesModifier and TypeMethodDescriptionSimpleclientCollector.builder
(PrometheusProperties config) Currently there are no configuration options for the SimpleclientCollector.