-
Notifications
You must be signed in to change notification settings - Fork 3.9k
feat: add the missing xds.authority label #12018
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review comments.
…a as in the existing flow 2. xds: modifies existing tests to account for authority
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit/PR needs more context. Notably, it should include a reference to A78.
@AgraVator, you've copied/rebased commits from master to this PR. That's broken. Those need to be removed; I'd normally do "git rebase -i" and deleting the lines for the commits you didn't create. But I don't know what operation you did and why. |
da6df80
to
ecf8e55
Compare
2. xds: considers authority as a separate dimension
ecf8e55
to
9ed94ac
Compare
2. xds: move getAuthorityFromResourceName() near other static methods
2. xds: move getAuthorityFromResourceName() near other static methods
xds/src/test/java/io/grpc/xds/XdsClientMetricReporterImplTest.java
Outdated
Show resolved
Hide resolved
xds/src/test/java/io/grpc/xds/XdsClientMetricReporterImplTest.java
Outdated
Show resolved
Hide resolved
xds/src/test/java/io/grpc/xds/XdsClientMetricReporterImplTest.java
Outdated
Show resolved
Hide resolved
xds/src/test/java/io/grpc/xds/XdsClientMetricReporterImplTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some nits.
This aims to complete the XDS client metrics by adding the remaining grpc.xds.authority metric.