kafka_broker_closed | sum (monotonic) | int | 1 | development | yes | node_id (int) | The total number of connections closed. Only produced when franz-go is enabled. |
kafka_broker_connects | sum (monotonic) | int | 1 | development | yes | node_id (int), outcome (string) | The total number of connections opened. Only produced when franz-go is enabled. |
kafka_broker_throttling_duration | histogram | int | ms | deprecated | yes | node_id (int) | The throttling duration in ms imposed by the broker when receiving messages. Only produced when franz-go is enabled. Deprecated in favor of kafka_broker_throttling_latency. |
kafka_broker_throttling_latency | histogram | double | s | development | yes | node_id (int) | The throttling latency in seconds imposed by the broker when receiving records. Only produced when franz-go is enabled. |
kafka_receiver_bytes | sum (monotonic) | int | By | development | yes | node_id (int), outcome (string), partition (int), topic (string) | The size in bytes of received records seen by the broker. Only produced when franz-go is enabled. |
kafka_receiver_bytes_uncompressed | sum (monotonic) | int | By | development | yes | node_id (int), outcome (string), partition (int), topic (string) | The uncompressed size in bytes of received records seen by the client. |
kafka_receiver_current_offset | gauge | int | 1 | development | yes | partition (int), topic (string) | Current message offset |
kafka_receiver_latency | histogram | int | ms | deprecated | yes | node_id (int), outcome (string), partition (int), topic (string) | The time it took in ms to receive a batch of messages. Only produced when franz-go is enabled. Deprecated in favor of kafka_receiver_read_latency. |
kafka_receiver_messages | sum (monotonic) | int | 1 | deprecated | yes | node_id (int), outcome (string), partition (int), topic (string) | The number of received messages. Deprecated in favor of kafka_receiver_records. |
kafka_receiver_offset_lag | gauge | int | 1 | development | yes | partition (int), topic (string) | Current offset lag |
kafka_receiver_partition_close | sum (monotonic) | int | 1 | development | yes | | Number of finished partitions |
kafka_receiver_partition_start | sum (monotonic) | int | 1 | development | yes | | Number of started partitions |
kafka_receiver_read_latency | histogram | double | s | development | yes | node_id (int), outcome (string), partition (int), topic (string) | The time it took in seconds to receive a batch of records. Only produced when franz-go is enabled. |
kafka_receiver_records | sum (monotonic) | int | 1 | development | yes | node_id (int), outcome (string), partition (int), topic (string) | The number of received records. |
kafka_receiver_records_delay | histogram | double | s | development | yes | partition (int), topic (string) | The time in seconds between producing and receiving a batch of records. Optional, only reported when enabled via config. Note that this metric may slow down high-volume consuming. Only produced when franz-go is enabled. This metric is reported with an assumption that the exporter and the receiver clocks are synchronized. |
kafka_receiver_unmarshal_failed_log_records | sum (monotonic) | int | 1 | development | yes | partition (int), topic (string) | Number of log records failed to be unmarshaled |
kafka_receiver_unmarshal_failed_metric_points | sum (monotonic) | int | 1 | development | yes | partition (int), topic (string) | Number of metric points failed to be unmarshaled |
kafka_receiver_unmarshal_failed_profiles | sum (monotonic) | int | 1 | development | yes | partition (int), topic (string) | Number of profiles failed to be unmarshaled |
kafka_receiver_unmarshal_failed_spans | sum (monotonic) | int | 1 | development | yes | partition (int), topic (string) | Number of spans failed to be unmarshaled |