Skip to content

Commit 772ba0c

Browse files
fix PingAndWarm request params (#9738)
1 parent 535a640 commit 772ba0c

File tree

1 file changed

+1
-1
lines changed
  • bigtable/bigtable-proxy/src/main/java/com/google/cloud/bigtable/examples/proxy/channelpool

1 file changed

+1
-1
lines changed

bigtable/bigtable-proxy/src/main/java/com/google/cloud/bigtable/examples/proxy/channelpool/DataChannel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ private ListenableFuture<PingAndWarmResponse> sendPingAndWarm(PingAndWarmRequest
173173
metadata.put(
174174
CallLabels.REQUEST_PARAMS,
175175
String.format(
176-
"name=projects/%s/instances/%s",
176+
"name=%s&app_profile_id=%s",
177177
URLEncoder.encode(request.getName(), StandardCharsets.UTF_8),
178178
URLEncoder.encode(request.getAppProfileId(), StandardCharsets.UTF_8)));
179179

0 commit comments

Comments
 (0)