File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
exporters/trace/src/main/java/com/google/cloud/opentelemetry/trace Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2022 Google
2
+ * Copyright 2023 Google
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
15
15
*/
16
16
package com .google .cloud .opentelemetry .trace ;
17
17
18
- import static com .google .api .client .util .Preconditions .checkNotNull ;
19
-
20
18
import com .google .api .gax .core .FixedCredentialsProvider ;
21
19
import com .google .api .gax .core .NoCredentialsProvider ;
22
20
import com .google .api .gax .grpc .GrpcTransportChannel ;
35
33
import io .opentelemetry .sdk .common .CompletableResultCode ;
36
34
import io .opentelemetry .sdk .trace .data .SpanData ;
37
35
import io .opentelemetry .sdk .trace .export .SpanExporter ;
36
+
37
+ import javax .annotation .Nonnull ;
38
38
import java .io .IOException ;
39
39
import java .util .ArrayList ;
40
40
import java .util .Collection ;
41
41
import java .util .List ;
42
42
import java .util .Map ;
43
- import javax .annotation .Nonnull ;
43
+
44
+ import static com .google .api .client .util .Preconditions .checkNotNull ;
44
45
45
46
class InternalTraceExporter implements SpanExporter {
46
47
You can’t perform that action at this time.
0 commit comments