public class MetricRegistry extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Instrumented> |
instrumentedObjects |
| Constructor and Description |
|---|
MetricRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Instrumented instrumented) |
void |
forEach(Consumer<Instrumented> fn) |
static MetricRegistry |
getInstance() |
public List<Instrumented> instrumentedObjects
public static MetricRegistry getInstance()
public void forEach(Consumer<Instrumented> fn)
public void add(Instrumented instrumented)
Copyright © 2021. All rights reserved.