Stephen Robinson

Results 5 comments of Stephen Robinson

After spending much of the past 2 days trying to figure out how to do this cleanly and being rather deep in debug stacks of the rails code trying to...

Thanks @f41gh7 i'd overlooked the VMRule and VMAlert configs when copying them to our kustomize base assuming they were linked to AlertManager which I wasn't ready to setup. Now i've...

Looks like i have the correct rule loaded just nothing recorded against it yet. Rule CRD ``` apiVersion: operator.victoriametrics.com/v1beta1 kind: VMRule metadata: namespace: victoria-metrics name: library-systems-monitoring-k8s spec: groups: - name:...

This is an issue with the upstream recording rules - I've submitted a PR patch for this which should resolve the issue - https://github.com/kubernetes-monitoring/kubernetes-mixin/pull/641

@tlimoncelli you got any suggestions for where to start implementing this using `D()` Would be useful for a couple of places I use dnscontrol so happy to take a go...