Skip to content

Commit 98cb495

Browse files
authored
Merge pull request #466 from talIguaz/remove-label-aggr-help
specify label pre aggr as not supported in CLI help
2 parents 628b1da + bf5dcf3 commit 98cb495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tsdbctl/create.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func newCreateCommandeer(rootCommandeer *RootCommandeer) *createCommandeer {
6464
cmd.Flags().StringVarP(&commandeer.defaultRollups, "aggregates", "a", "",
6565
"Default aggregates to calculate in real time during\nthe samples ingestion, as a comma-separated list of\nsupported aggregation functions - count | avg | sum |\nmin | max | stddev | stdvar | last | rate.\nExample: \"sum,avg,max\".")
6666
cmd.Flags().StringVarP(&commandeer.crossLabelSets, "cross-label", "l", "",
67-
"Label sets for which cross-label pre-aggregations should be created. Must be used in conjunction with -a.\nExample: \"label1,label2;label3\".")
67+
"NOT SUPPORTED - Label sets for which cross-label pre-aggregations should be created. Must be used in conjunction with -a.\nExample: \"label1,label2;label3\".")
6868
cmd.Flags().StringVarP(&commandeer.aggregationGranularity, "aggregation-granularity", "i", config.DefaultAggregationGranularity,
6969
"Aggregation granularity - a time interval for applying\nthe aggregation functions (if configured - see the\n-a|--aggregates flag), of the format \"[0-9]+[mhd]\"\n(where 'm' = minutes, 'h' = hours, and 'd' = days).\nExamples: \"2h\"; \"90m\".")
7070
cmd.Flags().IntVarP(&commandeer.shardingBucketsCount, "sharding-buckets", "b", config.DefaultShardingBucketsCount,

0 commit comments

Comments
 (0)