Class BigtableMetricNames
Each connector has one of these, and comparing them is how the repository's metric naming
convention is held across connectors — a name that means the same thing in two connectors should
be spelled the same way, and a diff of these files is what shows it. The convention itself (a
counter names the event, a gauge names the state, and neither takes Flink's num prefix)
is recorded in the base module's detailed agent guidance.
What is not here: Flink's standard sink names, which come from
SinkWriterMetricGroup accessors rather than from a name, and the subgroup leaves
base.metrics registers on this connector's behalf (errorClass.CODE.errors). The
user-facing meaning of each name is on the connector's documentation page, not duplicated here.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringSuccessful conditional requests selecting an empty branch; SingleRowRequestMetrics.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringSuccessful conditional requests whose predicate matched; SingleRowRequestMetrics.static final StringSuccessful conditional requests whose predicate did not match; SingleRowRequestMetrics.static final Stringstatic final Stringstatic final StringRegistered by the sink writer and by the source readers, on their own groups.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Method Summary
-
Field Details
-
IN_FLIGHT_ENTRIES
- See Also:
-
IN_FLIGHT_BYTES
- See Also:
-
PARKED_ENTRIES
- See Also:
-
ACTIVE_CLIENTS
- See Also:
-
CAPACITY_EVICTIONS
- See Also:
-
IDLE_EVICTIONS
- See Also:
-
RECORDS_SKIPPED
Registered by the sink writer and by the source readers, on their own groups.- See Also:
-
STAGED_ENTRIES
- See Also:
-
STAGED_BYTES
- See Also:
-
REQUESTS_DEDUPLICATED
- See Also:
-
TABLES_CREATED
- See Also:
-
COLUMN_FAMILIES_ADDED
- See Also:
-
REQUESTS_ACCEPTED
- See Also:
-
REQUESTS_COMPLETED
- See Also:
-
REQUESTS_FAILED
- See Also:
-
REQUESTS_TIMED_OUT
- See Also:
-
IN_FLIGHT_REQUESTS
- See Also:
-
ROWS_READ
- See Also:
-
CHANGE_STREAM_MUTATIONS_READ
- See Also:
-
CHANGE_STREAM_HEARTBEATS_READ
- See Also:
-
CHANGE_STREAM_READS_STARTED
- See Also:
-
ACTIVE_CHANGE_STREAM_READS
- See Also:
-
QUEUED_CHANGE_STREAM_PARTITIONS
- See Also:
-
QUEUED_CHANGE_STREAM_PARTITION_LAG_MILLIS
- See Also:
-
MISSED_HEARTBEAT_INTERVALS
- See Also:
-
CHANGE_STREAM_CLOSE_STREAMS_READ
- See Also:
-
CHANGE_STREAM_USER_MUTATIONS_READ
- See Also:
-
CHANGE_STREAM_GARBAGE_COLLECTION_MUTATIONS_READ
- See Also:
-
CHANGE_STREAM_MUTATION_ENTRIES_FILTERED
- See Also:
-
CHANGE_STREAM_RECORDS_SKIPPED_WITHOUT_CHANGE
- See Also:
-
PARTITION_LOW_WATERMARK_MILLIS
- See Also:
-
CHANGE_STREAM_PARTITIONS_DISCOVERED
- See Also:
-
CHANGE_STREAM_PARTITION_SPLITS
- See Also:
-
CHANGE_STREAM_PARTITION_MERGES
- See Also:
-
UNASSIGNED_CHANGE_STREAM_PARTITION_LAG_MILLIS
- See Also:
-
CHANGE_STREAM_PARTITIONS_RECONCILED
- See Also:
-
CHANGE_STREAM_TOKENLESS_RESTARTS
- See Also:
-
SPLITS_ASSIGNED
- See Also:
-
SPLITS_RETURNED
- See Also:
-
ROW_KEY_SAMPLES_TAKEN
- See Also:
-
PREDICATES_MATCHED
Successful conditional requests whose predicate matched; SingleRowRequestMetrics.- See Also:
-
PREDICATES_NOT_MATCHED
Successful conditional requests whose predicate did not match; SingleRowRequestMetrics.- See Also:
-
EMPTY_BRANCHES_SELECTED
Successful conditional requests selecting an empty branch; SingleRowRequestMetrics.- See Also:
-