sourcegraph / appdash

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

InfluxDBStore: various improvements (+lower memory usage) #171

Closed slimsag closed 8 years ago

slimsag commented 8 years ago
keegancsmith commented 8 years ago

I don't know if I have asked this before, but is influxdb appropriate for the appdash use case? We aren't really storing timeseries data.

But otherwise LGTM

chris-ramon commented 8 years ago

I don't know if I have asked this before, but is influxdb appropriate for the appdash use case? We aren't really storing timeseries data.

Hi @keegancsmith, here an issue where @slimsag wrote about the motivations for replacing AggregateStore for InfluxDBStore you might want to take a look.

Additional to that I'd like to add the following points on why it can be a good use case for appdash:

keegancsmith commented 8 years ago

@chris-ramon cool thanks for the response and comments. Wasn't saying we made the wrong choice, was just looking for motivation :)

The points you mentioned are great, and I'd love to learn more about it. Would you mind a few emails or VC to sate my curiosity on this?

chris-ramon commented 8 years ago

@keegancsmith sounds good :) - I'll be sharing some detailed info. expanding on the points mentioned above.