@@ -9,12 +9,13 @@ In Grafana Loki, logs are stored as key-value pairs called labels. Labels are us
9
9
10
10
The following labels are available in Grafana Loki by default:
11
11
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