Skip to content

Commit

Permalink
Fix originFieldName for ObservedTimestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski committed Apr 8, 2022
1 parent 7e1ad72 commit 3998b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/internal/cmd/pdatagen/internal/log_structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ var logRecord = &messageValueStruct{
fields: []baseField{
&primitiveTypedField{
fieldName: "ObservedTimestamp",
originFieldName: "TimeUnixNano",
originFieldName: "ObservedTimeUnixNano",
returnType: "Timestamp",
rawType: "uint64",
defaultVal: "Timestamp(0)",
Expand Down

0 comments on commit 3998b9f

Please sign in to comment.