Daniel Nelson

Results 70 comments of Daniel Nelson

I should mention that the plugin right now only supports lookup using a single search criteria, so if you set both `exe` and `user` only `exe` is taking effect. Lookup...

Tried fixing this today and it ended up being a result of procstat using only one search criteria. I'm going to convert this issue into a feature request for performing...

Are custom attributes and custom labels different in vSphere, if they are the same item then perhaps we should merge these issues?

Maybe, this is not high priority right now and requires a substantial amount of design work. One aspect that has changed is that Telegraf will now only acknowledge messages from...

I think you will need Telegraf running a `socket_listener` input with AF_VSOCK support on the host, and it would write to InfluxDB via the regular `influxdb` output plugin.

Sounds good, yes AddTag is the way to go. Are you using the [github.com/mdlayher/vsock](https://godoc.org/github.com/mdlayher/vsock) package? If so, I think it may be possible to get the guests CID from the...

Yes you would need to use the ServiceInput interface, it is a bit more complicated. If your Stop() function is not being called when you interrupt Telegraf then most likely...

This would be a good addition, do you think it is something you could work on? related: https://github.com/jackc/pgx/commit/5044e8473ad948114b6cb63f6f30f94fc7834667

I guess this will be a bit trickier to handle than it first appears. Switching to parsing everything as a float isn't ideal for integer values, and floats cannot represent...

We want to make sure that the selected data type is always consistent. If we use a fallback method, which we do use in other plugins, we run into the...