Now available in Cloud.gov Logs: Metrics for ElastiCache services
The Cloud.gov team is excited to announce the addition of metrics and dashboards for brokered ElastiCache instances to Cloud.gov Logs, which will allow customers to monitor their ElasticCache services more effectively.
Available ElastiCache Metrics
Memory and Storage Metrics
Cache Utilization
These metrics help identify how efficiently the cache is being used.
- Bytes Used For Cache, metric_name:
BytesUsedForCache - Cache Hit Rate, metric_name:
CacheHitRate
Memory Capacity
These metrics monitor memory consumption and potential memory-related issues.
- Database Memory Usage Percentage, metric_name:
DatabaseMemoryUsagePercentage - Database Capacity Usage Percentage, metric_name:
DatabaseCapacityUsagePercentage - Freeable Memory, metric_name:
FreeableMemory - Memory Fragmentation Ratio, metric_name:
MemoryFragmentationRatio
System Resource Metrics
CPU Utilization
These metrics help identify processing load and potential performance bottlenecks.
- CPU Utilization, metric_name:
CPUUtilization - Engine CPU Utilization, metric_name:
EngineCPUUtilization
Using the Services - ElasticCache Dashboard
A quick way to view ElasticCache metrics is to:
- Log in to the logging system
- Click on "Dashboards" in the left sidebar menu
- Enter "Services" in the search bar
- Follow the link for "Services - ElasticCache"

How to Search Metrics in the Logging System
Metrics are ingested into the logging system with the value @type: metrics, which provides an easy way to filter them.
To find your metrics in the logging system:
- Log in to the logging system
- Click on "Discover" in the left sidebar menu
- Add a filter for
@type: metricsto your log search

- Apply additional filters on the metrics event fields as desired. For example, to filter for BytesUsedForCache, add a filter of
metric_name: BytesUsedForCache:

Metrics Fields
The fields available on elasticcache metrics records are:
@cf.service_offering- Type of service being monitored@cf.service_plan- Specific service plan detailsmetric.average- Numeric value of the metricmetric_name- Name of the specific metricmetric.unit- Unit of measurementmetric.cluster_identifier- ElastiCache cluster and node.
Retention
Metric events are retained in the logging system for 3 months and in offline storage for 30 months.