You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove support schema flags, only use config file. (grafana#2221)
* Remove support schema flags, only use config file.
Also rename the schema config file flag to something sane.
Signed-off-by: Goutham Veeramachaneni <[email protected]>
* Update docs to use the schema file.
Signed-off-by: Goutham Veeramachaneni <[email protected]>
* Deprecate not remove the config flag.
Signed-off-by: Goutham Veeramachaneni <[email protected]>
* Make integration tests pass?
Signed-off-by: Goutham Veeramachaneni <[email protected]>
* Remove support schema flags, only use config file.
Also rename the schema config file flag to something sane.
Signed-off-by: Goutham Veeramachaneni <[email protected]>
* Update docs to use the schema file.
Signed-off-by: Goutham Veeramachaneni <[email protected]>
* Deprecate not remove the config flag.
Signed-off-by: Goutham Veeramachaneni <[email protected]>
* Update docs/configuration/schema-config-reference.md
Signed-off-by: Marco Pracucci <[email protected]>
* Fixed schema config doc
Signed-off-by: Marco Pracucci <[email protected]>
* Fixes after rebase
Signed-off-by: Marco Pracucci <[email protected]>
* Remove duplicated entry from CHANGELOG
Signed-off-by: Marco Pracucci <[email protected]>
Co-authored-by: Marco Pracucci <[email protected]>
flag.StringVar(&cfg.StorageClient, "chunk.storage-client", "aws", "Which storage client to use (aws, gcp, cassandra, inmemory).")
108
-
f.Var(&cfg.DailyBucketsFrom, "dynamodb.daily-buckets-from", "The date (in the format YYYY-MM-DD) of the first day for which DynamoDB index buckets should be day-sized vs. hour-sized.")
109
-
f.Var(&cfg.Base64ValuesFrom, "dynamodb.base64-buckets-from", "The date (in the format YYYY-MM-DD) after which we will stop querying to non-base64 encoded values.")
110
-
f.Var(&cfg.V4SchemaFrom, "dynamodb.v4-schema-from", "The date (in the format YYYY-MM-DD) after which we enable v4 schema.")
111
-
f.Var(&cfg.V5SchemaFrom, "dynamodb.v5-schema-from", "The date (in the format YYYY-MM-DD) after which we enable v5 schema.")
112
-
f.Var(&cfg.V6SchemaFrom, "dynamodb.v6-schema-from", "The date (in the format YYYY-MM-DD) after which we enable v6 schema.")
113
-
f.Var(&cfg.V9SchemaFrom, "dynamodb.v9-schema-from", "The date (in the format YYYY-MM-DD) after which we enable v9 schema (Series indexing).")
114
-
f.Var(&cfg.BigtableColumnKeyFrom, "bigtable.column-key-from", "The date (in the format YYYY-MM-DD) after which we use bigtable column keys.")
115
-
116
-
f.StringVar(&cfg.OriginalTableName, "dynamodb.original-table-name", "cortex", "The name of the DynamoDB table used before versioned schemas were introduced.")
117
-
f.BoolVar(&cfg.UsePeriodicTables, "dynamodb.use-periodic-tables", false, "Should we use periodic tables.")
118
-
119
-
f.Var(&cfg.IndexTablesFrom, "dynamodb.periodic-table.from", "Date after which to use periodic tables.")
0 commit comments