@PublicApi
public interface JmxMetricsExposer
Modifier and Type | Method and Description |
---|---|
List<String> |
getExposedMetricNames() |
void |
init()
Initializes the service.
|
boolean |
isJmxEnabled() |
void |
publishRefreshMessage()
Publishes a cluster-wide message to refresh JMX state.
|
void |
startExposing()
Collects currently available metrics and exposes them through JMX.
|
void |
stopExposing()
Unregisters currently registered metrics from JMX.
|
void startExposing()
void stopExposing()
void publishRefreshMessage()
List<String> getExposedMetricNames()
boolean isJmxEnabled()
void init()
Copyright © 2002-2023 Atlassian. All Rights Reserved.