Bartlomiej Plotka
Bartlomiej Plotka
Yup, see https://github.com/bwplotka/go-proto-bench/blob/main/Makefile#L75 as an example framework to use (make bench and make cmp)
Thanks! It generally is easy to implement, as you showed, but I don't think we need that. Essentially, this is no easy use in current Prometheus, so adding that complexity...
Hey, those kind of errors are typically happening with custom collectors with duplicated constant metrics by author. It's weird that here, it looks like it occurs with normal metrics. Normally...
+1 for validation, great point. And great to see another use case for this. Indeed some apps/exporters might require multiple scrapes due to different paths (although rare). I think we...
Is there a way to separate to different PodMonitors for now for you?
I would vote for having just concurrency safe code for `merrors`. The reason is that soon (Go 1.20) we will likely have `errors.Join` in standard library, so simple cases will...
That's correct, thanks for raising this. Alertmanager is a statefulset, but with best-effort emptyDir volume which does not guarantee any persistence. In self-deployment that's possible, since you can modify the...
Sorry for lag, it's on our radar again, we are brainstorming how to enable persistent volumes here. Interestingly there is a very nasty "persistent" workaround for silences in the meantime...
Just quick question to users who care about this feature, which managed collection (this operator) deployment model you use? 1️⃣ the one available on GKE (fully managed). If that's the...
Epic, thanks for clarifications!