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
@ObsoleteApi("This will be removed in upcoming version without breaking change release. You should use universalDomain to configure the built-in metrics endpoint for a partner universe.")
890
+
@ObsoleteApi(
891
+
"This will be removed in upcoming version without breaking change release. You should use"
892
+
+ " universalDomain to configure the built-in metrics endpoint for a partner universe.")
891
893
defaultStringgetMonitoringHost() {
892
894
returnnull;
893
895
}
@@ -1683,7 +1685,9 @@ public Builder setBuiltInMetricsEnabled(boolean enableBuiltInMetrics) {
1683
1685
1684
1686
/** Sets the monitoring host to be used for Built-in client side metrics */
1685
1687
@Deprecated
1686
-
@ObsoleteApi("This will be removed in upcoming version without breaking change release. You should use universalDomain to configure the built-in metrics endpoint for a partner universe.")
1688
+
@ObsoleteApi(
1689
+
"This will be removed in upcoming version without breaking change release. You should use"
1690
+
+ " universalDomain to configure the built-in metrics endpoint for a partner universe.")
0 commit comments