public class AbstractMicrometerService
extends org.apache.camel.support.service.ServiceSupport
| Constructor and Description |
|---|
AbstractMicrometerService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
String |
dumpStatisticsAsJson() |
String |
dumpStatisticsAsJsonTimeUnitSeconds() |
org.apache.camel.CamelContext |
getCamelContext() |
TimeUnit |
getDurationUnit() |
Predicate<String> |
getMatchingNames() |
Iterable<io.micrometer.core.instrument.Tag> |
getMatchingTags() |
io.micrometer.core.instrument.MeterRegistry |
getMeterRegistry() |
boolean |
isPrettyPrint() |
void |
setCamelContext(org.apache.camel.CamelContext camelContext) |
void |
setDurationUnit(TimeUnit durationUnit) |
void |
setMatchingNames(Predicate<String> matchingNames) |
void |
setMatchingTags(Iterable<io.micrometer.core.instrument.Tag> matchingTags) |
void |
setMeterRegistry(io.micrometer.core.instrument.MeterRegistry meterRegistry) |
void |
setPrettyPrint(boolean prettyPrint) |
build, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic io.micrometer.core.instrument.MeterRegistry getMeterRegistry()
public void setMeterRegistry(io.micrometer.core.instrument.MeterRegistry meterRegistry)
public org.apache.camel.CamelContext getCamelContext()
public void setCamelContext(org.apache.camel.CamelContext camelContext)
public boolean isPrettyPrint()
public void setPrettyPrint(boolean prettyPrint)
public TimeUnit getDurationUnit()
public void setDurationUnit(TimeUnit durationUnit)
public Iterable<io.micrometer.core.instrument.Tag> getMatchingTags()
public void setMatchingTags(Iterable<io.micrometer.core.instrument.Tag> matchingTags)
public String dumpStatisticsAsJson()
public String dumpStatisticsAsJsonTimeUnitSeconds()
protected void doStart()
doStart in class org.apache.camel.support.service.BaseServiceprotected void doStop()
doStop in class org.apache.camel.support.service.BaseServiceApache Camel