This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
grafana
Watch
3
Star
0
Fork
0
You've already forked grafana
mirror of
https://github.com/grafana/grafana.git
synced
2025-02-16 18:34:52 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
271cdb4baa
grafana
/
public
/
app
/
plugins
/
datasource
/
cloudwatch
/
standardStatistics.ts
2 lines
98 B
TypeScript
Raw
Normal View
History
Unescape
Escape
CloudWatch: Update metric stat editor to match aws statistics (#66532)
2023-05-10 03:20:41 -05:00
export
const
standardStatistics
=
[
'Average'
,
'Maximum'
,
'Minimum'
,
'Sum'
,
'SampleCount'
,
'IQM'
]
;
Reference in New Issue
Copy Permalink