Joshua Powers
Joshua Powers
I narrowed it down to this PR: https://github.com/influxdata/telegraf/pull/13056 at least for the TCPListener's growth. @srebhan can you pick this up on Monday? The behavior before this was lots of messages...
Hi, The error comes from the gnxi library we use, which checks the [node name against a regex](https://github.com/google/gnxi/blob/557d8e2110201246405952e86837e567dc19f9f2/utils/xpath/xpath.go#L26-L29). As the code comment states, hat regex comes from RFC 6020 which...
@VegethB were you able to get this working?
> However, I seem to remember that it also worked with 'exec' but gave problems with the csv output. If you could provide the CSV output in a non-screenshot we...
Hi, Sorry, no one has not gotten back to you. Is this something you are still interested in seeing? Thanks!
Hi, I have been looking into this and I am not seeing anything that exposes trigger information with the Go Windows API in use by the Windows Service plugin. The...
Here is the actual call of [`queryServiceConfig`](https://github.com/golang/sys/blob/673e0f94c16da4b6d7f550d6af66fde0c69503e4/windows/svc/mgr/config.go#L165-L180), which is unexported. We would need to evaluate if we pull this in tree and make the unsafe call or not. Additionally, to...