Piotr

Results 62 comments of Piotr

https://github.com/grafana/tail/pull/16 solved some failure modes in this code, but there is also an unrelated goroutine leak, which is addressed by https://github.com/grafana/loki/pull/9495. Please let us know if you are still experiencing...

The fixes above have resolved the same symptoms in our internal cluster, so I believe it can be closed.

It seems to be because of [this logic](https://github.com/prometheus-community/postgres_exporter/blob/master/cmd/postgres_exporter/main.go#L129-L133), which takes only first DSN to instantiate the `collector`. When I tried to instantiate multiple collectors in a fork I ran into...

Thanks for the context @sysadmind! We're looking forward to the new versions with standardized implementation. Are all the metrics, including the ones defined in the [postgres_exporter.go ](https://github.com/prometheus-community/postgres_exporter/blob/d383e554e54d470603cac4da9a02196e91e3fc76/cmd/postgres_exporter/postgres_exporter.go#L167) and custom metrics...

Thanks @bboreham. I'm happy to reuse the existing parameters and I don't see a problem with using `-1` port to mean disabling a given server. I will aim to open...

Fixed in https://github.com/grafana/agent/pull/6187

We have removed ClusterLamportClockDrift some time ago, as it was redundant and alerting on causes and not symptoms. I'm still looking into tweaking some alerts as part of this item...

> /flow/reference/components/otelcol.receiver > /flow/reference/components/otelcol.processor Why have them separate, instead of in one `otelcol` folder? I think we should just take the first component of the name, before the `.` -...

`grafana/prometheus` has [an implementation](https://github.com/grafana/prometheus/pull/35/files) of this which could be upstreamed, unless there some proposals how to do it better

With [this change](https://github.com/prometheus/prometheus/pull/13932) landing in Prometheus, one of the issues with global registration of OTEL flags will be addressed, so perhaps it's worth waiting for it to be released.