Any query experts that can help with my simple Graph idea out there?

Last * is already set.

All I want to do is look for “ifOperStatus” = 1 and if it finds for example 10 on the last check then plot on a graph.

maybe

GROUP BY "type" fill(null)

I used the SNMP_Exporter scraper in the end and it’s great with the query:

count(ifOperStatus == 1)by (instance)