The following query lists all available metrics:
sum by(__name__)({app="bar"})
Where bar is the application name, as you can see in the log entries posted in the question.
The following query lists all available metrics:
sum by(__name__)({app="bar"})
Where bar is the application name, as you can see in the log entries posted in the question.