sourcegraph / appdash

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

InfluxDBStore: do not use deprecated "IF NOT EXISTS" condition when creating DB #159

Closed slimsag closed 8 years ago

slimsag commented 8 years ago

IF NOT EXIST is the default and only behavior (see InfluxDB issue here), confirmed working locally.

Based on #158 for simplicity.

keegancsmith commented 8 years ago

LGTM

slimsag commented 8 years ago

Merged into master.