Package io.confluent.telemetry.metrics
Interface Keyed
- All Known Subinterfaces:
ExportableMetric
- All Known Implementing Classes:
ClientExportableMetric,ContextExportableMetric,MetricKey,SinglePointMetric
public interface Keyed
An object that supplies a MetricKey that we can use to uniquely identify a metric. This
is useful for filtering as well as calculating delta metrics.
-
Method Summary
-
Method Details
-
key
MetricKey key()
-