Browse Source
grafana: remove incorrect QPS factor
pull/1633/head
Thilo-Alexander Ginkel
4 years ago
No known key found for this signature in database
GPG Key ID: 821B86EFE1AD2E29
2 changed files with
7 additions and
7 deletions
-
other/metrics/grafana_seaweedfs.json
-
other/metrics/grafana_seaweedfs_k8s.json
|
|
@ -386,7 +386,7 @@ |
|
|
|
"steppedLine": false, |
|
|
|
"targets": [ |
|
|
|
{ |
|
|
|
"expr": "rate(SeaweedFS_filer_request_total[1m]) * 5", |
|
|
|
"expr": "rate(SeaweedFS_filer_request_total[1m])", |
|
|
|
"format": "time_series", |
|
|
|
"intervalFactor": 2, |
|
|
|
"legendFormat": "{{type}}", |
|
|
@ -761,7 +761,7 @@ |
|
|
|
"steppedLine": false, |
|
|
|
"targets": [ |
|
|
|
{ |
|
|
|
"expr": "rate(SeaweedFS_s3_request_total[1m]) * 5", |
|
|
|
"expr": "rate(SeaweedFS_s3_request_total[1m])", |
|
|
|
"format": "time_series", |
|
|
|
"intervalFactor": 2, |
|
|
|
"legendFormat": "{{type}}", |
|
|
|
|
|
@ -97,7 +97,7 @@ |
|
|
|
"steppedLine": false, |
|
|
|
"targets": [ |
|
|
|
{ |
|
|
|
"expr": "sum(rate(SeaweedFS_s3_request_total{namespace=\"$namespace\",service=~\"$service-api\",type=~\"$method\"}[1m]) * 5) by (code)", |
|
|
|
"expr": "sum(rate(SeaweedFS_s3_request_total{namespace=\"$namespace\",service=~\"$service-api\",type=~\"$method\"}[1m])) by (code)", |
|
|
|
"format": "time_series", |
|
|
|
"interval": "", |
|
|
|
"intervalFactor": 2, |
|
|
@ -210,7 +210,7 @@ |
|
|
|
"steppedLine": false, |
|
|
|
"targets": [ |
|
|
|
{ |
|
|
|
"expr": "sum(rate(SeaweedFS_s3_request_total{namespace=\"$namespace\",service=~\"$service-api\"}[1m]) * 5) by (type)", |
|
|
|
"expr": "sum(rate(SeaweedFS_s3_request_total{namespace=\"$namespace\",service=~\"$service-api\"}[1m])) by (type)", |
|
|
|
"format": "time_series", |
|
|
|
"interval": "", |
|
|
|
"intervalFactor": 2, |
|
|
@ -1014,7 +1014,7 @@ |
|
|
|
"steppedLine": false, |
|
|
|
"targets": [ |
|
|
|
{ |
|
|
|
"expr": "rate(SeaweedFS_filer_request_total{namespace=\"$namespace\",service=~\"$service-api\"}[1m]) * 5", |
|
|
|
"expr": "rate(SeaweedFS_filer_request_total{namespace=\"$namespace\",service=~\"$service-api\"}[1m])", |
|
|
|
"format": "time_series", |
|
|
|
"interval": "", |
|
|
|
"intervalFactor": 2, |
|
|
|