otel operator

This commit is contained in:
royalcat 2025-04-04 03:46:30 +04:00
parent 857f07805a
commit a81e6317e4
2 changed files with 17140 additions and 0 deletions
opentelemetry-operator-system

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,32 @@
apiVersion: opentelemetry.io/v1beta1
kind: OpenTelemetryCollector
metadata:
name: simplest
namespace: opentelemetry-operator-system
spec:
config:
receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
processors:
memory_limiter:
check_interval: 1s
limit_percentage: 75
spike_limit_percentage: 15
batch:
send_batch_size: 10000
timeout: 10s
exporters:
debug: {}
service:
pipelines:
traces:
receivers: [otlp]
processors: [memory_limiter, batch]
exporters: [debug]