-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
update web to query and surface tcp telemetry data #193
Comments
/cc @rmars |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
ihcsim
pushed a commit
that referenced
this issue
Feb 27, 2019
This picks up the following commits: * 0fe8063 replace with (#2370) (#201) * 1ea7559 Minor cleanup in the config tests (#188) * d0ef56b Update *ring* to 0.14.6 (#197) * c54377f fs-watch: Use a properly sized buffer for inotify events (#195) * 23e02a6 Update Router to wait for inner poll_ready before calling inner call * 2de8e9b Update metrics quickcheck to 0.8, and hyper to 0.12.24 * d1bbd4b make: Optionally include debug symbols with builds (#193) * 738a541 Fix compilation warnings in fs-watch (#192) * 6cc7558 Apply rustfmt (#191) Signed-off-by: Ivan Sim <ivan@buoyant.io>
khappucino
pushed a commit
to Nordstrom/linkerd2
that referenced
this issue
Mar 5, 2019
Per linkerd#2199, we want to be able to include the proxy's debug symbols in auxiliary diagnostic containers. In order to do this, the process that produces the proxy's binaries also should be responsible for producing its debug symbols. This change adds a new environment variable, `CARGO_DEBUG`, which the Makefile uses to instrument the build to produce debug symbols. If `objcopy` is available on the local system (i.e. on Linux), then the symbols are copied from the binary into a .obj file, and the executable is stripped (from 3.3G down to 9.9M) before packaging. This increases the size of the compressed package artifact by 76% (from 5.0M to 8.8M). This may have similar impacts on build time. To that end, CARGO_DEBUG is not enabled in CI yet. CI has been changed, however, to use build stages. Now, master will undergo the same test stage as PRs, though packages are only built & published for master.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The conduit dashboard surfaces telemetry data specific to HTTP only. Modify this to allow for TCP telemetry.
This ticket probably needs some product and design thought.
Depends on tcp telemetry data in the public api, #192.
The text was updated successfully, but these errors were encountered: