testing build and test

This commit is contained in:
2026-03-03 15:30:25 -07:00
parent 7eb95af0b8
commit 2746eadab7
11 changed files with 383 additions and 178 deletions

View File

@@ -12,34 +12,24 @@ processors:
send_batch_size: 1024
exporters:
# Log to console for debugging
logging:
loglevel: info
# Export to Prometheus
debug:
prometheus:
endpoint: 0.0.0.0:8889
namespace: websocket_game
# Uncomment to export to Jaeger for traces
# jaeger:
# endpoint: jaeger:14250
# tls:
# insecure: true
service:
pipelines:
traces:
receivers: [otlp]
processors: [batch]
exporters: [logging]
exporters: [debug]
metrics:
receivers: [otlp]
processors: [batch]
exporters: [logging, prometheus]
exporters: [debug, prometheus]
logs:
receivers: [otlp]
processors: [batch]
exporters: [logging]
exporters: [debug]