Optimize the self monitoring grafana dashboard. (#6549)

This commit is contained in:
Ax1an 2021-03-20 13:33:11 +08:00 committed by GitHub
parent fadbecaa84
commit b48433e1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9522 additions and 1119 deletions

View File

@ -53,6 +53,7 @@ Release Notes.
* Fix receiver don't need to get itself when healthCheck
* Remove group concept from AvgHistogramFunction. Heatmap(function result) doesn't support labels.
* Support metrics grouped by scope labelValue in MAL, no need global same labelValue as before.
* Optimize the self monitoring grafana dashboard.
#### UI
* Update selector scroller to show in all pages.

View File

@ -49,7 +49,8 @@ telemetry:
```
### Grafana Visualization
Provide the grafana dashboard settings. Check [SkyWalking Telemetry dashboard](grafana.json) config.
Provide the grafana dashboard settings.
Check [SkyWalking OAP Cluster Monitor Dashboard](grafana-cluster.json) config and [SkyWalking OAP Instance Monitor Dashboard](grafana-instance.json) config.
## Self Observability

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff