Skip to content

Commit ed51692

Browse files
committed
fix a drilldown issue with the 'spans list' view
1 parent 383fd3a commit ed51692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userspace/sysdig/chisels/v_spans_list.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ view_info =
2727
view_type = "table",
2828
applies_to = {"", "span.tag", "span.id", "span.time", "span.parenttime", "container.id", "proc.pid", "proc.name", "thread.tid", "fd.directory", "evt.res", "k8s.pod.id", "k8s.rc.id", "k8s.svc.id", "k8s.ns.id"},
2929
use_defaults = true,
30-
filter = "span.ntags=%depth+1",
30+
filter = "span.ntags>=%depth+1",
3131
drilldown_target = "spans_list",
3232
drilldown_increase_depth = true,
3333
columns =

0 commit comments

Comments
 (0)