Daniel Nelson
Daniel Nelson
@mhf-ir It looks like you probably have the file output enabled, normally Telegraf does not log this type of data. If you disable the file output it should be very...
Are you looking to collect the same metrics as before (response_time and match/nomatch)? I believe all of these examples could be done with the current `net_response` plugin, enough to tell...
So long as we are exec'ing `pgrep`, and not some mythical cross platform pid finding library, I agree we should do this.
I agree, it would be good to be able to differentiate HTTP vs DNS timeouts.
If we can use `/proc/net/tcp` will probably be cheaper than calling netstat, otherwise I guess we should try using `ss` and `iproute2` utilities. The connection index pool might work okay...
@vlastahajek Any idea what could cause this?
Oh that's pretty handy, I'll just mention that using tail with grok will require a [nightly builds](https://github.com/influxdata/telegraf#nightly-builds), with the lastest release version it would need slight adjustmented to use the...
Perhaps we can use a similar pattern to that used in the `cpu` input. In this plugin the first Gather does not return any metrics, only collecting an initial values,...
@gecube Sorry about the slow response, I have been looking through this issue closer today and I think I found a good way forward: > container image sha256 as separate...
Yeah `unknown` is probably not what I would pick today, but I don't think changing it now is worth the disruption. I'll put together a change to prefer the inspect...