grafana / grafana/pyroscope-python
pyspy: sampler thread shutdown blocks until next sample
オープン
- 主要言語
- Rust
- スター
- 4
- フォーク
- 2
- 平均マージ
- 2日 4時間
- マージ済み PR(30日)
- 5
説明
looks like this code
```
let sampler_output = sampler.take_while(|_x| running.load(Ordering::Relaxed));
```
blocks until the next sample (up to 10ms with default config)
We should consider exposing the channel so that we don't wait for 10ms
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start at the sampler.take_while closure shown in the issue and read the sampler shutdown path, focusing on how the running flag interacts with waiting for the next sample. Confirm the default 10ms wait, then verify that stopping the sampler completes without unnecessarily waiting for another sample.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- rust
- 領域
- performance, tooling
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 52/100