Florian Forster
Florian Forster
@muhlemmer had the hunch that it could be introspect calls on an aggregate that is super active (i.e. a project)
replaced with #10119
> Implemented this myself using https://github.com/erni27/imcache but would love to have it integrated into the interceptor so I can just pass a TTL to it and forget about it. Ah...
Yes, I have not yet concluded the structure, will try to work on this in the next few days
I gave it some thought and this is what I came up with. I tried to keep it as "lean" as possible. Hence I opted for properties on the root...
Consider this an additional input. Maybe we should just use the [otel log format](https://opentelemetry.io/docs/specs/otel/logs/data-model) since it is stable. It already has most of the fields we would need and we...
From slack Lets define the messages for these streams and define what the common fields are that they share. - requests (http/grpc) - actions (logs from actions) - events (the...
I guess @peintnermax can reply best to this
Hm let me raise this internally to see how we want to progress here.
I think you can just update the promtail config to scrape all containers by removing the filter. ``` scrape_configs: - job_name: flog_scrape docker_sd_configs: - host: unix:///var/run/docker.sock refresh_interval: 5s # filters:...