public static class EventhubMetricNames.EventhubDataWriterMetrics extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BYTES_WRITTEN_METER
A
Meter measuring the number bytes written by a EventhubDataWriter as |
static String |
RECORDS_ATTEMPTED_METER
A
Meter measuring the number of records attempted
to be written by a EventhubDataWriter. |
static String |
RECORDS_FAILED_METER
A
Meter measuring the number of records
given to a EventhubDataWriter. |
static String |
RECORDS_SUCCESS_METER
A
Meter measuring the number records written by a EventhubDataWriter |
static String |
WRITE_TIMER
A
Timer measuring the time taken for each write operation. |
| Constructor and Description |
|---|
EventhubDataWriterMetrics() |
public static final String RECORDS_ATTEMPTED_METER
Meter measuring the number of records attempted
to be written by a EventhubDataWriter. This includes retries.public static final String RECORDS_SUCCESS_METER
Meter measuring the number records written by a EventhubDataWriterpublic static final String RECORDS_FAILED_METER
Meter measuring the number of records
given to a EventhubDataWriter. This does not count retries.public static final String BYTES_WRITTEN_METER
Meter measuring the number bytes written by a EventhubDataWriter aspublic static final String WRITE_TIMER
Timer measuring the time taken for each write operation.