-
Notifications
You must be signed in to change notification settings - Fork 310
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
Flushing 0 metrics via HTTP on Hapi js integration #3700
Comments
looks like the timeout issue:
don't come from My question now is: the log that we see:
is it really a dd-trace problem? Or is it just a wrong configuration on our side? |
Using previous version of dd-trace... With [email protected] we got:
the log that says,
replaced the encoded tracer to the buffer? |
Is the problem that your logs are full of those flushing metrics messages? They should only be visible if the |
I'll close this for now but we can reopen it if it's still an issue. |
Expected behavior
Automatic instrumentation should work for hapi js integration without noise
Actual behavior
Looks like the tracing integration for hapi js plugin is working, but, there is a noise caused by the dd-trace js library in the logs:
that after a time, cause a timeout issue in the node js server:
deployed in the ams server this logs also cause a lot if noise there. But these logs are interpreted by the istio mesh as:
PassthroughCluster
with a response code0
Steps to reproduce
use the automatic hapi js integration:
run the start script and the issue will be visible.
Environment
The text was updated successfully, but these errors were encountered: