|
2 | 2 |
|
3 | 3 | # otel-add-on |
4 | 4 |
|
5 | | -   |
| 5 | +   |
6 | 6 |
|
7 | 7 | [](https://artifacthub.io/packages/search?repo=otel-add-on) |
8 | 8 |
|
@@ -40,7 +40,7 @@ crane ls ghcr.io/kedify/charts/otel-add-on | grep -E '^v?[0-9]' |
40 | 40 |
|
41 | 41 | Install specific version: |
42 | 42 | ```bash |
43 | | -helm upgrade -i oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.0 |
| 43 | +helm upgrade -i oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.13 |
44 | 44 | ``` |
45 | 45 |
|
46 | 46 | Advanced stuff: |
@@ -77,7 +77,8 @@ Example: |
77 | 77 |
|
78 | 78 | ```yaml |
79 | 79 | settings: |
80 | | - metricStoreRetentionSeconds: 60 |
| 80 | + metricStore: |
| 81 | + retentionSeconds: 60 |
81 | 82 | otelCollector: |
82 | 83 | enabled: true |
83 | 84 | # <HERE> |
@@ -124,7 +125,7 @@ Configuration of `OpenTelemetryCollector` CR is driven by: |
124 | 125 | > Also if the `alternateExporters` field in the merged config is empty, we will create an implicit exporter that will feed the metrics into KEDA OTel scaler with preconfigured service name. |
125 | 126 | > If from any reason you would like to disable all the exporters for the OTel collector, add only a dummy `debug` exporter: |
126 | 127 | > ```bash |
127 | | -> noglob helm template oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.0 \ |
| 128 | +> noglob helm template oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.13 \ |
128 | 129 | > --set otelOperatorCrs[0].alternateExporters.debug.verbosity=basic \ |
129 | 130 | > --set otelOperatorCrs[0].enabled=true |
130 | 131 | > ``` |
@@ -1232,7 +1233,7 @@ admissionWebhooks: |
1232 | 1233 |
|
1233 | 1234 | (Type: yaml)</td> |
1234 | 1235 | <td> |
1235 | | - values for OTel collector helm chart - these values overrides the defaults defined <a href="https://github.com/open-telemetry/opentelemetry-helm-charts/tree/opentelemetry-collector-0.130.1/charts/opentelemetry-collector/values.yaml">here</a> by default the collector is <code>disabled</code> |
| 1236 | + values for OTel collector helm chart - these values overrides the defaults defined <a href="https://github.com/open-telemetry/opentelemetry-helm-charts/tree/opentelemetry-collector-0.110.0/charts/opentelemetry-collector/values.yaml">here</a> by default the collector is <code>disabled</code> |
1236 | 1237 | </td> |
1237 | 1238 | <td> |
1238 | 1239 | <div style="max-width: 200px;"> |
|
0 commit comments