summaryrefslogtreecommitdiff
path: root/otel/otelcollector/otelcol-config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'otel/otelcollector/otelcol-config.yml')
-rw-r--r--otel/otelcollector/otelcol-config.yml34
1 files changed, 0 insertions, 34 deletions
diff --git a/otel/otelcollector/otelcol-config.yml b/otel/otelcollector/otelcol-config.yml
deleted file mode 100644
index b9a77e4..0000000
--- a/otel/otelcollector/otelcol-config.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-receivers:
- otlp:
- protocols:
- grpc:
- http:
- cors:
- allowed_origins:
- - "http://*"
- - "https://*"
-
-exporters:
- otlp:
- endpoint: "jaeger:4317"
- tls:
- insecure: true
- logging:
- prometheus:
- endpoint: "otelcol:9464"
-
-processors:
- batch:
- spanmetrics:
- metrics_exporter: prometheus
-
-service:
- pipelines:
- traces:
- receivers: [otlp]
- processors: [spanmetrics, batch]
- exporters: [logging, otlp]
- metrics:
- receivers: [otlp]
- processors: [batch]
- exporters: [prometheus, logging]