What is the meaning of =~ operator in prometheus metrics?
Can any help me what is the exact difference between = and =~ operator?
for ex .
process_cpu_seconds_total{instance="test"}
process_cpu_seconds_total{instance=~"test"}
The results are different.