mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CloudWatch: Add Missing Elasticache Host-level metrics (#43455)
Add missing host-level Elasticache metrics from https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheMetrics.HostLevel.html Follows from https://github.com/grafana/grafana/pull/43336#issuecomment-999367311
This commit is contained in:
parent
5c22679961
commit
575eb68828
@ -235,6 +235,8 @@ var metricsMap = map[string][]string{
|
|||||||
"BytesWrittenToDisk",
|
"BytesWrittenToDisk",
|
||||||
"BytesWrittenOutFromMemcached",
|
"BytesWrittenOutFromMemcached",
|
||||||
"CPUUtilization",
|
"CPUUtilization",
|
||||||
|
"CPUCreditBalance",
|
||||||
|
"CPUCreditUsage",
|
||||||
"CacheHitRate",
|
"CacheHitRate",
|
||||||
"CacheHits",
|
"CacheHits",
|
||||||
"CacheMisses",
|
"CacheMisses",
|
||||||
@ -289,6 +291,13 @@ var metricsMap = map[string][]string{
|
|||||||
"MemoryFragmentationRatio",
|
"MemoryFragmentationRatio",
|
||||||
"NetworkBytesIn",
|
"NetworkBytesIn",
|
||||||
"NetworkBytesOut",
|
"NetworkBytesOut",
|
||||||
|
"NetworkPacketsIn",
|
||||||
|
"NetworkPacketsOut",
|
||||||
|
"NetworkBandwidthInAllowanceExceeded",
|
||||||
|
"NetworkBandwidthOutAllowanceExceeded",
|
||||||
|
"NetworkConntrackAllowanceExceeded",
|
||||||
|
"NetworkLinkLocalAllowanceExceeded",
|
||||||
|
"NetworkPacketsPerSecondAllowanceExceeded",
|
||||||
"NewConnections",
|
"NewConnections",
|
||||||
"NewItems",
|
"NewItems",
|
||||||
"NumItemsReadFromDisk",
|
"NumItemsReadFromDisk",
|
||||||
|
Loading…
Reference in New Issue
Block a user