Jeff Wendling
|
40d2b70376
|
Ensure that cached series id sets are Go heap backed
|
2019-02-12 15:20:24 -07:00 |
Ben Johnson
|
6e5226437a
|
Convert TagValueSeriesIDCache to use string fields.
This commit changes `name`, `key`, and `value` to from `[]byte`
to `string`.
|
2019-02-12 14:22:40 -07:00 |
Edd Robinson
|
812ac6da25
|
PR feedback
|
2018-09-18 15:58:38 -07:00 |
Ben Johnson
|
e651153f1c
|
Add TagValueSeriesIDCache.Delete().
|
2018-09-18 15:58:38 -07:00 |
Ben Johnson
|
fcbc03240a
|
Inline mutex into TagValueSeriesIDCache.
|
2018-09-18 15:58:38 -07:00 |
Edd Robinson
|
bdc293abdd
|
Tidy up
|
2018-09-18 15:58:38 -07:00 |
Edd Robinson
|
5c88a1dd0e
|
Fix locking on cache
|
2018-09-18 15:58:38 -07:00 |
Edd Robinson
|
6d12f5d323
|
Debug
|
2018-09-18 15:58:38 -07:00 |
Edd Robinson
|
8af7c133db
|
Refactor cache
|
2018-09-18 15:58:38 -07:00 |