Skip to content

Commit a8bfaef

Browse files
committed
Mention profilesK8sAttributes in the readme
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
1 parent f6bbd71 commit a8bfaef

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

otel-integration/k8s-helm/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ The generated `kubernetes_sd_configs` is a common configuration syntax for disco
14971497
14981498
The OpenTelemetry eBPF Profiler Collector runs the [otelcol-ebpf-profiler distribution](https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-ebpf-profiler) as a DaemonSet to collect CPU profiles with eBPF and emit OTLP profiles. It is deployed as the `opentelemetry-ebpf-profiler` subchart and uses the same base chart values as the other collectors.
14991499
1500-
The `ebpfProfiler` preset is intended for the eBPF profiler distribution. Use the `otlpExporter` preset to forward profiles to the node-local `opentelemetry-agent` over OTLP. Enable `profilesCollection` on the agent to receive profiles, enrich them with Kubernetes metadata, map `service.name`, and export them to Coralogix through the regular Coralogix exporter. To expose profiler metrics for scraping, enable `collectorMetrics` with `disablePrometheusReceiver: true` and rely on annotation-based discovery from the cluster-collector.
1500+
The `ebpfProfiler` preset is intended for the eBPF profiler distribution. Use the `otlpExporter` preset to forward profiles to the node-local `opentelemetry-agent` over OTLP. Enable `profilesCollection` on the agent to receive profiles and `profilesK8sAttributes` to enrich them with Kubernetes metadata and map `service.name`. Profiles are exported to Coralogix through the regular Coralogix exporter. To expose profiler metrics for scraping, enable `collectorMetrics` with `disablePrometheusReceiver: true` and rely on annotation-based discovery from the cluster-collector.
15011501
15021502
The legacy `coralogix-ebpf-profiler` chart configuration is still available for compatibility. See `k8s-helm/values-ebpf-profiler.yaml` for the legacy setup.
15031503
@@ -1529,6 +1529,8 @@ opentelemetry-agent:
15291529
presets:
15301530
profilesCollection:
15311531
enabled: true
1532+
profilesK8sAttributes:
1533+
enabled: true
15321534
serviceLabels:
15331535
- tag_name: service.label
15341536
key: app.kubernetes.io/name

0 commit comments

Comments
 (0)