JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
io.confluent.telemetry.metrics
SelfMetricsSensor
Contents
Description
Method Summary
Method Details
record(double, Map)
record(double)
Hide sidebar
Show sidebar
Interface SelfMetricsSensor
public interface
SelfMetricsSensor
A sensor for recording self-metric values with optional tags.
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
default void
record
(double value)
void
record
(double value,
Map
<
String
,
String
> tags)
Method Details
record
void
record
(double value,
Map
<
String
,
String
> tags)
record
default
void
record
(double value)