Uses of Class
org.mockserver.metrics.PrometheusRemoteWriteExporter
Packages that use PrometheusRemoteWriteExporter
-
Uses of PrometheusRemoteWriteExporter in org.mockserver.metrics
Methods in org.mockserver.metrics that return PrometheusRemoteWriteExporterModifier and TypeMethodDescriptionPrometheusRemoteWriteExporter.startIfEnabled()Start the exporter if enabled in configuration, returning the running instance, ornullif disabled, mis-configured, or startup failed (fail-soft — telemetry must never prevent the server from running).PrometheusRemoteWriteExporter.startIfEnabled(Configuration configuration) AsstartIfEnabled()but preferring the values carried on the suppliedConfigurationinstance, falling back to the staticConfigurationPropertiesstore for each value the instance leaves unset, so remote-write settings applied overPUT /mockserver/configurationtake effect here.