grafana / alloy

OpenTelemetry Collector distribution with programmable pipelines
https://grafana.com/oss/alloy
Apache License 2.0
1.45k stars 214 forks source link

pyroscope.java running on ubuntu 22.04 desktop budgie kills window manager #1934

Open korniltsev opened 1 month ago

korniltsev commented 1 month ago

What's wrong?

When run pyroscope.java with incorrect configuration on my laptop it kills windows manager.

Steps to reproduce

Just run the provided configuration as root

System information

Linux korniltsev-ThinkPad-X1-Carbon-Gen-11 6.5.0-1024-oem #25-Ubuntu SMP PREEMPT_DYNAMIC Mon May 20 14:47:48 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

Software version

alloy, version v1.4.3 (branch: HEAD, revision: 21d118c9a)

Configuration

pyroscope.write "local" {
  endpoint {
    url = "http://192.168.0.4:4040"
  }
}

discovery.process "local" {

}

pyroscope.java "java" {
    targets = discovery.process.local.targets
  forward_to = [pyroscope.write.local.receiver]
}

Logs

No response

github-actions[bot] commented 3 days ago

This issue has not had any activity in the past 30 days, so the needs-attention label has been added to it. If the opened issue is a bug, check to see if a newer release fixed your issue. If it is no longer relevant, please feel free to close this issue. The needs-attention label signals to maintainers that something has fallen through the cracks. No action is needed by you; your issue will be kept open and you do not have to respond to this comment. The label will be removed the next time this job runs if there is new activity. Thank you for your contributions!