Arthur Silva Sens
Arthur Silva Sens
Ah yes of course, sorry for the incomplete issue. By accident, we ended up with duplicated alerts (Same alertname, same labels, different expressions): ``` groups: - name: node-exporter rules: -...
Supporting relabel configs could also open the possibility for the creation of a "parca-agent-operator". This operator could use something similar to prometheus-operator's servicemonitor and podmonitor to decrease complexity for new-comers...
Hey 👋 -- I'm trying to deploy kspan into my cluster, but I'm failing at some steps. I've created the service for my jaeger, the kspan pod, clusterRole, clusterRoleBinding and...
Just noticed that the same thing happens to Dex deployment as well
Alrighty, refactored a bit to avoid duplicated code. Should be ready for review 🙂
> It would appear to me that the change in its current form does not parse multiple objects per yaml (like the `examples/nginx.yaml` has). Is that a bug? > >...
> That was definitely a bug in the `examples/nginx.yaml` 😅 It's fixed now, thanks to @mmazur 🎉 Nice! Thanks for solving this one 🥳 I'm stuck at another problem now,...
I've tried implementing an SLO(not using Pyrra) with blackbox-exporter using `sum_over_time(probe_success{job="probe"}[5m]) / count_over_time(up{job="probe"}[5m])`, but the experience still wasn't great (for my case at least). My case: I have multiple VMs...
> Hey @ArthurSens , sorry didn't notice you've already opened the PR for that because that was in my drafts for about a week. I can close mine because our...
> If #361 results in a dedicated binary then we could create a playbook with ansible to generate the files based of the `slo.yaml` and send the files to the...