Jonathan A. Sternberg
0ae8bebd75
refactor: rewrite imports to include the /v2 suffix for version 2
2020-04-03 12:39:20 -05:00
Jacob Marble
679215de97
chore: Revert "refactor(tsdb): remove read from unexported field ( #17279 )" ( #17305 )
...
This reverts commit 0ec2b453b9
.
Fixes panic.
2020-03-16 17:48:01 -07:00
Jacob Marble
0ec2b453b9
refactor(tsdb): remove read from unexported field ( #17279 )
...
* refactor(tsdb): remove read from unexported field
* fix(tsdb): add regression test to check for panic
* fix(tsdb): detect nil without panic
2020-03-16 14:26:14 -07:00
Jacob Marble
26ca766459
refactor(tsdb): move series file to its own package ( #17224 )
...
* refactor(storage): move type ByTagKey to the only package that uses it
* refactor(tsdb): use types in tsdb/cursors
* refactor(tsdb): remove unused type SeriesIDElems
* refactor(tsdb): inline only use of tsdb.ReadAllSeriesIDIterator
* refactor(tsdb): move series file to its own package
* refactor(storage): remove platform->influxdb aliases
2020-03-12 11:32:52 -07:00
Jacob Marble
cdbf532f57
refactor(storage): remove dead code and rename a few things ( #17217 )
...
* refactor(storage): remove CursorIterators type
* refactor(storage): remove unused tsdb.MarshalTags()
* refactor(storage): remove unused package tsdb/internal
* refactor(storage): rename tsdb/metrics.go to tsdb/series_file_metrics.go
* refactor(storage): remove unused type tagValueSliceIterator
* refactor(storage): rename field row to seriesRow
* refactor(storage): rename tsdb/index.go to tsdb/series_iterators.go
2020-03-12 10:45:48 -07:00