forked from caoyingjunz/csi-driver-localstorage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c45c14
commit b2c0297
Showing
2 changed files
with
24 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Grafana Dashboard | ||
|
||
A Grafana Dashboard designed for metrics from Logstash-exporter on Kubernetes is available | ||
at [localstorage-controller-dashboard](https://grafana.com/grafana/dashboards/19251-localstorage-controller-dashboard/). | ||
This dashboard's JSON source is | ||
at [localstorage_controller-dashboard.json](./localstorage_controller-dashboard.json). | ||
|
||
<img src="./localstorage_controller.png" style="width: 60%; height: 60%" /> | ||
|
||
## Metrics | ||
|
||
Table of exported metrics: | ||
|
||
| Name | Type | Description | | ||
|-----------------------------------------|-------|----------------------------------------------------------------------------------------| | ||
| `localstorage_controller_volumes_total` | Gauge | HELP localstorage_controller_volume_size The size of each volume in localstorage | | ||
| `localstorage_controller_volume_size` | Gauge | HELP localstorage_controller_volumes_total The total number of volumes in localstorage | | ||
|
||
## Prometheus | ||
|
||
The Prometheus configuration to scrape metrics from Logstash-exporter on Kubernetes is available | ||
at [prometheus.yml](./prometheus.yml). |