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/OpenTelemetryMetricsRecorder.java
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,7 @@ class OpenTelemetryMetricsRecorder implements MetricsRecorder {
50
50
* Creates a new recorder with a configurable metric prefix.
51
51
*
52
52
* @param openTelemetry the OpenTelemetry instance to record metrics to
53
-
* @param metricPrefix the prefix for metric names (e.g. "custom.googleapis.com" or
54
-
* "datastore.googleapis.com/internal/client")
53
+
* @param metricPrefix the prefix for metric names (e.g. "custom.googleapis.com")
Copy file name to clipboardExpand all lines: java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/telemetry/TelemetryConstants.java
+26-31Lines changed: 26 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,11 @@ public class TelemetryConstants {
36
36
37
37
// TODO(lawrenceqiu): For now, use `custom.googleapis.com` until metrics can be written to
0 commit comments