googleapis / java-bigtable

Apache License 2.0
71 stars 86 forks source link

Replace the usage of BaseApiTracer and BaseApiTracerFactory with ApiTracer and ApiTracerFactory #2210

Open blakeli0 opened 6 months ago

blakeli0 commented 6 months ago

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.