You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# using "latest" helps to keep up with the latest Kotlin support
45
57
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
46
58
tools: latest
47
59
48
60
- name: Assemble
61
+
if: matrix.language == 'java'
49
62
# --no-build-cache is required for codeql to analyze all modules
50
63
# --no-daemon is required for codeql to observe the compilation
51
64
# (see https://docs.github.com/en/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis#specifying-build-commands)
Copy file name to clipboardExpand all lines: disk-buffering/src/main/java/io/opentelemetry/contrib/disk/buffering/internal/serialization/mapping/logs/LogRecordDataMapper.java
Copy file name to clipboardExpand all lines: disk-buffering/src/main/java/io/opentelemetry/contrib/disk/buffering/internal/serialization/mapping/logs/models/LogRecordDataImpl.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,10 @@ public ExtendedAttributes getExtendedAttributes() {
46
46
@Nullable
47
47
publicabstractValue<?> getBodyValue();
48
48
49
+
@Override
50
+
@Nullable
51
+
publicabstractStringgetEventName();
52
+
49
53
@AutoValue.Builder
50
54
publicabstractstaticclassBuilder {
51
55
publicabstractBuildersetResource(Resourcevalue);
@@ -68,6 +72,8 @@ public abstract static class Builder {
Copy file name to clipboardExpand all lines: disk-buffering/src/test/java/io/opentelemetry/contrib/disk/buffering/internal/serialization/mapping/logs/LogRecordDataMapperTest.java
Copy file name to clipboardExpand all lines: disk-buffering/src/test/java/io/opentelemetry/contrib/disk/buffering/internal/serialization/mapping/logs/ProtoLogsDataMapperTest.java
0 commit comments