stackdriver: fix reducer names

This commit is contained in:
Erik Sundell 2018-09-28 15:11:33 +02:00
parent 2aae7e0c87
commit f384e577dd

View File

@ -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],