kruskall
kruskall
Hi @eyalkoren, Unfortunately there are missing parts: - `CPUTime` - some virtual memory statistics - some process information The relevant methods are: - https://github.com/elastic/go-sysinfo/blob/main/providers/darwin/syscall_nocgo_darwin.go - https://github.com/elastic/go-sysinfo/blob/main/providers/darwin/process_nocgo_darwin.go - https://github.com/elastic/go-sysinfo/blob/main/providers/darwin/machineid_nocgo_darwin.go
> Can you specify which? Sorry for being unclear. There are some process information that requires cgo (see the second link for additional info), including: - process cpu time: https://github.com/elastic/go-sysinfo/blob/main/providers/darwin/process_darwin.go#L147...
> What would be the value I get when querying the start time? It looks like the unix epoch (`time.Unix(0, 0)`) since the task struct is never populated so the...
> I am asking because I am using the startup time for the Java agent attacher slightly_smiling_face :facepalm: Sorry about that, I was a bit too quick to respond. I'll...
async parameter for non-blocking request handling was removed in https://github.com/elastic/apm-data/pull/197 This can be closed
This has the side effect of changing the order of the content of multi tar: eg. signature is written last.
> > This has the side effect of changing the order of the content of multi tar: eg. signature is written last. > > This probably won't work, the APKv2...
> I updated the apko package, which should fix the multitar E2E. Can you update apko version and run the tests? So... I think I misunderstood the package format. I'll...
> which -count flag are you referring to? the builtin -count flag for `go test`
@axw do we still need to install the APM package for systemtests ? Do you think this makes sense now that we have the apm data plugin ?