Skip to content

Commit

Permalink
Adjust a description
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Newton <[email protected]>
  • Loading branch information
Tom-Newton committed Apr 19, 2024
1 parent a0ff6e4 commit 598bd8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/stats/prometheus/flytepropeller-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion stats/flytepropeller.dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 598bd8c

Please sign in to comment.