Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 3 additions & 14 deletions docs/parca-agent-labelling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`. |

---

Expand Down Expand Up @@ -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** |
|--------------------------|-----------------|
Expand Down Expand Up @@ -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.
Expand Down