Skip to content

Commit

Permalink
assets,site/content: daily assets regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 7, 2022
1 parent 0be2379 commit 0a0c279
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions assets/spinnaker/dashboards/clouddriver.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"collapsed": false,
"panels": [
{
"content": "This srvice is the main integration point for Spinnaker cloud providers like AWS, Azure, CloudFoundry, GCP, Kubernetes, etc.",
"content": "This service is the main integration point for Spinnaker cloud providers like AWS, Azure, CloudFoundry, GCP, Kubernetes, etc.",
"datasource": null,
"gridPos": { },
"id": 2,
Expand Down Expand Up @@ -345,10 +345,10 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(controller_invocations_total{job=~\"$job\", instance=~\"$Instance\",account=~\"$Account\"}[$__rate_interval])) by (controller, method)",
"expr": "sum(rate(operations_seconds_sum{success!=\"true\"}[$__rate_interval])) by (OperationType)\n/\nsum(rate(operations_seconds_count[$__rate_interval])) by (OperationType)",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{controller}}/{{method}}",
"legendFormat": "{{OperationType}}",
"refId": "A"
}
],
Expand Down Expand Up @@ -425,19 +425,12 @@
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(operations_seconds_sum{success!=\"true\"}[$__rate_interval])) by (OperationType)\n/\nsum(rate(operations_seconds_count[$__rate_interval])) by (OperationType)",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{OperationType}}",
"refId": "A"
},
{
"expr": "sum(rate(controller_invocations_seconds_sum{job=~\"$job\", instance=~\"$Instance\",account=~\"$Account\"}[$__rate_interval])) by (controller, method) \n/\nsum(rate(controller_invocations_seconds_count{job=~\"$job\", instance=~\"$Instance\",account=~\"$Account\"}[$__rate_interval])) by (controller, method)",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{controller}}/{{method}}",
"refId": "B"
"refId": "A"
}
],
"thresholds": [ ],
Expand Down

0 comments on commit 0a0c279

Please sign in to comment.