-
Notifications
You must be signed in to change notification settings - Fork 118
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
HTTP traffic metrics issue #1706
Comments
Hi Toni, I see that you are already using the Thanks a bunch! |
Hi, Nikola! STD output
STD output
|
Ah thanks, I think I see what happened. We used to recognise this application as Generic, but now we recognise it as Go. I'm assuming it's a Go application or am I wrong? We have another fix in main related to stripped binaries support for Go, which might've changed this. Do you mind re-running the main branch with an additional environment variable |
Yes, it is a STD out
|
OK that explains it. We don't have support for Go fiber yet, so it's not adding the HTTP hooks as it should. Previously it worked because we incorrectly identified it as generic executable, so we resorted to generic HTTP support. If you are after metrics only please try There's an open issue for this #1039. |
Thanks for the update. There could be two possible reasons for the RPC discrepancy:
The main branch has a debug switch to help us debug protocol issues like these, do you mind trying setting This option should be used together with BEYLA_SKIP_GO_SPECIFIC_TRACERS. Thanks! |
May by I should grep it? STD output with these two options:
|
Hi, Beyla team!
Thx for your product - it's fire!
First I experimented with the
latest
version in a docker setup. And I found that in some situations GRPC Inbound/Outbound requests do not match between services. Then I looked at the commit history in themain
branch and found that there were changes that fixed this problem. I tried running the beyla container with the version ofmain
- this problem was solved!However, then I found that after running beyla with the
main
version, the metrics for HTTP traffic were not collected correctly.How I start beyla:
Maybe I'm doing something wrong?
The text was updated successfully, but these errors were encountered: