Package io.micrometer.wavefront
Class WavefrontMeterRegistry.Builder
java.lang.Object
io.micrometer.wavefront.WavefrontMeterRegistry.Builder
- Enclosing class:
- WavefrontMeterRegistry
public static class WavefrontMeterRegistry.Builder
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description WavefrontMeterRegistrybuild()WavefrontMeterRegistry.Builderclock(io.micrometer.core.instrument.Clock clock)WavefrontMeterRegistry.BuilderhttpClient(io.micrometer.core.ipc.http.HttpSender httpClient)WavefrontMeterRegistry.BuilderthreadFactory(java.util.concurrent.ThreadFactory threadFactory)
-
Method Details
-
clock
-
threadFactory
public WavefrontMeterRegistry.Builder threadFactory(java.util.concurrent.ThreadFactory threadFactory) -
httpClient
public WavefrontMeterRegistry.Builder httpClient(io.micrometer.core.ipc.http.HttpSender httpClient) -
build
-