Remove an unused import from the examples. (#1708)

This commit is contained in:
John Watson 2020-09-25 23:04:20 -07:00 committed by GitHub
parent 83b9ba5701
commit c0969d4680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
package io.opentelemetry.example;
import io.opentelemetry.OpenTelemetry;
import io.opentelemetry.common.Labels;
import io.opentelemetry.context.Scope;
import io.opentelemetry.exporters.otlp.OtlpGrpcMetricExporter;
import io.opentelemetry.exporters.otlp.OtlpGrpcSpanExporter;