-
Notifications
You must be signed in to change notification settings - Fork 119
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
enable by default: server_address and server_port attributes #989
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #989 +/- ##
==========================================
+ Coverage 80.59% 80.67% +0.08%
==========================================
Files 134 134
Lines 10688 10688
==========================================
+ Hits 8614 8623 +9
+ Misses 1565 1560 -5
+ Partials 509 505 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I might be missing something but for me these 2 attribute ended up in infinite cardianlity, as ServerAddr end up being the ip of any client in the world that connect to my server, how do I fix this? |
Hi @ludov04, oh interesting, so I wonder if we misinterpret what's a client and what's a server here then. You can disable the attributes by specifying that you don't want them in Beyla's configuration, like this:
I'd be curious to know which series experienced this problem, is it related to the network metrics or application metrics? |
…#989) * enable by default: server_address and server_port attributes * fix wrong comment
The above attributes should not increase cardinality too much, and letting them by default would facilitate the landing on Beyla+Asserts.
The user still hs the possibility to disable them by means of the attributes selection YAML section.