mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
stackdriver: fix reducer names
This commit is contained in:
parent
2aae7e0c87
commit
f384e577dd
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user