You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/sources/get-started/labels/structured-metadata.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,8 @@ See the [Promtail: Structured metadata stage](https://grafana.com/docs/loki/<LOK
37
37
With Loki version 1.2.0, support for structured metadata has been added to the Logstash output plugin. For more information, see [logstash](https://grafana.com/docs/loki/<LOKI_VERSION>/send-data/logstash/).
38
38
39
39
{{% admonition type="warning" %}}
40
-
There are defaults for how much structured metadata can be attached per log line.
40
+
Structured metadata size is taken into account while asserting ingestion rate limiting.
41
+
Along with that, there are separate limits on how much structured metadata can be attached per log line.
41
42
```
42
43
# Maximum size accepted for structured metadata per log line.
Copy file name to clipboardexpand all lines: docs/sources/operations/request-validation-rate-limits.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ It is recommended that Loki operators set up alerts or dashboards with these met
16
16
17
17
### Terminology
18
18
19
-
-**sample**: a log line
19
+
-**sample**: a log line with [structured metadata]({{< relref "../get-started/labels/structured-metadata" >}})
20
20
-**stream**: samples with a unique combination of labels
21
21
-**active stream**: streams that are present in the ingesters - these have recently received log lines within the `chunk_idle_period` period (default: 30m)
0 commit comments