public abstract class MetricsReporter extends Object
| Constructor and Description |
|---|
MetricsReporter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
report()
Deterministically push out metrics.
|
abstract void |
start()
Push out metrics at scheduled intervals.
|
abstract void |
stop()
Stop this reporter.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.