annotations:
summary: "Host out of disk space (instance {{ $labels.instance }})"
description: "Disk is almost full (< 10% left)\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"In Promethues alert rules file, I am trying to understand what variables are available to use:In the screenshot below, I see $value , $labels, $labels.instanceHow do I know what variables are available to access within labels? Are these the keys(instance, job etc.) associated with a metric?