Stephen Wakely
Stephen Wakely
> I've been trying to figure out how to properly document all the nested fields on this log struct. I can't seems to get nested fields to show up when...
> > I've been trying to figure out how to properly document all the nested fields on this log struct. I can't seems to get nested fields to show up...
I can only reproduce this issue if I run the same `for i in {1..101}; do echo "abc: $i" >> 1.txt; done; rm 1.txt; for i in {1..10100}; do echo...
> What a timing. This morning we just experienced a "too many open files" OS error coming from Vector on a file-based pipeline that also is supposed to be deleting...
> This change also drops https://vector.dev/docs/reference/configuration/sources/gcp_pubsub/#gcp-pub/sub and https://vector.dev/docs/reference/configuration/sources/gcp_pubsub/#proxy Good catch
> Also noting all of the underlying `auth` options got marked required with this change? Which seems... not right So I see it as the `auth` section is optional, but...
Hi. Thanks for doing this, this could be very useful to incorporate. Is there a compelling reason to support RFC3164? Given how loosely specified 3164 is, I feel this would...
> > Is there a compelling reason to support RFC3164? Given how loosely specified 3164 is, I feel this would just add complexity that we don't really need. If we...
> > It's more UX complexity I am concerned with for 3164. > > Could you elaborate? > According to the RFC, 5424 has made [3164] obsolete. [3164] is very...
The concern I have before we embark on this is: > Warning: Structured metadata is an experimental feature and is subject to change in future releases of Grafana Loki. This...