Skip to content

Commit 4eed511

Browse files
committed
add a statement about 32 byte limit
1 parent 605685a commit 4eed511

File tree

1 file changed

+2
-1
lines changed
  • content/posts/2026-03-12-dns-name-tracking

1 file changed

+2
-1
lines changed

content/posts/2026-03-12-dns-name-tracking/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ issues, it comes with some caveats to favor performance. This feature isn't
9191
supported with Prometheus as datastore since storing DNS names as metric values
9292
could cause high cardinality. That means, if you're looking to use this feature
9393
you must use Loki as your datasource. Captured DNS names will be truncated at 32
94-
bytes to balance the memory netobserv-ebpf-agent's memory utilization.
94+
bytes to balance the memory netobserv-ebpf-agent's memory utilization, however
95+
this length should cover most practical scenarios.
9596

9697
DNS name tracking currently does not support DNS compression pointers — a
9798
space-saving technique defined in

0 commit comments

Comments
 (0)