Commit Graph

6 Commits (27e2531b0a683f6a4135b953d308e154dd8ad983)

Author SHA1 Message Date
Mark Rushakoff d73d73c0d4 chore: rename imports from platform to influxdb
I did this with a dumb editor macro, so some comments changed too.

Also rename root package from platform to influxdb.

In interest of minimizing risk, anyone importing the root package has
now aliased it to "platform" so that no changes beyond imports were
necessary in those files.

Lastly, replace the old platform module to local path /dev/null so that
nobody can accidentally reintroduce a platform dependency while
migrating platform code to influxdb.
2019-01-09 20:51:47 -08:00
Edd Robinson 9403c1ec8e Ensure error strings not capitalised ST1005 2018-11-30 10:54:24 +00:00
Leonardo Di Donato 7c932dad56 fix(zap): porting to uint64 IDs 2018-10-11 09:54:18 -05:00
Nathaniel Cook 0a22885885 fix: Use canonical header since gRPC does not preserve it 2018-08-20 17:01:30 -06:00
Nathaniel Cook 48f5afb33e fix: Use a single HTTP header for zap trace context 2018-08-17 17:01:55 -06:00
Nathaniel Cook f6923881f7 feat: Add zap opentracing.Tracer
Propogate opentracing spans through HTTP requests.
Use zap logger to log each span as it is finished.
2018-08-16 14:32:04 -06:00