diff --git a/otel-integration/k8s-helm/README.md b/otel-integration/k8s-helm/README.md index 14d7e045..e0eefcf9 100644 --- a/otel-integration/k8s-helm/README.md +++ b/otel-integration/k8s-helm/README.md @@ -418,16 +418,15 @@ helm upgrade --install otel-coralogix-integration coralogix-charts-virtual/otel- To deploy the Coralogix EBPF Agent, alongside the OpenTelemetry agent adn Collector, you can use the following command: ```bash -helm upgrade --install otel-coralogix-central-collector coralogix-charts-virtual/otel-integration \ +helm upgrade --install otel-coralogix coralogix-charts-virtual/otel-integration \ --render-subchart-notes -f values-ebpf-agent.yaml ``` -By default, coralogix ebpf agent will be deployed with the [span metrics preset](#About-span-metrics) enabled. -since due to the usual high volume of spans collected by the ebpf agent, it is recommended to use +By default, coralogix ebpf agent will be deployed with the [span metrics preset](#about-span-metrics) enabled. +since due to the usual high volume of spans collected by the ebpf agent, it is recommended to use [Coralogix APM with span metrics](https://coralogix.com/docs/user-guides/apm/getting-started/span-metrics/) to disable this, you can edit to the `values-ebpf-agent.yaml` file and set `presets.spanMetrics.enabled` to `false`. - #### Filtering Specific Services For Coralogix EBPF Agent By default, the coralogix-ebpf-agent will collect traffic from all services in the cluster. @@ -467,7 +466,7 @@ If you already have an existing OpenTelemetry Collector deployment and you want you can only deploy the ebpf agent and supply your existing OpenTelemetry Collector endpoint with this command: ```bash -helm upgrade --install otel-coralogix-central-collector coralogix-charts-virtual/otel-integration \ +helm upgrade --install otel-coralogix coralogix-charts-virtual/otel-integration \ --render-subchart-notes -f values-ebpf-agent-existing-collector.yaml --set coralogix-ebpf-agent.ebpf_agent.otel.exporter.endpoint= ```