-
Notifications
You must be signed in to change notification settings - Fork 669
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basic fast task service metrics (#268)
## Overview Adds some basic metrics to fast task service to monitor (1) paths from calls to assign a task via `OfferOnQueue` and (2) period counts of queues and workers ## Test Plan - [x] Run locally and verify that metrics are scrapable ``` ❯ curl http://localhost:10254/metrics | rg -e "^fasttask" fasttask:queue 1 fasttask:task_assigned 4 fasttask:task_no_capacity_available 0 fasttask:task_no_workers_available 4 fasttask:workers 1 ``` ## Rollout Plan (if applicable) Pick up eventually in cloud ## Upstream Changes Should this change be upstreamed to OSS (flyteorg/flyte)? If so, please check this box for auditing. Note, this is the responsibility of each developer. See [this guide](https://unionai.atlassian.net/wiki/spaces/ENG/pages/447610883/Flyte+-+Union+Cloud+Development+Runbook/#When-are-versions-updated%3F). - [ ] To be upstreamed
- Loading branch information
1 parent
2fada83
commit 705ca0d
Showing
1 changed file
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters