Joshua Powers

Results 758 comments of Joshua Powers

@andoks, Thanks for the PR and links to the previous conversations. What do you see the config option in Telegraf looking like? A list of certs or something else? Thanks

> I wanted to use this to help with device debugging on servers but also other devices like desktops etc. Thanks for sharing you use case! > Seems it's linux...

Hi, It appears we set that interval value using the handler's address: https://github.com/influxdata/telegraf/blob/master/plugins/inputs/gnmi/handler.go#L94-L97 @srebhan thoughts on stripping the port?

@protonmarco, We chatted about this a bit today. I think the general consensus is for users to use a processor to modify the tag. Changing the tag could have an...

It doesn't look like the plugin even try to disconnect. Would be happy to see a PR to clean this up, switch the plugin to a service plugin so the...

@llamafilm have you had a chance to confirm this fix?

Hi, > The consumer should either crash or at least reject the message when it cannot be parsed (ideally depending on configuration) Telegraf should never crash - a crash implies...

> telegraf keeps running and will retry to get cookies in accordance with the interval settings Failing on a connection failure for inputs is the general workflow used by telegraf....

@sspaink what is the purpose of the cartesianProduct function in the JSONv2 parser? If I parse a simple JSON file with a single value e.g. `{"state_num": 7}` the memory usage...