@EventMeshSPI(isSingleton=true,
eventMeshExtensionType=METRICS)
public interface MetricsRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
register(Metric metric)
Register a new Metric, if the metric is already exist, it will do nothing.
|
void |
showdown()
Close the metrics registry.
|
void |
start()
Start the metrics registry.
|
void |
unRegister(Metric metric)
Remove a metric, if the metric is not exist, it will do nothing.
|
void start()
void showdown()
void register(Metric metric)
metric - void unRegister(Metric metric)
metric -