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
console.log('The version must be v7dev, v8dev, or v9dev, not: '+ver);
@@ -148,7 +148,7 @@ async function main() {
148
148
)
149
149
.option(
150
150
'--end [uint]',
151
-
"[optional] Timestamp in epochtime_ms, within the period's begin-end time range, where the calculation of the metric will end. If no --begin and no -end are provided, a begin and end timestamp will be derived based on when all metrics of this source and type have data present. If --begin is before or --end is after these derived begin/end vaules, they will be adjusted (--begin is increased and/or --end is decreased) to fit within this range."
151
+
"[optional] Timestamp in epochtime_ms, within the period's begin-end time range, where the calculation of the metric will end. If no --begin and no -end are provided, a begin and end timestamp will be derived based on when all metrics of this source and type have data present. If --begin is before or --end is after these derived begin/end values, they will be adjusted (--begin is increased and/or --end is decreased) to fit within this range."
152
152
)
153
153
.option('--resolution [uint]','[optional] The number of datapoints to produce in a data-series',1)
154
154
.option(
@@ -159,12 +159,12 @@ async function main() {
159
159
)
160
160
.option(
161
161
'--filter <gt|ge|lt|le:value>',
162
-
'[optional] Filter out (do not output) metrics which do not pass the conditional. gt=greather-than, ge=greater-than-or-equal, lt=less-than, le=less-than-or-equal'
162
+
'[optional] Filter out (do not output) metrics which do not pass the conditional. gt=greater-than, ge=greater-than-or-equal, lt=less-than, le=less-than-or-equal'
0 commit comments