7840vz
7840vz
you can still combine alerts+ dashboards as monitoring mixin, to follow the format, just dashboards can be loaded as jsons as is, here is an example: https://github.com/grafana/jsonnet-libs/tree/master/go-runtime-mixin
Can confirm same issue with harvest and [idrac_exporter](https://github.com/mrlhansen/idrac_exporter). Both exporters don't sort labels but return same series otherwise: So first scrape returns: ``` metric1{label_a="x", label_b="y"} 1 ``` Second scrape of...
yes, thank you, testing this. Meanwhile, I think it would be great if stale logic is improved in vmagent as well.