Andrew Kroh
Andrew Kroh
https://github.com/elastic/kibana/issues/155044 is related to development of a resource type for controlling Fleet package policies. This API enhancment will make developing the terraform resource type simpler.
Support was added in 0.6.0 for some resource types. We are waiting on changes to the Fleet API as tracked in https://github.com/elastic/kibana/issues/155044 before adding a resource type to manage package...
I opened https://github.com/elastic/go-sysinfo/pull/204 to add CI testing for FreeBSD.
It looks like there might be some issues with the process data. - ~cpu user metric is zero~ (9ffae07) - data from process `OpenHandles()` seems to have problems (see those...
Everything but process `OpenHandles()` appears to be working. This interface is optional. I think we should drop that code and leave it for someone to add in a follow up...
The standard `go test ./...` should execute everything in the project.
> And to get the output similar to the JSON above? The `-v` flag triggers verbose output which includes the JSON data. So `go test -v ./...` ------- > This...
/test
> What's left to do here? I think @jurajlutter 's patch needs incorporated to address the empty strings in the `OpenHandles()` output.
I'm comfortable merging in the current state. I didn't go over the C code too closely, but it's working. It appears that another reviewer from Elastic is required (probably because...