Commit f384e577 by Erik Sundell

stackdriver: fix reducer names

parent 2aae7e0c
......@@ -192,13 +192,13 @@ export const aggOptions = [
metricKinds: [MetricKind.GAUGE, MetricKind.DELTA],
},
{
text: 'count',
text: 'count true',
value: 'REDUCE_COUNT_TRUE',
valueTypes: [ValueTypes.BOOL],
metricKinds: [MetricKind.GAUGE, MetricKind.DELTA],
},
{
text: 'count',
text: 'count false',
value: 'REDUCE_COUNT_FALSE',
valueTypes: [ValueTypes.BOOL],
metricKinds: [MetricKind.GAUGE, MetricKind.DELTA],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment