Skip to content

Commit

Permalink
update otel collector configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
4141done committed Nov 15, 2023
1 parent 070304f commit 6f1ec35
Show file tree
Hide file tree
Showing 2 changed files with 8,315 additions and 993 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,28 @@ apiVersion: opentelemetry.io/v1alpha1
kind: OpenTelemetryCollector
metadata:
name: simplest
namespace: observability
spec:
config: |
receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:9978
http:
endpoint: 0.0.0.0:9979
processors:
memory_limiter:
check_interval: 1s
limit_percentage: 75
spike_limit_percentage: 15
batch:
send_batch_size: 10000
timeout: 10s
exporters:
logging:
logLevel:
debug:
service:
pipelines:
traces:
receivers: [otlp]
processors: [batch]
exporters: [logging]
processors: []
exporters: [debug]
Loading

0 comments on commit 6f1ec35

Please sign in to comment.