Dynamic Labels

Dynamic Labels

  1. Select Add math expression, then select Start with empty expression

CloudWatch

  1. Do a search:
SEARCH('exe="cloudwatch" MetricName="procstat_memory_rss"', 'Average', 300)

CloudWatch

  1. Select Add dynamic label
  • Then select All Labels and select PROP(‘Dim.DimName’)

CloudWatch

  1. Result

CloudWatch

  1. Do the same for PROP(‘MetricName’)

CloudWatch

  1. Then update Label
${PROP('Dim.exe')} - ${PROP('Dim.InstanceId')} - ${PROP('MetricName')}

CloudWatch