Skip to content

Commit

Permalink
Remove longhaul related settings.
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
  • Loading branch information
tmacam committed Nov 3, 2023
1 parent d584415 commit a98f3f1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 27 deletions.
16 changes: 7 additions & 9 deletions grafana/grafana-actor-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -802,10 +802,11 @@
"templating": {
"list": [
{
"allValue": null,
"current": {
"selected": false,
"text": "longhaul-test",
"value": "longhaul-test"
"text": "pipeline",
"value": "pipeline"
},
"datasource": "Dapr",
"definition": "label_values(dapr_runtime_component_loaded,namespace)",
Expand All @@ -828,14 +829,11 @@
"useTags": false
},
{
"allValue": null,
"current": {
"selected": true,
"text": [
"HashTagActor"
],
"value": [
"HashTagActor"
]
"selected": false,
"text": "StateActor",
"value": "StateActor"
},
"datasource": "Dapr",
"definition": "label_values(dapr_runtime_actor_pending_actor_calls,actor_type)",
Expand Down
27 changes: 9 additions & 18 deletions grafana/grafana-sidecar-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -2406,10 +2406,11 @@
"templating": {
"list": [
{
"allValue": null,
"current": {
"selected": false,
"text": "longhaul-test",
"value": "longhaul-test"
"text": "pipeline",
"value": "pipeline"
},
"datasource": "Dapr",
"definition": "label_values(dapr_runtime_component_loaded,namespace)",
Expand All @@ -2432,27 +2433,17 @@
"useTags": false
},
{
"allValue": null,
"current": {
"selected": true,
"tags": [],
"text": [
"feed-generator",
"hashtag-actor",
"hashtag-counter",
"message-analyzer",
"pubsub-workflow",
"snapshot",
"validation-worker",
"workflow-gen"
"loadtestclient",
"stateactor"
],
"value": [
"feed-generator",
"hashtag-actor",
"hashtag-counter",
"message-analyzer",
"pubsub-workflow",
"snapshot",
"validation-worker",
"workflow-gen"
"loadtestclient",
"stateactor"
]
},
"datasource": "Dapr",
Expand Down

0 comments on commit a98f3f1

Please sign in to comment.