sourcegraph / appdash

Application tracing system for Go, based on Google's Dapper.
https://sourcegraph.com
Other
1.72k stars 137 forks source link

InfluxDBStore: allow user-configured server HTTPD ports #144

Closed slimsag closed 8 years ago

slimsag commented 8 years ago

Tested via setting conf.HTTPD.BindAddress = ":8087" in webapp-influxdb.

In the future this pattern could be extended to connect to an external InfluxDB server instead of the embedded one, too.

slimsag commented 8 years ago

@chris-ramon can you review whenever available?

chris-ramon commented 8 years ago

LGTM @slimsag! - good initial starting point for supporting connecting to external InfluxDB server :+1: