@@ -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
10392Parca Agent supports relabeling in the same fashion as Prometheus.
0 commit comments