sourcegraph / appdash

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

InfluxDBStore: fix index out of bounds panic on Dashboard #156

Closed slimsag closed 8 years ago

slimsag commented 8 years ago

Confirmed fix by visiting the Dashboard page (no more panic).

Based on #155 for simplicity.

keegancsmith commented 8 years ago

LGTM