You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/telemetry/MetricsRecorder.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,9 @@
26
26
/**
27
27
* Interface to record specific metric operations.
28
28
*
29
-
* <p><b>Warning:</b> This is an internal API and is not intended for external use. Do not implement
30
-
* or extend this interface.
29
+
* <p><b>Warning:</b> This is intended to be an internal API and is not intended for external use.
30
+
* This is public solely for implementation purposes and does not promise any backwards
Copy file name to clipboardExpand all lines: java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/telemetry/OpenTelemetryMetricsRecorder.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,14 @@ class OpenTelemetryMetricsRecorder implements MetricsRecorder {
Copy file name to clipboardExpand all lines: java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/telemetry/TelemetryConstants.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,14 @@ public class TelemetryConstants {
45
45
/** Attribute key for the Datastore database ID. */
0 commit comments