Skip to content

Commit 2e55be5

Browse files
authored
Add some default settings for beyla application metrics (grafana#1184)
1 parent 8f60826 commit 2e55be5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

charts/beyla/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@ config:
211211
- 'k8s.dst.owner.type'
212212
- 'direction'
213213
filter:
214+
application:
215+
client:
216+
not_match: '{kube*,*jaeger-agent*,*prometheus*,*promtail*,*grafana-agent*}'
217+
server:
218+
not_match: '{kube*,*jaeger-agent*,*prometheus*,*promtail*,*grafana-agent*}'
214219
network:
215220
k8s_dst_owner_name:
216221
not_match: '{kube*,*jaeger-agent*,*prometheus*,*promtail*,*grafana-agent*}'

0 commit comments

Comments
 (0)