fandrei / AppMetrics

Apache License 2.0
8 stars 2 forks source link

Make appmetrics server that CIAPILatencyCollector logs data to configurable #98

Closed mrdavidlaing closed 12 years ago

mrdavidlaing commented 12 years ago

Currently the appmetrics server that data is logged to is hardcoded

This needs to be a config option

fandrei commented 12 years ago

This is used only when getting remote settings fails for some reason; actual initialization of tracking location is here https://github.com/fandrei/CiapiLatencyCollector/blob/master/LatencyCollectorCore/Program.cs#L114