Skip to content

Commit b01ed74

Browse files
committed
chore(datastore): Remove public visibility for MetricsRecorder (#12043)
Remove public visibility prior to release. Allow for modifications before release.
1 parent dd8189b commit b01ed74

File tree

1 file changed

+1
-1
lines changed
  • java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/telemetry

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import javax.annotation.Nonnull;
2424

2525
/** Interface to record specific metric operations. */
26-
public interface MetricsRecorder {
26+
interface MetricsRecorder {
2727
/** Records the total latency of a transaction in milliseconds. */
2828
void recordTransactionLatency(double latencyMs, Map<String, String> attributes);
2929

0 commit comments

Comments
 (0)