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 4965a60 commit c1de846Copy full SHA for c1de846
1 file changed
internal/format/format.go
@@ -78,7 +78,7 @@ const (
78
NamespaceSeparatorRune = ':'
79
80
// agents with older commitTs will be declined
81
- LeastAllowedAgentCommitTs uint32 = 0
+ LeastAllowedAgentCommitTs uint32 = 1741804412 // Release: v2025.03.0
82
83
StatshouseAgentRemoteConfigMetric = "statshouse_agent_remote_config"
84
StatshouseJournalDump = "statshouse_journal_dump" // journals will be dumped to disk for analysis at each point before this event
0 commit comments