Add support for memcaches (#564)
* vendor: update cortex Don't be blocked on https://github.com/cortexproject/cortex/pull/1345 to be merged and still maintain the fork Signed-off-by:Goutham Veeramachaneni <gouthamve@gmail.com> * add memcached ksonnet Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com> * commit generated proto Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
Showing
- Gopkg.lock 2 additions, 2 deletionsGopkg.lock
- production/ksonnet/loki/config.libsonnet 38 additions, 0 deletionsproduction/ksonnet/loki/config.libsonnet
- production/ksonnet/loki/jsonnetfile.json 10 additions, 0 deletionsproduction/ksonnet/loki/jsonnetfile.json
- production/ksonnet/loki/loki.libsonnet 5 additions, 2 deletionsproduction/ksonnet/loki/loki.libsonnet
- production/ksonnet/loki/memcached.libsonnet 21 additions, 0 deletionsproduction/ksonnet/loki/memcached.libsonnet
- vendor/github.com/cortexproject/cortex/pkg/chunk/aws/dynamodb_storage_client.go 13 additions, 33 deletions...exproject/cortex/pkg/chunk/aws/dynamodb_storage_client.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/cache/background.go 2 additions, 2 deletions...ub.com/cortexproject/cortex/pkg/chunk/cache/background.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/cache/cache.go 30 additions, 30 deletions.../github.com/cortexproject/cortex/pkg/chunk/cache/cache.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/cache/diskcache.go 2 additions, 2 deletions...hub.com/cortexproject/cortex/pkg/chunk/cache/diskcache.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/cache/fifo_cache.go 2 additions, 2 deletions...ub.com/cortexproject/cortex/pkg/chunk/cache/fifo_cache.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/cache/memcached.go 3 additions, 3 deletions...hub.com/cortexproject/cortex/pkg/chunk/cache/memcached.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/cache/memcached_client.go 5 additions, 5 deletions.../cortexproject/cortex/pkg/chunk/cache/memcached_client.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/chunk.go 5 additions, 5 deletionsvendor/github.com/cortexproject/cortex/pkg/chunk/chunk.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/chunk_store.go 78 additions, 30 deletions.../github.com/cortexproject/cortex/pkg/chunk/chunk_store.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/chunk_store_utils.go 11 additions, 4 deletions...b.com/cortexproject/cortex/pkg/chunk/chunk_store_utils.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/composite_store.go 17 additions, 0 deletions...hub.com/cortexproject/cortex/pkg/chunk/composite_store.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/gcp/bigtable_index_client.go 0 additions, 3 deletions...rtexproject/cortex/pkg/chunk/gcp/bigtable_index_client.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/gcp/instrumentation.go 3 additions, 3 deletions...com/cortexproject/cortex/pkg/chunk/gcp/instrumentation.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/schema_config.go 12 additions, 17 deletions...ithub.com/cortexproject/cortex/pkg/chunk/schema_config.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/series_store.go 44 additions, 27 deletions...github.com/cortexproject/cortex/pkg/chunk/series_store.go
Loading
Please register or sign in to comment