prefect.server.deployment.is_ready (gauge) | Indicates whether the deployment is ready. Submits 1 when ready and 0 when not. |
prefect.server.flow_runs.cancelled.count (count) | Number of flow runs that were cancelled in the collection interval. Shown as run |
prefect.server.flow_runs.completed.count (count) | Number of flow runs that completed successfully in the collection interval. Shown as run |
prefect.server.flow_runs.crashed.count (count) | Number of flow runs that crashed unexpectedly in the collection interval. Shown as run |
prefect.server.flow_runs.execution_duration.95percentile (gauge) | 95th percentile execution time of flow runs. Shown as second |
prefect.server.flow_runs.execution_duration.avg (gauge) | Average execution time of flow runs. Shown as second |
prefect.server.flow_runs.execution_duration.count (gauge) | Count of flow run execution duration samples. Shown as run |
prefect.server.flow_runs.execution_duration.max (gauge) | Maximum execution time of flow runs. Shown as second |
prefect.server.flow_runs.execution_duration.median (gauge) | Median execution time of flow runs. Shown as second |
prefect.server.flow_runs.failed.count (count) | Number of flow runs that failed in the collection interval. Shown as run |
prefect.server.flow_runs.late_start.count (count) | Number of flow runs that started later than their scheduled time. Shown as run |
prefect.server.flow_runs.paused (gauge) | Number of flow runs currently paused. Shown as run |
prefect.server.flow_runs.pending (gauge) | Number of flow runs currently in the pending state. Shown as run |
prefect.server.flow_runs.queue_wait_duration.95percentile (gauge) | 95th percentile time a flow run spent waiting in the queue before starting. Shown as second |
prefect.server.flow_runs.queue_wait_duration.avg (gauge) | Average time a flow run spent waiting in the queue before starting. Shown as second |
prefect.server.flow_runs.queue_wait_duration.count (gauge) | Count of flow run queue wait duration samples. Shown as run |
prefect.server.flow_runs.queue_wait_duration.max (gauge) | Maximum time a flow run spent waiting in the queue before starting. Shown as second |
prefect.server.flow_runs.queue_wait_duration.median (gauge) | Median time a flow run spent waiting in the queue before starting. Shown as second |
prefect.server.flow_runs.retry_gaps_duration.95percentile (gauge) | 95th percentile time gap between consecutive retries of the same flow run. Shown as second |
prefect.server.flow_runs.retry_gaps_duration.avg (gauge) | Average time gap between consecutive retries of the same flow run. Shown as second |
prefect.server.flow_runs.retry_gaps_duration.count (gauge) | Count of flow run retry gap samples. Shown as occurrence |
prefect.server.flow_runs.retry_gaps_duration.max (gauge) | Maximum time gap between consecutive retries of the same flow run. Shown as second |
prefect.server.flow_runs.retry_gaps_duration.median (gauge) | Median time gap between consecutive retries of the same flow run. Shown as second |
prefect.server.flow_runs.running (gauge) | Number of flow runs currently in the running state. Shown as run |
prefect.server.flow_runs.scheduled (gauge) | Number of flow runs currently in the scheduled state. Shown as run |
prefect.server.flow_runs.throughput (count) | Count of flow runs started per second. Shown as run |
prefect.server.health (gauge) | Indicates that the Prefect API is responding to requests. Submits 1 when healthy and 0 when not. |
prefect.server.ready (gauge) | Indicates that the Prefect API is able to accept and process work. Submits 1 when ready and 0 when not. |
prefect.server.task_runs.cancelled.count (count) | Number of task runs that were cancelled in the collection interval. Shown as run |
prefect.server.task_runs.completed.count (count) | Number of task runs that completed successfully in the collection interval. Shown as run |
prefect.server.task_runs.crashed.count (count) | Number of task runs that crashed unexpectedly in the collection interval. Shown as run |
prefect.server.task_runs.dependency_wait_duration.95percentile (gauge) | 95th percentile time a task run waited after its latest upstream dependency completed. Shown as second |
prefect.server.task_runs.dependency_wait_duration.avg (gauge) | Average time a task run waited after its latest upstream dependency completed. Shown as second |
prefect.server.task_runs.dependency_wait_duration.count (gauge) | Count of task run dependency wait duration samples. Shown as occurrence |
prefect.server.task_runs.dependency_wait_duration.max (gauge) | Maximum time a task run waited after its latest upstream dependency completed. Shown as second |
prefect.server.task_runs.dependency_wait_duration.median (gauge) | Median time a task run waited after its latest upstream dependency completed. Shown as second |
prefect.server.task_runs.execution_duration.95percentile (gauge) | 95th percentile execution time of individual task runs. Shown as second |
prefect.server.task_runs.execution_duration.avg (gauge) | Average execution time of individual task runs. Shown as second |
prefect.server.task_runs.execution_duration.count (gauge) | Count of task run execution duration samples. Shown as run |
prefect.server.task_runs.execution_duration.max (gauge) | Maximum execution time of individual task runs. Shown as second |
prefect.server.task_runs.execution_duration.median (gauge) | Median execution time of individual task runs. Shown as second |
prefect.server.task_runs.failed.count (count) | Number of task runs that failed in the collection interval. Shown as run |
prefect.server.task_runs.late_start.count (count) | Number of task runs that started later than their scheduled time. Shown as run |
prefect.server.task_runs.paused (gauge) | Number of task runs currently paused. Shown as run |
prefect.server.task_runs.pending (gauge) | Number of task runs currently in the pending state. Shown as run |
prefect.server.task_runs.running (gauge) | Number of task runs currently in the running state. Shown as run |
prefect.server.task_runs.throughput (count) | Count of task runs started per second. Shown as run |
prefect.server.work_pool.is_not_ready (gauge) | Whether the work pool is not ready to accept and dispatch flow runs. Submits 1 when true and 0 when false. |
prefect.server.work_pool.is_paused (gauge) | Whether the work pool is paused. Submits 1 when true and 0 when false. |
prefect.server.work_pool.is_ready (gauge) | Whether the work pool is ready to accept and dispatch flow runs. Submits 1 when true and 0 when false. |
prefect.server.work_pool.worker.heartbeat_age_seconds (gauge) | Time since the worker last sent a heartbeat. Shown as second |
prefect.server.work_pool.worker.is_online (gauge) | Whether the worker is online. Submits 1 when true and 0 when false. |
prefect.server.work_queue.backlog.age (gauge) | Age of the oldest item in the queue backlog. Shown as second |
prefect.server.work_queue.backlog.size (gauge) | Number of flow runs waiting in the queue backlog. Shown as run |
prefect.server.work_queue.concurrency.in_use (gauge) | Percentage of concurrency in use by the queue. Shown as percent |
prefect.server.work_queue.is_not_ready (gauge) | Whether the work queue is not ready to accept and dispatch flow runs. Submits 1 when true and 0 when false. |
prefect.server.work_queue.is_paused (gauge) | Whether the work queue is paused. Submits 1 when true and 0 when false. |
prefect.server.work_queue.is_ready (gauge) | Whether the work queue is ready to accept and dispatch flow runs. Submits 1 when true and 0 when false. |
prefect.server.work_queue.last_polled_age_seconds (gauge) | Time elapsed since any worker last polled the queue. Shown as second |