Skip to content

Commit 022340d

Browse files
committed
Add applicability for log label reference
1 parent 01a1f9b commit 022340d

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/observability/logging/reference/loki-labels.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ In Grafana Loki, logs are stored as key-value pairs called labels. Labels are us
99

1010
The following labels are available in Grafana Loki by default:
1111

12-
| Field | Description |
13-
| -------------------- | ----------------------------------------------------------------- |
14-
| `service_name` | The name of the service that generated the log line. |
15-
| `service_namespace` | The namespace of the service that generated the log line. |
16-
| `k8s_container_name` | The name of the Kubernetes container that generated the log line. |
17-
| `k8s_pod_name` | The name of the Kubernetes pod that generated the log line. |
18-
| `k8s_node_name` | The name of the Kubernetes node that generated the log line. |
19-
| `k8s_cluster_name` | The name of the Kubernetes cluster that generated the log line. |
20-
| `collector_name` | The name of the log collector that ingested the log line. |
12+
| Field | Description | Applicable to |
13+
| -------------------- | ------------------------------------------------------------------------- | ------------- |
14+
| `service_name` | The name of the application that generated the log line. | All |
15+
| `service_namespace` | The namespace of the application that generated the log line. | All |
16+
| `k8s_container_name` | The name of the Kubernetes container that generated the log line. | Kubernetes |
17+
| `k8s_pod_name` | The name of the Kubernetes pod that generated the log line. | Kubernetes |
18+
| `k8s_node_name` | The name of the Kubernetes node that generated the log line. | Kubernetes |
19+
| `k8s_cluster_name` | The name of the Kubernetes cluster that generated the log line. | Kubernetes |
20+
| `collector_name` | The name of the log collector that ingested the log line. | All |
21+
| `kind` | The kind of log line. Can be `exception`, `event` `log` or `measurement`, | Faro SDK |

0 commit comments

Comments
 (0)