mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 17:39:39 +02:00
41 lines
673 B
YAML
41 lines
673 B
YAML
receivers:
|
|
otlp:
|
|
protocols:
|
|
grpc:
|
|
endpoint: "0.0.0.0:4317"
|
|
http:
|
|
endpoint: "0.0.0.0:4318"
|
|
|
|
processors:
|
|
batch:
|
|
timeout: 5s
|
|
send_batch_size: 1024
|
|
|
|
exporters:
|
|
otlp/tempo:
|
|
endpoint: "tempo:4317"
|
|
tls:
|
|
insecure: true
|
|
|
|
prometheus:
|
|
endpoint: "0.0.0.0:8889"
|
|
namespace: "tg"
|
|
resource_to_telemetry_conversion:
|
|
enabled: true
|
|
|
|
debug:
|
|
verbosity: basic
|
|
|
|
service:
|
|
pipelines:
|
|
traces:
|
|
receivers: [otlp]
|
|
processors: [batch]
|
|
exporters: [otlp/tempo]
|
|
metrics:
|
|
receivers: [otlp]
|
|
processors: [batch]
|
|
exporters: [prometheus]
|
|
telemetry:
|
|
logs:
|
|
level: warn
|