Closed
Description
Per the upstream docs:
A DimensionSet MUST NOT contain more than 9 dimension keys.
Currently, you're setting MAX_DIMENSIONS
to 10:
… and then using that to truncate the dimension set to 10 entries when serializing, e.g.:
I'm not sure that “silently truncating the dimension set” to an acceptable size is the best solution, but in any case the MAX_DIMENSIONS
should be reduced to 9.
Metadata
Metadata
Assignees
Labels
No labels