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

Remove unused metrics #322

Merged
merged 3 commits into from
Feb 10, 2018
Merged

Remove unused metrics #322

merged 3 commits into from
Feb 10, 2018

Conversation

hawkw
Copy link
Contributor

@hawkw hawkw commented Feb 9, 2018

Removed the method label from Prometheus, and removed HTTP methods from reports. Removed StreamSummary from reports and replaced it with a u32 count of streams.

Closes #266

@hawkw hawkw added this to the Conduit 0.3 milestone Feb 9, 2018
@hawkw hawkw self-assigned this Feb 9, 2018
@hawkw hawkw requested review from siggy, olix0r and adleong February 9, 2018 23:39
@hawkw hawkw added the review/ready Issue has a reviewable PR label Feb 9, 2018
Copy link
Member

@adleong adleong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⭐ Looks great, assuming that you've manually tested and ensured the dashboard and CLI still work.

@hawkw
Copy link
Contributor Author

hawkw commented Feb 10, 2018

Yup, no breakage observed! actually debugging a potential issue.

@hawkw
Copy link
Contributor Author

hawkw commented Feb 10, 2018

Ah, looks like the issue I was seeing is actually #328 --- as far as I know this is ready to merge.

@hawkw hawkw merged commit 8bc497a into master Feb 10, 2018
@hawkw hawkw removed the review/ready Issue has a reviewable PR label Feb 10, 2018
@olix0r olix0r deleted the eliza/rm-unused-metrics branch April 30, 2018 23:20
khappucino pushed a commit to Nordstrom/linkerd2 that referenced this pull request Mar 5, 2019
Removed the `method` label from Prometheus, and removed HTTP methods from reports. Removed `StreamSummary` from reports and replaced it with a `u32` count of streams.

Closes linkerd#266 

Signed-off-by: Eliza Weisman <[email protected]>
khappucino pushed a commit to Nordstrom/linkerd2 that referenced this pull request Mar 5, 2019
* 80b4ec5 (tag: v0.1.13) Bump version to v0.1.13 (linkerd#324)
* 6b23542 Add client support for server push (linkerd#314)
* 6d8554a Reassign capacity from reset streams. (linkerd#320)
* b116605 Check whether the send side is not idle, not the recv side (linkerd#313)
* a4ed615 Check minimal versions (linkerd#322)
* ea8b8ac Avoid prematurely unlinking streams in `send_reset`, in some cases. (linkerd#319)
* 9bbbe7e Disable length_delimited deprecation warning. (linkerd#321)
* 00ca534 Update examples to use new Tokio (linkerd#316)
* 12e0d26 Added functions to access io::Error in h2::Error (linkerd#311)
* 586106a Fix push promise frame parsing (linkerd#309)
* 2b960b8 Add Reset::INTERNAL_ERROR helper to test support (linkerd#308)
* d464c6b set deny(warnings) only when cfg(test) (linkerd#307)
* b0db515 fix some autolinks that weren't resolving in docs (linkerd#305)
* 66a5d11 Shutdown the stream along with connection (linkerd#304)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants