fix(stats): remove policy-related dimensions#2647
Merged
istio-testing merged 4 commits intoistio:masterfrom Feb 6, 2020
Merged
fix(stats): remove policy-related dimensions#2647istio-testing merged 4 commits intoistio:masterfrom
istio-testing merged 4 commits intoistio:masterfrom
Conversation
bianpengyuan
approved these changes
Jan 31, 2020
kyessenov
approved these changes
Jan 31, 2020
Contributor
kyessenov
left a comment
There was a problem hiding this comment.
TODO: update bootstrap in istio/istio to drop the regex.
Contributor
Author
|
/test test_proxy |
aa1cdf3 to
0e7f807
Compare
Signed-off-by: Douglas Reid <douglas-reid@users.noreply.github.com>
Signed-off-by: Douglas Reid <douglas-reid@users.noreply.github.com>
Signed-off-by: Douglas Reid <douglas-reid@users.noreply.github.com>
0e7f807 to
beaf389
Compare
Signed-off-by: Douglas Reid <douglas-reid@users.noreply.github.com>
Contributor
Author
|
/test test-tsan_proxy |
Collaborator
|
In response to a cherrypick label: #2647 failed to apply on top of branch "release-1.5": |
douglas-reid
added a commit
to douglas-reid/proxy
that referenced
this pull request
Feb 7, 2020
istio-testing
pushed a commit
that referenced
this pull request
Feb 11, 2020
* feat(stats): support grpc status codes in metrics (#2624) * fix(stats): remove policy-related dimensions (#2647) * feat(stats): add support for canonical service labels (#2658) * update istio/envoy SHA Signed-off-by: Douglas Reid <douglas-reid@users.noreply.github.com> * add missing deps for cel Signed-off-by: Douglas Reid <douglas-reid@users.noreply.github.com> * buildifier lint fix WORKSPACE respositories.bzl Signed-off-by: Douglas Reid <douglas-reid@users.noreply.github.com> * restore file test path * commenting out RBE stuff Signed-off-by: Douglas Reid <douglas-reid@users.noreply.github.com> * skip http mxc test Signed-off-by: Douglas Reid <douglas-reid@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR removes the deprecated and never used Istio RBAC related metrics dimensions from v2 telemetry (matching the v1 telemetry configuration).
Signed-off-by: Douglas Reid douglas-reid@users.noreply.github.com