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
As part of the OpenTelemetry metrics project, we made all methods in ApiTracer default in this PR. Since BaseApiTracer was originally introduced for Java 7 compatibility and we dropped Java 7 support now, we can replace the usage of BaseApiTracer and BaseApiTracerFactory with ApiTracer and ApiTracerFactory.
For example, make BigtableTracer implements ApiTracer instead of extending from BaseApiTracer.
The text was updated successfully, but these errors were encountered:
As part of the OpenTelemetry metrics project, we made all methods in
ApiTracer
default in this PR. SinceBaseApiTracer
was originally introduced for Java 7 compatibility and we dropped Java 7 support now, we can replace the usage ofBaseApiTracer
andBaseApiTracerFactory
withApiTracer
andApiTracerFactory
.For example, make
BigtableTracer
implementsApiTracer
instead of extending from BaseApiTracer.The text was updated successfully, but these errors were encountered: