Skip to content

Commit

Permalink
Add some default settings for beyla application metrics (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiaxj authored Sep 19, 2024
1 parent 9a23f73 commit 02098ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/beyla/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ config:
- 'k8s.dst.owner.type'
- 'direction'
filter:
application:
client:
not_match: '{kube*,*jaeger-agent*,*prometheus*,*promtail*,*grafana-agent*}'
server:
not_match: '{kube*,*jaeger-agent*,*prometheus*,*promtail*,*grafana-agent*}'
network:
k8s_dst_owner_name:
not_match: '{kube*,*jaeger-agent*,*prometheus*,*promtail*,*grafana-agent*}'
Expand Down

0 comments on commit 02098ec

Please sign in to comment.