Query label values and names are now fetched from the store. (#521)
* Query label values and names are now fetched from the store. A time range is now required by the /api/prom/label with a sane default (6 hours from now). * fix http querystring and update doc * update vendor * rebased
Showing
- Gopkg.lock 2 additions, 59 deletionsGopkg.lock
- docs/api.md 12 additions, 5 deletionsdocs/api.md
- pkg/logproto/logproto.pb.go 147 additions, 12 deletionspkg/logproto/logproto.pb.go
- pkg/logproto/logproto.proto 2 additions, 0 deletionspkg/logproto/logproto.proto
- pkg/querier/http.go 17 additions, 0 deletionspkg/querier/http.go
- pkg/querier/querier.go 16 additions, 0 deletionspkg/querier/querier.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/chunk_store.go 38 additions, 2 deletions.../github.com/cortexproject/cortex/pkg/chunk/chunk_store.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/chunk_store_utils.go 47 additions, 7 deletions...b.com/cortexproject/cortex/pkg/chunk/chunk_store_utils.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/composite_store.go 15 additions, 0 deletions...hub.com/cortexproject/cortex/pkg/chunk/composite_store.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/series_store.go 56 additions, 1 deletion...github.com/cortexproject/cortex/pkg/chunk/series_store.go
Loading
Please register or sign in to comment