Skip to content

Commit

Permalink
Coh 28724 - Add gRPC Proxy Summary Dashboard (#630)
Browse files Browse the repository at this point in the history
* Add gRPC Proxy Summary Dashboard
* more dashboard updates
* Add grpc-proxy-details dashboard
  • Loading branch information
tmiddlet2666 authored Oct 25, 2023
1 parent 87bf34a commit c40e627
Show file tree
Hide file tree
Showing 5 changed files with 2,150 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,8 @@
]
},
"timezone": "",
"title": "Coherence Executor Detail",
"uid": "coh-executor-detail",
"title": "Coherence Executor Details",
"uid": "coh-executor-details",
"variables": {
"list": []
},
Expand Down
2 changes: 1 addition & 1 deletion dashboards/grafana/executors-summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"decimals": 2,
"link": true,
"linkTooltip": "Drill down to executor details for ${__cell}",
"linkUrl": "/d/coh-executor-detail?var-ExecutorName=${__cell}&var-ClusterName=$ClusterName",
"linkUrl": "/d/coh-executor-details?var-ExecutorName=${__cell}&var-ClusterName=$ClusterName",
"mappingType": 1,
"pattern": "name",
"thresholds": [],
Expand Down
Loading

0 comments on commit c40e627

Please sign in to comment.