Skip to content

Commit d061eb9

Browse files
authored
chore: Fix typo in ATTRIBUTES_KEY_MORE_RESULTS constant
1 parent 5a1819c commit d061eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/telemetry/TelemetryConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class TelemetryConstants {
3131
public static final String ATTRIBUTES_KEY_RECEIVED = "Received";
3232
public static final String ATTRIBUTES_KEY_MISSING = "Missing";
3333
public static final String ATTRIBUTES_KEY_DEFERRED = "Deferred";
34-
public static final String ATTRIBUTES_KEY_MORE_RESULTS = "mor_results";
34+
public static final String ATTRIBUTES_KEY_MORE_RESULTS = "more_results";
3535

3636
/* TODO(lawrenceqiu): For now, these are a duplicate of method names in TraceUtil. Those will use these eventually */
3737
public static final String METHOD_ALLOCATE_IDS = "AllocateIds";

0 commit comments

Comments
 (0)