pyroscope 2.0.4

Pyroscope Profiler Agent for continuous profiling of Rust, Python and Ruby applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "security:only-security-updates"
  ],
  "packageRules": [
    {
      "description": "Always update these to latest, all update types. Overrides the wildcard enabled:false from security:only-security-updates.",
      "matchPackageNames": [
        "pprof-pyroscope-fork",
        "jemalloc_pprof",
        "framehop"
      ],
      "enabled": true
    }
  ]
}