Skip to content

Commit 3bd474f

Browse files
committed
Put back some ebpf profiler configuration
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
1 parent 9fe1ea0 commit 3bd474f

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

otel-ecs-ec2/values.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,15 +365,20 @@ opentelemetry-ebpf-profiler:
365365
otlpReceiver:
366366
enabled: false
367367

368+
ecsAttributesContainerLogs:
369+
enabled: true
370+
profilesServiceName:
371+
enabled: true
372+
368373
reduceResourceAttributes:
369374
enabled: false
370375

371-
otlpExporter:
376+
coralogixExporter:
377+
enabled: true
378+
privateKey: ${env:CORALOGIX_PRIVATE_KEY}
379+
380+
resourceDetection:
372381
enabled: true
373-
endpoint: localhost:4317
374-
pipelines: ["profiles"]
375-
tls:
376-
insecure: true
377382

378383
config:
379384
exporters:

0 commit comments

Comments
 (0)