safaehar commented on PR #68068:
URL: https://github.com/apache/airflow/pull/68068#issuecomment-4658434800
Thanks @potiuk — addressed the failing static checks in ab239f6:
- **`check-metrics-synced-with-registry`**: registered the five new metrics
(`scheduler.loop_exceptions`,
`scheduler.executor_events.{processed,failed,batch_size}`,
`scheduler.zombies.detected`) in
`shared/observability/src/airflow_shared/observability/metrics/metrics_template.yaml`.
I wasn't aware new metrics had to be declared in the registry — good guardrail.
- **`ruff format`**: applied (ruff 0.15.15, matching the pinned pre-commit
version).
All three hooks (`ruff`, `ruff-format`,
`check-metrics-synced-with-registry`) now pass locally. Ready for another look.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]