| Interface | Description |
|---|---|
| Keyed |
An object that supplies a MetricKey that we can use to uniquely identify a metric.
|
| Class | Description |
|---|---|
| SerializedMetric |
In contrast to @{link io.confluent.telemetry.metrics.SinglePointMetric}, this is
an internal class that represents a metric that contains resource labels and
is ready to be handed off to the @link{io.confluent.telemetry.exporter.Exporter} objects.
|
| SinglePointMetric |
This class represents a metric that does not yet contain resource labels.
|