You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2023. It is now read-only.
memoryIdx.Add() has a comment explaining that the pointers in defById and defByTagSet need to be the same for the same metricDefinition.
// Even if there are no tags, index at least "name". It's important to use the definition
// in the archive pointer that we add to defById, because the pointers must reference the
// same underlying object in m.defById and m.defByTagSet
memoryIdx.Add()
has a comment explaining that the pointers in defById and defByTagSet need to be the same for the same metricDefinition.see: #1303
However, memoryIdx.UpdateArchive() updates what m.defById points to without also updating m.defByTagSet
The text was updated successfully, but these errors were encountered: