mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-23 06:39:23 +00:00
[vmware-exporter] Add Grafana dashboards for metrics
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# vmware-exporter
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
A prometheus exporter for vSphere vCenter
|
||||
|
||||
@@ -81,6 +81,8 @@ N/A
|
||||
| image.repository | string | `"pryorda/vmware_exporter"` | image repository |
|
||||
| image.tag | string | `"v0.18.2"` | image tag |
|
||||
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
||||
| metrics.dashboards | object | See values.yaml | Enable and configure Grafana dashboard ConfigMaps for the chart under this key. |
|
||||
| metrics.dashboards.namespace | string | `nil` | Namespace to create the dashboards ConfigMap under. |
|
||||
| metrics.enabled | bool | See values.yaml | Enable and configure a Prometheus serviceMonitor for the chart under this key. |
|
||||
| metrics.prometheusRule | object | See values.yaml | Enable and configure Prometheus Rules for the chart under this key. |
|
||||
| metrics.prometheusRule.rules | list | See prometheusrules.yaml | Configure additionial rules for the chart under this key. |
|
||||
@@ -95,6 +97,22 @@ All notable changes to this application Helm chart will be documented in this fi
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
### [0.1.0]
|
||||
|
||||
#### Added
|
||||
|
||||
- Create a Grafana dashboard ConfigMap when `metrics.dashboards.create` is `true`
|
||||
|
||||
#### Changed
|
||||
|
||||
- N/A
|
||||
|
||||
#### Removed
|
||||
|
||||
- N/A
|
||||
|
||||
[0.0.1]: #100
|
||||
|
||||
### [0.0.1]
|
||||
|
||||
#### Added
|
||||
@@ -109,8 +127,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
|
||||
- N/A
|
||||
|
||||
[0.0.1]: #100
|
||||
|
||||
## Support
|
||||
|
||||
- Open an [issue](https://github.com/nikdoof/helm-charts/issues/new/choose)
|
||||
|
||||
Reference in New Issue
Block a user