File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pages/cockpit/reference-content Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ The following table provides information about [Loki](/cockpit/concepts/#loki)'s
2828| ` ingestion_rate_mb ` | 4 | 4 | Maximum number of samples accepted in megabytes. Any further samples are rejected |
2929| ` max_label_name_length ` | 1024 | 1024 | Maximum character size for a label name |
3030| ` max_label_value_length ` | 2048 | 2048 | Maximum character size for a label value |
31- | ` max_label_names_per_series ` | 30 | 30 | Maximum number of label names per series |
32- | ` max_line_size ` | 0B | 0B | Maximum size in bytes for a log row |
31+ | ` max_label_names_per_series ` | 15 | 15 | Maximum number of label names per series |
32+ | ` max_line_size ` | 256KB | 256KB | Maximum size for a log row |
3333| ` max_line_size_truncate ` | false | false | No line truncation |
3434| ` unordered_writes ` | true | true | Accept out-of-order samples |
3535| ` max_chunks_per_query ` | 2000000 | 2000000 | Number of chunks that can be queried in a single request |
You can’t perform that action at this time.
0 commit comments