sourcegraph / appdash

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

InfluxDBStore: add pagination of results to the Traces page. #142

Closed slimsag closed 7 years ago

slimsag commented 8 years ago

We never had pagination on the Traces page because our DB was so naive; with InfluxDBStore we should be able to add this easily.

slimsag commented 7 years ago

Closing due to https://github.com/sourcegraph/appdash/issues/183