TeamEnterprise
Metrics glossary
Metric Name | Type | Scope | Description |
---|---|---|---|
flink_job_state | gauge | flink | Current state of the Flink job. |
flink_job_write_records_total | gauge | flink | Total number of records written by the Flink job. |
flink_job_write_bytes_total | gauge | flink | Total number of bytes written by the Flink job. |
flink_job_read_bytes_total | gauge | flink | Total number of bytes read by the Flink job. |
flink_job_read_records_total | gauge | flink | Total number of records read by the Flink job. |
flink_job_write_records_delta_total | gauge | flink | Total change in the number of records written by the Flink job. |
flink_job_write_bytes_delta_total | gauge | flink | Total change in the number of bytes written by the Flink job. |
flink_job_read_records_delta_total | gauge | flink | Total change in the number of records read by the Flink job. |
flink_job_read_bytes_delta_total | gauge | flink | Total change in the number of bytes read by the Flink job. |
flink_job_inactive_mins | gauge | flink | Total minutes the Flink job has been inactive. |
flink_job_last_write | gauge | flink | Timestamp of the last observed write operation by the Flink job. |
flink_job_last_read | gauge | flink | Timestamp of the last observed read operation by the Flink job. |
flink_taskmanager_slots_available | gauge | flink | Number of available task slots in the Flink Task Manager. |
flink_taskmanager_memory_used_total | gauge | flink | Total amount of memory used by the Flink Task Manager. |
flink_taskmanager_heap_used | gauge | flink | Amount of heap memory used by the Flink Task Manager. |
flink_taskmanager_heap_max | gauge | flink | Maximum heap memory available to the Flink Task Manager. |
flink_taskmanager_non_heap_used | gauge | flink | Amount of non-heap memory used by the Flink Task Manager. |
flink_taskmanager_non_heap_max | gauge | flink | Maximum non-heap memory available to the Flink Task Manager. |
flink_jobmanager_memory_used_total | meter | flink | Total memory usage by the Flink Job Manager. |
flink_jobmanager_non_heap_committed | gauge | flink | Committed non-heap memory by the Flink Job Manager. |
flink_jobmanager_non_heap_used | meter | flink | Used non-heap memory by the Flink Job Manager. |
flink_jobmanager_non_heap_max | gauge | flink | Maximum non-heap memory available to the Flink Job Manager. |
flink_jobmanager_heap_used | meter | flink | Used heap memory by the Flink Job Manager. |
flink_jobmanager_heap_committed | gauge | flink | Committed heap memory by the Flink Job Manager. |
flink_jobmanager_heap_max | gauge | flink | Maximum heap memory available to the Flink Job Manager. |
flink_taskmanagers_total | gauge | flink | Total number of Flink Task Managers in the cluster. |
flink_taskmanagers_slots_total | gauge | flink | Total number of task slots available across all Flink Task Managers in the cluster. |
flink_taskmanagers_slots_available | gauge | flink | Total number of available task slots across all Flink Task Managers in the cluster. |
flink_jobs_finished | gauge | flink | Total number of finished Flink jobs in the cluster. |
flink_jobs_running | gauge | flink | Total number of currently running Flink jobs in the cluster. |
flink_jobs_cancelled | gauge | flink | Total number of cancelled Flink jobs in the cluster. |
flink_jobs_failed | gauge | flink | Total number of failed Flink jobs in the cluster. |
flink_write_records_total | gauge | flink | Total number of records written by Flink jobs in the cluster. |
flink_write_bytes_total | gauge | flink | Total number of bytes written by Flink jobs in the cluster. |
flink_read_bytes_total | gauge | flink | Total number of bytes read by Flink jobs in the cluster. |
flink_read_records_total | gauge | flink | Total number of records read by Flink jobs in the cluster. |
flink_write_records_delta_total | gauge | flink | Total change in the number of records written by Flink jobs in the cluster. |
flink_write_bytes_delta_total | meter | flink | Total change in the number of bytes written by Flink jobs in the cluster. |
flink_read_records_delta_total | gauge | flink | Total change in the number of records read by Flink jobs in the cluster. |
flink_read_bytes_delta_total | meter | flink | Total change in the number of bytes read by Flink jobs in the cluster. |
capture_flink_telemetry | timer | factorhouse | A timer that captures the duration of Flink telemetry collection. |
error_compute_snapshot | meter | factorhouse | A meter marked when there was an error computing internal snapshots. |
jetty_ws_connections | gauge | factorhouse | The number of active WebSocket connections to Flex. |
jvm_memory_heap_committed | gauge | factorhouse | The amount of heap memory in bytes that is guaranteed to be available for use by the JVM. |
jvm_memory_heap_max | gauge | factorhouse | The maximum amount of heap memory in bytes that can be used for memory management. |
jvm_memory_heap_used | gauge | factorhouse | The current amount of heap memory in bytes that is used. |
jvm_memory_non-heap_committed | gauge | factorhouse | The amount of non-heap memory in bytes that is guaranteed to be available for use by the JVM. |
jvm_memory_non-heap_max | gauge | factorhouse | The maximum amount of non-heap memory in bytes that can be used for memory management. |
jvm_memory_non-heap_used | gauge | factorhouse | The current amount of non-heap memory in bytes that is used. |
prometheus_export | timer | factorhouse | A timer for the duration of exporting metrics to Prometheus. |
prometheus_fetch | timer | factorhouse | A timer for the duration of fetching data to be used in Prometheus metrics. |
prometheus_generate | timer | factorhouse | A timer for the duration of generating the Prometheus metrics payload. |
query_metrics | timer | factorhouse | A timer for the duration of querying internal metrics. |
query_snapshots | timer | factorhouse | A timer for the duration of querying internal snapshots. |