Skip to content

Commit 240e7a9

Browse files
authored
eBPF Pyroscope (#4469)
## Motivation We're adding Pyroscope support back, but using eBPF this time ## Proposal * Add Pyroscope to our helm chart * Add a Grafana dashboard with the profiling info ## Test Plan Deployed a network and saw the Pyroscope profiling data both on the Pyroscope UI and on Grafana, as well as logs from Pyroscope on Loki: ![Screenshot 2025-09-02 at 19.31.14.png](https://app.graphite.dev/user-attachments/assets/e02b7de5-3359-462c-8eec-f4ccf7b46456.png) ![Screenshot 2025-09-02 at 19.31.04.png](https://app.graphite.dev/user-attachments/assets/cbbd7e08-34c3-4152-bd77-68525734021a.png) ![Screenshot 2025-09-02 at 19.30.55.png](https://app.graphite.dev/user-attachments/assets/00435910-5842-4c09-b4aa-634c6e51eace.png) ## Release Plan - Nothing to do / These changes follow the usual release cycle.
1 parent dfc8d46 commit 240e7a9

File tree

5 files changed

+451
-2
lines changed

5 files changed

+451
-2
lines changed

kubernetes/linera-validator/Chart.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ dependencies:
55
- name: loki-stack
66
repository: https://grafana.github.io/helm-charts
77
version: 2.8.9
8-
digest: sha256:da3a8808fb9479bdd183b307e70d7855794739cafc1796047bde8febc78d539c
9-
generated: "2023-11-30T17:19:14.544457977Z"
8+
- name: pyroscope
9+
repository: https://grafana.github.io/helm-charts
10+
version: 1.14.2
11+
digest: sha256:7fe611b57ddb6d72aa31bac87568fdb8e531e988e2ce4067b931d3026332f027
12+
generated: "2025-09-01T16:56:59.19795-03:00"

kubernetes/linera-validator/Chart.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ dependencies:
3232
- name: loki-stack
3333
version: "2.8.9"
3434
repository: "https://grafana.github.io/helm-charts"
35+
36+
- name: pyroscope
37+
version: "1.14.2"
38+
repository: "https://grafana.github.io/helm-charts"
93.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)