From 598bd8cc8387dc06ab481ccbf70b91d39d867c7f Mon Sep 17 00:00:00 2001 From: Thomas Newton Date: Fri, 19 Apr 2024 20:28:17 +0100 Subject: [PATCH] Adjust a description Signed-off-by: Thomas Newton --- deployment/stats/prometheus/flytepropeller-dashboard.json | 2 +- stats/flytepropeller.dashboard.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/stats/prometheus/flytepropeller-dashboard.json b/deployment/stats/prometheus/flytepropeller-dashboard.json index 713a282429a..fe429d14e4f 100644 --- a/deployment/stats/prometheus/flytepropeller-dashboard.json +++ b/deployment/stats/prometheus/flytepropeller-dashboard.json @@ -4596,7 +4596,7 @@ "bars": false, "cacheTimeout": null, "datasource": "${DS_PROM}", - "description": "Cache hit rate when admin launcher is queried for the status of a workflow. Admin launcher will asynchnously update status of workflows in the cache.", + "description": "Cache hit rate when admin launcher is queried for the status of a workflow. Admin launcher will update status of workflows in the cache on a polling interval.", "editable": true, "error": false, "fieldConfig": { diff --git a/stats/flytepropeller.dashboard.py b/stats/flytepropeller.dashboard.py index b7fe830a04b..2ac12825789 100644 --- a/stats/flytepropeller.dashboard.py +++ b/stats/flytepropeller.dashboard.py @@ -410,7 +410,7 @@ def metastore_latencies(collapse: bool) -> Row: def admin_launcher_cache() -> Graph: return Graph( title="Admin Launcher cache hit/miss rate", - description="Cache hit rate when admin launcher is queried for the status of a workflow. Admin launcher will asynchnously update status of workflows in the cache.", + description="Cache hit rate when admin launcher is queried for the status of a workflow. Admin launcher will update status of workflows in the cache on a polling interval.", dataSource=DATASOURCE, targets=[ Target(