mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[bitnami/memcached] Add 'metricRelabelings' and 'relabelings' parameters (#6226)
* Add 'metricRelabelings' and 'relabelings' parameters * Fix chart version
This commit is contained in:
@@ -126,6 +126,13 @@ The following tables lists the configurable parameters of the Memcached chart an
|
||||
| `metrics.service.type` | Kubernetes service type for Prometheus metrics | `ClusterIP` |
|
||||
| `metrics.service.port` | Prometheus metrics service port | `9150` |
|
||||
| `metrics.service.annotations` | Prometheus exporter svc annotations | `{prometheus.io/scrape: "true", prometheus.io/port: "9150"}` |
|
||||
| `metrics.serviceMonitor.enabled` | Create ServiceMonitor resource(s) for scraping metrics using PrometheusOperator | `false` |
|
||||
| `metrics.serviceMonitor.namespace` | The namespace in which the ServiceMonitor will be created | `nil` |
|
||||
| `metrics.serviceMonitor.interval` | The interval at which metrics should be scraped | `nil` |
|
||||
| `metrics.serviceMonitor.scrapeTimeout` | The timeout after which the scrape is ended | `nil` |
|
||||
| `metrics.serviceMonitor.selector` | Additional labels for ServiceMonitor resource | `nil` |
|
||||
| `metrics.serviceMonitor.metricRelabelings` | Metrics relabelings to add to the scrape endpoint, applied before ingestion | `nil` |
|
||||
| `metrics.serviceMonitor.relabelings` | Metrics relabelings to add to the scrape endpoint, applied before scraping | `nil` |
|
||||
|
||||
The above parameters map to the env variables defined in [bitnami/memcached](http://github.com/bitnami/bitnami-docker-memcached). For more information please refer to the [bitnami/memcached](http://github.com/bitnami/bitnami-docker-memcached) image documentation.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user