版本 1.9 发布说明
我们很高兴推出 Grafana Pyroscope 1.9。
我们改进了稳定性、性能和文档。
主要变更列于下方。更多详情,请查看1.9.0 变更日志。
改进和更新
- 性能剖析摄取期间的性能改进 (https://github.com/grafana/pyroscope/pull/3569, https://github.com/grafana/pyroscope/pull/3561)
- 支持解析迷你调试信息中的符号 (https://github.com/grafana/pyroscope/pull/3590)
- 通过环境变量配置 service_name (https://github.com/grafana/pyroscope/pull/3589)
- 为 SelectSeries API 添加限制 (https://github.com/grafana/pyroscope/pull/3602)
- 在 Helm 中添加 topologySpreadConstraint (https://github.com/grafana/pyroscope/pull/3539)
- 将 GitSession 重命名为
pyroscope_git_session
(https://github.com/grafana/pyroscope/pull/3542)
修复
- 使 pprof 合并线程安全 (https://github.com/grafana/pyroscope/pull/3564)
- 修复不稳定的测试 (https://github.com/grafana/pyroscope/pull/3571)
- 修复切片初始化长度 (https://github.com/grafana/pyroscope/pull/3600)
- 修复将 alloy/pyroscope 移植到 Android 时的问题 (https://github.com/grafana/pyroscope/pull/3582)
文档改进
- 更新 README 以突出显示探索性能剖析功能 (https://github.com/grafana/pyroscope/pull/3581)
- 更新 NodeJS 示例 (https://github.com/grafana/pyroscope/pull/3555)
- 使用 Grafana Alloy 在 Kubernetes 中进行 Java 性能剖析的示例 (https://github.com/grafana/pyroscope/pull/3603)