I have multiple trivy result entries in prometheus that look like this:
trivy_vulnerability{critical="0", high="12"} 0
Is there a way in prometheus where i retrieve all the trivy_vulnerability entries and get a total sum of the total high cve count?