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.