Skip to content

Fix null values and vm labels

Hiro requested to merge fix-null-values-and-vm-labels into main

This fix to how VM processes null value had not been merged in a previous MR. This avoid VM throwing an error if one of the labels is null, but if all the labels are null then we will consider the metric invalid and won't insert it.

Merge request reports