-
Methods Method Description io.micrometer.wavefront.WavefrontConfig.distributionPort() since 1.5.0 this is no longer used as a single proxy port can handle all wavefront formats.io.micrometer.wavefront.WavefrontMeterRegistry.Builder.httpClient(HttpSender) since 1.5.0 this call no-longer affects the transport used to send metrics to Wavefront. UseWavefrontMeterRegistry.Builder.wavefrontSender(WavefrontSender)to supply your own transport (whether proxy or direct ingestion).
-
Constructors Constructor Description io.micrometer.wavefront.WavefrontMeterRegistry(WavefrontConfig, Clock, ThreadFactory) UseWavefrontMeterRegistry.builder(WavefrontConfig)instead.