Hi there. I wonder if anyone can help. I am trying to query data for the interface and I am successful when querying ifAdminStatus{job=~‘synologynas’,instance=~‘172.18.0.10’}
but when I run this query I get no data.
count(ifAdminStatus{job=~‘synologynas’,instance=~‘172.18.0.10’,ifName=~‘()’}==2)
Can anyone tell me what I need to do to get data from the above query.