7840vz

Results 11 comments of 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.

While acknowledging it is not easy, it is definitely would be a useful feature, so +1. 1)Panel Groups then could be seen as self contained isolated blocks that can be...

With 0.49.0+ and newer cuelang lib, our migration results are much better. However, we still have 5 dashboards that are stuck, and cannot be migrated. Here is one of them,...

@Nexucis , great news! Happy to test new script on the PR stage if needed.

FYI, We found out that issue with stuck dashboards is due some top level panels are not attached to any row, they belong to top level of panels:[] and also...

Actually, from my experience with Grafana, I can think of dozens of examples where you need stacking & units overrides. Units: if two Y axis are supported, you can map...

I used the following workaround: add transformation at the end: ``` transformations: [ { "id": "filterByValue", "options": { "filters": [ { "fieldName": "", "config": { "id": "isNotNull", "options": {} }...