Skip to content

Commit

Permalink
Improve otel config
Browse files Browse the repository at this point in the history
  • Loading branch information
idrissneumann committed Mar 16, 2024
1 parent 4bc0c0b commit 4131c96
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion .docker/otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ receivers:
http:

exporters:
debug:
logging:
prometheus:
endpoint: "0.0.0.0:8889"
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ receivers:
http:
exporters:
debug:
logging:
prometheus:
endpoint: "0.0.0.0:8889"
const_labels:
Expand All @@ -218,6 +218,9 @@ exporters:
tls:
insecure: true
processors:
batch:
service:
pipelines:
metrics:
Expand All @@ -226,6 +229,10 @@ service:
traces:
receivers: [otlp]
exporters: [otlp]
logs:
receivers: [otlp]
processors: [batch]
exporters: [logging]
```

## Development / contributions
Expand Down

0 comments on commit 4131c96

Please sign in to comment.