ColdV

Results 9 comments of ColdV

已经解决了 是可以提前唤醒的 之前是我自己代码写的有点问题 尬!

> share your configuration > > it is probably because you are using "targets_only=false", if that is the case you should migrate to `discovery.process` and `targets_only=true` i’m try, but it...

> I have just tried it myself and I was able to collect a profile (that is on `linux/amd64`). > > A few pitfalls to check: > > * Ensure...

> With `targets_only = true`, it will only collect the processes that it has been given within the targets. If targets is empty or contains targets without `__process_id__` it will...

> As I said this is not in a released version of Grafana Agent, you need to compile it yourself or wait till v0.40 gets released. (Some docs for compiling...

> hi @ColdV please give us more information about your system as well as your configuration for the grafana agent. have you taken a look at the [ebpf example in...

> your kernel is either too old or compiled without `CONFIG_DEBUG_INFO_BTF` > > we will need to add some support for providing custom arbitrary files which can be downloaded https://github.com/aquasecurity/btfhub...

I have solved the above problem. but i encountered a new problem: ![POPO-screenshot-20240114-231842](https://github.com/grafana/pyroscope/assets/34326084/28363b42-e2a3-4840-897d-fe16d6b0c811) ![POPO-screenshot-20240114-231855](https://github.com/grafana/pyroscope/assets/34326084/2b4b0df4-d77e-43d6-adc7-345de346942f) i use ebpf for a C++ program. but encountered this problem when start grafana agent

> > i will try it > > we will need to write some code and update agent before you try please, i use Grafana-Agent-Flow to collect C++ program. i...