From c24410892d3d44e46d0daf2c0f4d7e2b3fe7661c Mon Sep 17 00:00:00 2001
From: Manoj Vivek
Date: Thu, 26 Feb 2026 18:27:17 +0530
Subject: [PATCH] cpu, thread_id, thread_name label changes
---
docs/parca-agent-labelling.md | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)
diff --git a/docs/parca-agent-labelling.md b/docs/parca-agent-labelling.md
index 4c7bde47..3906045d 100644
--- a/docs/parca-agent-labelling.md
+++ b/docs/parca-agent-labelling.md
@@ -9,6 +9,9 @@ The relabeling config can be passed to the agent via the `--config-path` flag.
|-----------|-----------------|
| **node** | The name of the node that the process is running on as specified by the `--node` flag. |
| **comm** | The command name of the process being profiled. |
+| **cpu** | The CPU the sample was taken on. Can be disabled with `--metadata-disable-cpu-label`. |
+| **thread_id** | The thread ID of the thread being profiled. Can be disabled with `--metadata-disable-thread-id-label`. |
+| **thread_name** | The command name of the thread being profiled. Can be disabled with `--metadata-disable-thread-comm-label`. |
---
@@ -36,14 +39,6 @@ The relabeling config can be passed to the agent via the `--config-path` flag.
---
-### **Thread-Related Labels (`__meta_thread_*`)**
-| **Label** | **Description** |
-|-----------------------|-----------------|
-| **__meta_thread_comm** | The command name of the thread being profiled. |
-| **__meta_thread_id** | The PID of the thread being profiled. |
-
----
-
### **Agent-Related Labels (`__meta_agent_*`)**
| **Label** | **Description** |
|--------------------------|-----------------|
@@ -92,12 +87,6 @@ The relabeling config can be passed to the agent via the `--config-path` flag.
---
-### **CPU-Related Labels**
-| **Label** | **Description** |
-|-------------------|-----------------|
-| **__meta_cpu** | The CPU the sample was taken on. |
-
-
## Configuration
Parca Agent supports relabeling in the same fashion as Prometheus.