mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 19:51:17 +00:00
chore: initial commit
This commit is contained in:
2
build/otel-collector/Dockerfile
Normal file
2
build/otel-collector/Dockerfile
Normal file
@@ -0,0 +1,2 @@
|
||||
FROM otel/opentelemetry-collector-contrib:0.90.1
|
||||
COPY config.yaml /etc/otelcol-contrib/config.yaml
|
||||
23
build/otel-collector/config.yaml
Normal file
23
build/otel-collector/config.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
receivers:
|
||||
otlp:
|
||||
protocols:
|
||||
grpc:
|
||||
http:
|
||||
|
||||
exporters:
|
||||
debug:
|
||||
verbosity: detailed
|
||||
|
||||
processors:
|
||||
batch:
|
||||
|
||||
service:
|
||||
pipelines:
|
||||
traces:
|
||||
receivers: [otlp]
|
||||
processors: [batch]
|
||||
exporters: [debug]
|
||||
metrics:
|
||||
receivers: [otlp]
|
||||
processors: [batch]
|
||||
exporters: [debug]
|
||||
Reference in New Issue
Block a user