Skip to content

Commit 5c20793

Browse files
committed
Update k8s-helm README
Signed-off-by: Giuseppe Ognibene <giuseppe.ognibene@coralogix.com>
1 parent 6a7ea03 commit 5c20793

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

otel-integration/k8s-helm/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,15 +1546,16 @@ opentelemetry-cluster-collector:
15461546
```
15471547
15481548
Notes:
1549+
15491550
- To discover services via annotations, set `observeServices: true` and `enableServiceRule: true`.
15501551
- Pod discovery uses `prometheus.io/scrape`, `prometheus.io/path`, and `prometheus.io/port` annotations.
15511552
- Use the `prometheusAnnotationDiscovery` preset on the cluster-collector instead of adding a custom receiver_creator block to avoid double-scraping.
15521553

15531554
## Opentelemetry EBPF Instrumentation
15541555

1555-
The [OpenTelemetry EBPF Instrumentation](https://github.com/open-telemetry/opentelemetry-ebpf-instrumentation) is an OpenTelemetry component that uses eBPF to collect telemetry data from the Linux kernel, such as network metrics and spans, without requiring modifications to the application code. To enable the OpenTelemetry EBPF Instrumentation, set `opentelemetry-ebpf-instrumenat.enabled` to `true` in the `values.yaml` file.
1556+
The [OpenTelemetry EBPF Instrumentation](https://github.com/open-telemetry/opentelemetry-ebpf-instrumentation) is an OpenTelemetry component that uses eBPF to collect telemetry data from the Linux kernel, such as network metrics and spans, without requiring modifications to the application code. To enable the OpenTelemetry EBPF Instrumentation, set `opentelemetry-ebpf-instrumentation.enabled` to `true` in the `values.yaml` file.
15561557

1557-
for a full list of values for this chart, please look at [values.yaml](https://github.com/coralogix/opentelemetry-helm-charts/blob/main/charts/opentelemetry-ebpf-instrumentation/values.yaml)
1558+
For a full list of values for this chart, please look at [values.yaml](https://github.com/coralogix/opentelemetry-helm-charts/blob/main/charts/opentelemetry-ebpf-instrumentation/values.yaml)
15581559

15591560
### K8s Cache
15601561

0 commit comments

Comments
 (0)