chore: Auto-update chart README [skip ci]

This commit is contained in:
k8s-at-home[bot] 2022-02-19 01:28:20 +00:00
parent 09328441f2
commit f30da71898

View File

@ -2,7 +2,7 @@
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 0.8.1](https://img.shields.io/badge/AppVersion-0.8.1-informational?style=flat-square)
An exporter for metrics in the InfluxDB format used since 0.9.0. It collects metrics in the line protocol via a HTTP API, transforms them and exposes them for consumption by Prometheus.
influxdb-exporter helm package
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 4.0.0 |
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
## TL;DR
@ -67,23 +67,7 @@ helm install influxdb-exporter k8s-at-home/influxdb-exporter -f values.yaml
## Custom configuration
Override the default container `args:` with optons:
--web.listen-address=":9122"
Address on which to expose metrics and web interface.
--web.telemetry-path="/metrics"
Path under which to expose Prometheus metrics.
--web.exporter-telemetry-path="/metrics/exporter"
Path under which to expose exporter metrics.
--influxdb.sample-expiry=5m
How long a sample is valid for.
--udp.bind-address=":9122"
Address on which to listen for udp packets.
--timestamps Export timestamps of points.
--log.level=info Only log messages with the given severity or above. One of: [debug, info, warn, error]
--log.format=logfmt Output format of log messages. One of: [logfmt, json]
(adapt service address/path/port accordingly)
N/A
## Values
@ -94,10 +78,12 @@ Override the default container `args:` with optons:
| env | object | See below | environment variables. See more environment variables in the [influxdb-exporter documentation](https://influxdb-exporter.org/docs). |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"influxdb-exporter/influxdb-exporter"` | image repository |
| image.tag | string | `"1.0.0"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| image.repository | string | `"prom/influxdb-exporter"` | image repository |
| image.tag | string | `"v0.8.1"` | image tag |
| metrics.enabled | bool | See values.yaml | Enable and configure prometheus-qbittorrent-exporter sidecar and Prometheus podMonitor. |
| metrics.serviceMonitor.interval | string | `"15s"` | |
| metrics.serviceMonitor.labels | object | `{}` | |
| metrics.serviceMonitor.scrapeTimeout | string | `"5s"` | |
| service | object | See values.yaml | Configures service settings for the chart. |
## Changelog
@ -106,7 +92,7 @@ Override the default container `args:` with optons:
#### Added
- Initial version
* Initial version
#### Changed
@ -116,6 +102,10 @@ N/A
N/A
### Older versions
A historical overview of changes can be found on [ArtifactHUB](https://artifacthub.io/packages/helm/k8s-at-home/influxdb-exporter?modal=changelog)
## Support
- See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/)
@ -124,4 +114,4 @@ N/A
- Join our [Discord](https://discord.gg/sTMX7Vh) community
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)