Arthur Silva Sens

Results 148 comments of Arthur Silva Sens

Would still love to see the configuration being split into a dedicated package though, just couldn't find time to understand everything and make the split myself :/

Just tested with a real configuration that we run in io-dev and it fails :/ Converting to draft again Config: ```yaml werft: baseURL: gcOlderThan: "172800m" # 120 days workspaceNodePathPrefix: /mnt/disks/ssd0/builds...

> Agreed, that would be helpful. What are you thinking of in particular? Is this something like the Prometheus Operator has for its APIs? https://prometheus-operator.dev/docs/operator/api/ Yes exactly! > The overall...

SLOs/SLIs are a thing for quite a while so I would not be impressed if this discussion haven't happened already. I tried to find issues/PRs in this repository but failed...

> Given blackbox_exporter is stateless, it is hard for it to keep a count of anything Ah good point, you mean that blackbox-exporter doesn't have a metrics registry? If that's...

> There is a registry, but the probing is done via a [multi target exporter pattern](https://prometheus.io/docs/guides/multi-target-exporter/) -- so the problem is exporting the metrics via anything other than the scrape...

Hello there, is there any workaround to the lack of this support? I'm trying to run a script that contains this snippet, but it fails since I can't check if...

If you exec into your prometheus container, are you able to communicate with the node-exporter containers? e.g, by trying to hit their /metrics endpoint.