Fix validation; allow 'metrics' without a metric name. (#268)
* Update cortex to include optionally-enforce-metric-name Signed-off-by:Tom Wilkie <tom.wilkie@gmail.com> * Configure validation to allow 'metrics' without metric names. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
Showing
- Gopkg.lock 5 additions, 3 deletionsGopkg.lock
- Gopkg.toml 2 additions, 1 deletionGopkg.toml
- cmd/loki/loki-local-config.yaml 4 additions, 1 deletioncmd/loki/loki-local-config.yaml
- production/helm/templates/loki/configmap.yaml 3 additions, 0 deletionsproduction/helm/templates/loki/configmap.yaml
- production/ksonnet/loki/config.libsonnet 4 additions, 0 deletionsproduction/ksonnet/loki/config.libsonnet
- vendor/github.com/cortexproject/cortex/pkg/chunk/aws/dynamodb_storage_client.go 10 additions, 8 deletions...exproject/cortex/pkg/chunk/aws/dynamodb_storage_client.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/aws/dynamodb_table_client.go 43 additions, 5 deletions...rtexproject/cortex/pkg/chunk/aws/dynamodb_table_client.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/aws/metrics_autoscaling.go 187 additions, 82 deletions...cortexproject/cortex/pkg/chunk/aws/metrics_autoscaling.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/aws/s3_storage_client.go 1 addition, 2 deletions...m/cortexproject/cortex/pkg/chunk/aws/s3_storage_client.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/cassandra/storage_client.go 1 addition, 2 deletions...ortexproject/cortex/pkg/chunk/cassandra/storage_client.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/chunk.go 16 additions, 10 deletionsvendor/github.com/cortexproject/cortex/pkg/chunk/chunk.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/chunk_store.go 1 addition, 4 deletions.../github.com/cortexproject/cortex/pkg/chunk/chunk_store.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/chunk_store_utils.go 1 addition, 1 deletion...b.com/cortexproject/cortex/pkg/chunk/chunk_store_utils.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/gcp/bigtable_object_client.go 1 addition, 2 deletions...texproject/cortex/pkg/chunk/gcp/bigtable_object_client.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/gcp/gcs_object_client.go 1 addition, 1 deletion...m/cortexproject/cortex/pkg/chunk/gcp/gcs_object_client.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/inmemory_storage_client.go 1 addition, 1 deletion...cortexproject/cortex/pkg/chunk/inmemory_storage_client.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/local/fs_object_client.go 1 addition, 2 deletions.../cortexproject/cortex/pkg/chunk/local/fs_object_client.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/schema_config.go 46 additions, 6 deletions...ithub.com/cortexproject/cortex/pkg/chunk/schema_config.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/series_store.go 1 addition, 4 deletions...github.com/cortexproject/cortex/pkg/chunk/series_store.go
- vendor/github.com/cortexproject/cortex/pkg/chunk/table_client.go 18 additions, 6 deletions...github.com/cortexproject/cortex/pkg/chunk/table_client.go
Loading
Please register or sign in to comment