The Prometheus monitoring system and time series database.
Find a file
Fabian Reinartz af36c89178 Make adapter work + comment it out
The adapter drags in a whole dependency chain of Prometheus internal
packages due to its storage's hideous structure.
With dependency flattening the adapter can actually be included into
Prometheus in a working way but it breaks package builds. Thus we
comment it out until we found a way to fix this contraption.
2016-11-15 11:46:17 +01:00
chunks Add chunk package 2016-11-15 10:33:34 +01:00
cmd/tsdb Add benchmark utility 2016-11-15 10:35:42 +01:00
index@be0456338d Add index package 2016-11-15 10:33:44 +01:00
pages@76be68c231 Add pages package 2016-11-15 10:34:01 +01:00
adapter.go Make adapter work + comment it out 2016-11-15 11:46:17 +01:00
db.go Add main db implementation 2016-11-15 10:34:25 +01:00
db_test.go Add main db implementation 2016-11-15 10:34:25 +01:00
index.go Add main db implementation 2016-11-15 10:34:25 +01:00
persist.go Add main db implementation 2016-11-15 10:34:25 +01:00
querier.go Remove Prometheus internal metric type from interface 2016-11-15 11:43:34 +01:00