Skip to content

Commit

Permalink
nnaoseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-sentry committed Jan 8, 2025
1 parent 6b65f3a commit 8e1cb87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Column("organization_id", UInt(64)),
Column("project_id", UInt(64)),
Column("message", String()),
Column("timestamp", DateTime64(6)), # microsecond precision
Column("timestamp", DateTime64(9)), # nanosecond precision (otel)
Column("trace_id", UUID(modifiers=Modifiers(nullable=True))),
Column("retention_days", UInt(16)),
]
Expand Down

0 comments on commit 8e1cb87

Please sign in to comment.