influxdb/pkg/tracing
Stuart Carnie e9313876ab EXPLAIN ANALYZE
* Introduces EXPLAIN ANALYZE command, which
  produces a detailed tree of operations used to
  execute the query.

introduce context.Context to APIs

metrics package

* create groups of named measurements
* safe for concurrent access

tracing package

EXPLAIN ANALYZE implementation for OSS

Serialize EXPLAIN ANALYZE traces from remote nodes

use context.Background for tests

group with other stdlib packages

additional documentation and remove unused API

use influxdb/pkg/testing/assert

remove testify reference
2017-10-20 08:01:37 -07:00
..
fields EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
labels EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
wire EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
context.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
doc.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
rawspan.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
span.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
spancontext.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
trace.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
trace_encoding.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
tree.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
util.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00