timescale / promscale

[DEPRECATED] Promscale is a unified metric and trace observability backend for Prometheus, Jaeger and OpenTelemetry built on PostgreSQL and TimescaleDB.
https://www.timescale.com/promscale
Apache License 2.0
1.33k stars 169 forks source link

Fix jaeger env vars in docker-compose.yaml #1762

Closed mathisve closed 1 year ago

mathisve commented 2 years ago

Description

With the default configuration, Jaeger cannot connect to Promscale.

level=info ts=2022-11-20T01:06:24.418Z caller=runner.go:86 msg="Version: 0.16.0, Commit Hash: 72c29aa887517dcebc4b47a3d9fbb3ce3ac78450, Branch: HEAD"
level=error ts=2022-11-20T01:06:25.428Z caller=runner.go:127 msg="aborting startup due to error" err="failed to connect to `host=db user=postgres database=postgres`: dial error (dial tcp 192.168.96.4:5432: connect: connection refused)"

This PR aims to fix that by replacing the --grpc-storage.server argument to use environment variables.