Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm: wrong defaults for beyla network monitoring #1468

Open
gouthamve opened this issue Dec 17, 2024 · 1 comment
Open

helm: wrong defaults for beyla network monitoring #1468

gouthamve opened this issue Dec 17, 2024 · 1 comment
Labels

Comments

@gouthamve
Copy link
Member

https://github.com/grafana/beyla/blob/main/charts/beyla/values.yaml#L210-L215

This produces the following metrics:Image

These metrics are not super helpful. We should either disable network monitoring by default or change the default attributes to be more useful.

@marevers
Copy link
Contributor

@gouthamve network monitoring should actually be disabled by default already, owing to this line:

preset: application

It's only enabled if this is changed to preset: network.

We could add k8s.dst.owner.name and k8s.src.owner.name to the list, which would break this down further to the individual applications. That would be more helpful probably.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants