Skip to content

Commit 0d2f789

Browse files
authored
feat(cockpit): updated loki limits
1 parent fe15699 commit 0d2f789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/cockpit/reference-content/cockpit-limitations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)