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

update web to query and surface tcp telemetry data #193

Closed
siggy opened this issue Jan 22, 2018 · 2 comments
Closed

update web to query and surface tcp telemetry data #193

siggy opened this issue Jan 22, 2018 · 2 comments

Comments

@siggy
Copy link
Member

siggy commented Jan 22, 2018

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.

@dadjeibaah
Copy link
Contributor

/cc @rmars

@rmars rmars added the area/web label Jan 24, 2018
@klingerf klingerf removed this from the TCP Telemetry milestone Feb 20, 2018
@stale
Copy link

stale bot commented Oct 7, 2018

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.

@stale stale bot added the wontfix label Oct 7, 2018
@stale stale bot closed this as completed Oct 23, 2018
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.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants