kafka_broker_closed | sum (monotonic) | int | 1 | development | yes | node_id (int), server.address (string) | 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), server.address (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), server.address (string) | The throttling duration in ms imposed by the broker when exporting 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), server.address (string) | The throttling latency in seconds imposed by the broker when exporting records. Only produced when franz-go is enabled. |
kafka_exporter_bytes | sum (monotonic) | int | By | development | yes | node_id (int), outcome (string), partition (int), server.address (string), topic (string) | The size in bytes of exported records seen by the broker. Only produced when franz-go is enabled. |
kafka_exporter_bytes_uncompressed | sum (monotonic) | int | By | development | yes | node_id (int), outcome (string), partition (int), server.address (string), topic (string) | The uncompressed size in bytes of exported messages seen by the client. |
kafka_exporter_latency | histogram | int | ms | deprecated | yes | node_id (int), outcome (string), partition (int), server.address (string), topic (string) | The time it took in ms to export a batch of messages. Deprecated in favor of kafka_exporter_write_latency. |
kafka_exporter_messages | sum (monotonic) | int | 1 | deprecated | yes | node_id (int), outcome (string), partition (int), server.address (string), topic (string) | The number of exported messages. Deprecated in favor of kafka_exporter_records. |
kafka_exporter_records | sum (monotonic) | int | 1 | development | yes | node_id (int), outcome (string), partition (int), server.address (string), topic (string) | The number of exported records. |
kafka_exporter_write_latency | histogram | double | s | development | yes | node_id (int), outcome (string), partition (int), server.address (string), topic (string) | The time it took in seconds to export a batch of records. |