mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(elasticsearch): added unit option to derivative metric, closes #3512
This commit is contained in:
@@ -73,7 +73,9 @@ function (_) {
|
||||
{text: 'window', default: 5},
|
||||
{text: 'model', default: 'simple'}
|
||||
],
|
||||
'derivative': []
|
||||
'derivative': [
|
||||
{text: 'unit', default: undefined},
|
||||
]
|
||||
},
|
||||
|
||||
getMetricAggTypes: function(esVersion) {
|
||||
|
||||
Reference in New Issue
Block a user