Skip to content

Commit

Permalink
Update exporters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp authored Apr 26, 2024
1 parent 22fe1f0 commit f66c060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/languages/java/exporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ import io.opentelemetry.sdk.trace.export.BatchSpanProcessor;
import io.opentelemetry.sdk.logs.export.BatchLogRecordProcessor;
import io.opentelemetry.sdk.logs.SdkLoggerProvider;
import io.opentelemetry.sdk.logs.export.LogRecordExporter;
import io.opentelemetry.semconv.ServiceAttributes;
import io.opentelemetry.semconv;

@SpringBootApplication
public class DiceApplication {
Expand Down

0 comments on commit f66c060

Please sign in to comment.