feat(infra-dev): add opentelemetry and grafana (#12808)

This commit is contained in:
Antoine Moreaux
2025-06-24 12:13:24 +02:00
committed by GitHub
parent c56ccf7ed9
commit 9aaa104ec0
4 changed files with 78 additions and 9 deletions

View File

@ -0,0 +1,24 @@
receivers:
otlp:
protocols:
http:
endpoint: "0.0.0.0:4318"
exporters:
clickhouse:
endpoint: tcp://twenty_clickhouse:9000
database: twenty_dev
username: default
password: devPassword
debug:
verbosity: detailed
processors:
batch:
service:
pipelines:
metrics:
receivers: [otlp]
processors: [batch]
exporters: [clickhouse, debug]