diff --git a/charts/ethereum-metrics-exporter/README.md b/charts/ethereum-metrics-exporter/README.md index 9c82bacf..e18d0fe3 100644 --- a/charts/ethereum-metrics-exporter/README.md +++ b/charts/ethereum-metrics-exporter/README.md @@ -1,7 +1,7 @@ # ethereum-metrics-exporter -![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Prometheus metrics exporter for Ethereum consensus & execution nodes @@ -61,13 +61,13 @@ A Prometheus metrics exporter for Ethereum consensus & execution nodes | serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template | | serviceMonitor.annotations | object | `{}` | Additional ServiceMonitor annotations | | serviceMonitor.enabled | bool | `false` | If true, a ServiceMonitor CRD is created for a prometheus operator https://github.com/coreos/prometheus-operator | -| serviceMonitor.interval | string | `"15s"` | ServiceMonitor scrape interval | +| serviceMonitor.interval | string | `"30s"` | ServiceMonitor scrape interval | | serviceMonitor.labels | object | `{}` | Additional ServiceMonitor labels | | serviceMonitor.namespace | string | `nil` | Alternative namespace for ServiceMonitor | | serviceMonitor.path | string | `"/metrics"` | Path to scrape | | serviceMonitor.relabelings | list | `[]` | ServiceMonitor relabelings | | serviceMonitor.scheme | string | `"http"` | ServiceMonitor scheme | -| serviceMonitor.scrapeTimeout | string | `"30s"` | ServiceMonitor scrape timeout | +| serviceMonitor.scrapeTimeout | string | `"15s"` | ServiceMonitor scrape timeout | | serviceMonitor.tlsConfig | object | `{}` | ServiceMonitor TLS configuration | | terminationGracePeriodSeconds | int | `30` | How long to wait until the pod is forcefully terminated | | tolerations | list | `[]` | Tolerations for pods |