We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0192bec commit ebb43a6Copy full SHA for ebb43a6
xds/src/main/java/io/grpc/xds/XdsServerWrapper.java
@@ -172,9 +172,7 @@ public void run() {
172
173
private void internalStart() {
174
try {
175
- // TODO(dnvindhya): Add "#server" as "grpc.target" attribute value for
176
- // xDS enabled servers.
177
- xdsClientPool = xdsClientPoolFactory.getOrCreate("", new MetricRecorder() {});
+ xdsClientPool = xdsClientPoolFactory.getOrCreate("#server", new MetricRecorder() {});
178
} catch (Exception e) {
179
StatusException statusException = Status.UNAVAILABLE.withDescription(
180
"Failed to initialize xDS").withCause(e).asException();
0 commit comments