Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 409 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 409 Bytes

prefect-exporter

Configuration

Environment variables:

  • PREFECT_API_KEY

Metrics schema

prefect_flow_run_last_state_ts

Timestamp of last flow run for each flow, project and state combination.

Labels:

  • project - project name
  • flow - flow name
  • state - "Success"/"Failed"
  • param__{xxx} - Parameters from flow run parameters if set

Value: Timestamp of last observed flow run.