File tree Expand file tree Collapse file tree
api/all/src/main/java/io/opentelemetry/api/logs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66package io .opentelemetry .api .logs ;
77
8- import java .time .Instant ;
9- import java .util .concurrent .TimeUnit ;
10-
11- import javax .annotation .Nullable ;
12-
13- import io .opentelemetry .api .common .AttributeKey ;
148import static io .opentelemetry .api .common .AttributeKey .booleanKey ;
159import static io .opentelemetry .api .common .AttributeKey .doubleKey ;
1610import static io .opentelemetry .api .common .AttributeKey .longKey ;
1711import static io .opentelemetry .api .common .AttributeKey .stringKey ;
12+
13+ import io .opentelemetry .api .common .AttributeKey ;
1814import io .opentelemetry .api .common .Attributes ;
1915import io .opentelemetry .api .common .Value ;
2016import io .opentelemetry .context .Context ;
17+ import java .time .Instant ;
18+ import java .util .concurrent .TimeUnit ;
19+ import javax .annotation .Nullable ;
2120
2221/**
2322 * Used to construct and emit log records from a {@link Logger}.
You can’t perform that action at this time.
0 commit comments