Skip to content

Commit

Permalink
add otlp/causely exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh3460 committed Mar 5, 2024
1 parent 7b7f35a commit 668c66a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions monitoring/chart-values/otel-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ config:
endpoint: http://tempo.monitoring:4317
tls:
insecure: true
otlp/causely:
endpoint: mediator.causely.svc.cluster.local:4317
compression: none
tls:
insecure: true
extensions:
# The health_check extension is mandatory for this chart.
# Without the health_check extension the collector will fail the readiness and liveliness probes.
Expand Down Expand Up @@ -159,9 +164,11 @@ config:
exporters:
- debug
- otlp
- otlp/causely
processors:
- memory_limiter
- batch
- k8sattributes
receivers:
- otlp
# - jaeger
Expand Down

0 comments on commit 668c66a

Please sign in to comment.