Structs§
- METRIC_
KAFKA_ APPEND_ BATCH_ BYTES_ TOTAL - Counter of bytes of the append_batch operation on the kafka logstore.
- METRIC_
KAFKA_ APPEND_ BATCH_ ELAPSED - Timer of the append_batch operation on the kafka logstore.
- METRIC_
KAFKA_ CLIENT_ BYTES_ TOTAL - METRIC_
KAFKA_ CLIENT_ PRODUCE_ ELAPSED - METRIC_
KAFKA_ CLIENT_ TRAFFIC_ TOTAL - METRIC_
KAFKA_ READ_ BYTES_ TOTAL - Counter of bytes of the read operation on the kafka logstore.
- METRIC_
KAFKA_ READ_ ELAPSED - Timer of the append_batch operation on the kafka logstore. This timer only measures the duration of the read operation, not measures the total duration of replay.
- METRIC_
LOGSTORE_ OP_ BYTES_ TOTAL - Counters of bytes of each operation on a logstore.
- METRIC_
LOGSTORE_ OP_ ELAPSED - Timer of operations on a logstore.
- METRIC_
RAFT_ ENGINE_ APPEND_ BATCH_ BYTES_ TOTAL - Counter of bytes of the append_batch operation on the raft-engine logstore.
- METRIC_
RAFT_ ENGINE_ APPEND_ BATCH_ ELAPSED - Timer of the append_batch operation on the raft-engine logstore.
- METRIC_
RAFT_ ENGINE_ READ_ BYTES_ TOTAL - Counter of bytes of the read operation on the raft-engine logstore.
- METRIC_
RAFT_ ENGINE_ READ_ ELAPSED - Timer of the append_batch operation on the raft-engine logstore. This timer only measures the duration of the read operation, not measures the total duration of replay.
Constants§
- LOGSTORE_
LABEL - Logstore label.
- OPTYPE_
LABEL - Operation type label.
- PARTITION_
LABEL - Kafka partition label.
- TOPIC_
LABEL - Kafka topic label.