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
Copy file name to clipboardExpand all lines: src/coscale/command/data.go
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,11 @@ Optional:
39
39
cmd.Flag.Int64Var(&id, "id", -1, "Unique identifier for metric.")
40
40
cmd.Flag.IntVar(&start, "start", 0, "The start timestamp in seconds ago.")
41
41
cmd.Flag.IntVar(&stop, "stop", 0, "The stop timestamp in seconds ago.")
42
-
cmd.Flag.StringVar(&subjectIds, "subjectIds", DEFAULT_FLAG_VALUE, "The subject string")
42
+
cmd.Flag.StringVar(&subjectIds, "subjectIds", DEFAULT_STRING_FLAG_VALUE, "The subject string")
43
43
cmd.Flag.StringVar(&aggregator, "aggregator", "AVG", "The data aggregator (AVG, MIN, MAX).")
44
44
cmd.Flag.BoolVar(&aggregateSubjects, "aggregateSubjects", false, "Boolean that indicates if the aggregated value over all subjectIds should be returned.")
0 commit comments