Skip to content

Commit 9edd9c8

Browse files
authored
cpu, thread_id, thread_name label changes (#525)
1 parent 94f11c6 commit 9edd9c8

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

docs/parca-agent-labelling.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ The relabeling config can be passed to the agent via the `--config-path` flag.
99
|-----------|-----------------|
1010
| **node** | The name of the node that the process is running on as specified by the `--node` flag. |
1111
| **comm** | The command name of the process being profiled. |
12+
| **cpu** | The CPU the sample was taken on. Can be disabled with `--metadata-disable-cpu-label`. |
13+
| **thread_id** | The thread ID of the thread being profiled. Can be disabled with `--metadata-disable-thread-id-label`. |
14+
| **thread_name** | The command name of the thread being profiled. Can be disabled with `--metadata-disable-thread-comm-label`. |
1215

1316
---
1417

@@ -36,14 +39,6 @@ The relabeling config can be passed to the agent via the `--config-path` flag.
3639

3740
---
3841

39-
### **Thread-Related Labels (`__meta_thread_*`)**
40-
| **Label** | **Description** |
41-
|-----------------------|-----------------|
42-
| **__meta_thread_comm** | The command name of the thread being profiled. |
43-
| **__meta_thread_id** | The PID of the thread being profiled. |
44-
45-
---
46-
4742
### **Agent-Related Labels (`__meta_agent_*`)**
4843
| **Label** | **Description** |
4944
|--------------------------|-----------------|
@@ -92,12 +87,6 @@ The relabeling config can be passed to the agent via the `--config-path` flag.
9287

9388
---
9489

95-
### **CPU-Related Labels**
96-
| **Label** | **Description** |
97-
|-------------------|-----------------|
98-
| **__meta_cpu** | The CPU the sample was taken on. |
99-
100-
10190
## Configuration
10291

10392
Parca Agent supports relabeling in the same fashion as Prometheus.

0 commit comments

Comments
 (0)