We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6088c commit ed3ea0eCopy full SHA for ed3ea0e
internal/log/fields.go
@@ -34,9 +34,9 @@ const (
34
35
// NowKey is the time at which a timer was scheduled
36
NowKey = NamespaceKey + ".timer.now"
37
- // At is the time at which a timer is scheduled to fire
+ // AtKey is the time at which a timer is scheduled to fire
38
AtKey = NamespaceKey + ".timer.at"
39
- // To is the time a simulated timer is advanced to
+ // ToKey is the time a simulated timer is advanced to
40
ToKey = NamespaceKey + ".timer.to"
41
42
TimerModeFrom = NamespaceKey + ".timer.mode.from"
0 commit comments