fix(backend): set messageID = 0 for perf events in CH connector

This commit is contained in:
Alexander Zavorotynskiy 2022-09-02 12:12:20 +02:00
parent 5c7d4205a0
commit 71609a19c3

View file

@ -324,7 +324,7 @@ func (c *connectorImpl) InsertWebPerformanceTrackAggr(session *types.Session, ms
if err := c.batches["performance"].Append(
session.SessionID,
uint16(session.ProjectID),
msg.MessageID,
0, // TODO: find messageID for performance events
datetime(timestamp),
nullableString(msg.Meta().Url),
uint8(msg.MinFPS),