Karsten Jeschkies

Results 92 comments of Karsten Jeschkies

It's been a while. Did you try the Grafana Agent? It gets more attention than promtail right now.

@the-maldridge I hear you. I'm confused myself with how we handle Promtail requests. I've went through this old issue again to refresh my memory. > @jeschkies with Prometheus already supporting...

I investigated the issue in #4082. It also relates to https://github.com/moby/moby/issues/42705. @Pandry is correct. What happens is the following. The Docker daemon locks when it tries to write the logs...

Oh interesting. Thanks. I'll take a look!

Currently, it's not immediately apparent where the error came from. Take Loki's [service error handling](https://github.com/grafana/loki/blob/main/pkg/loki/loki.go#L299) as an example. It logs the error and propagates it. This makes debugging harder. I...

Sure, this is an example ``` level=info ts=2021-09-30T14:38:59.028627832Z caller=module_service.go:64 msg=initialising module=runtime-config level=error ts=2021-09-30T14:38:59.028908303Z caller=loki.go:292 msg="module failed" module=runtime-config error="invalid service state: Failed, expected: Running, failure: failed to load runtime config: load...

Hm. So you mean via a service failed listener such as [this one](https://github.com/grafana/loki/blob/main/pkg/loki/loki.go#L291)?

Same issue here. I wonder if one should consider this project dead.

Same here. It seems it's still not fixed. Works fine with a bucket in Ireland.

> what is the difference between PEP-0515 and the ECMAScript approach? ES6 and Python both allow `_` as a separator.