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
Certain monitors are missing from the Monitored Devices table.
Root Cause
Non-deterministic Join by Field Transform due to non-unique id in the Grafana Table results
Description
The current transform implementation performs a join based on the id attribute. This id is mapped to the monitor identifier (DeviceID in HDF context). As this id is not unique, the join operation becomes non-deterministic, which can lead to missing rows in the output.
Discussion Summary
Proposed Solution: Explore options to generate a unique attribute when requesting hw.status metrics, and use this new attribute in the transform to ensure a more reliable join operation.
The text was updated successfully, but these errors were encountered:
MarcDouguedroit
changed the title
Monitors not displayed in Monitored Devices table
Monitors not displayed in Hardware - Host / Monitored Devices table
Oct 25, 2024
Problem
Certain monitors are missing from the Monitored Devices table.
Root Cause
Non-deterministic
Join by Field
Transform due to non-uniqueid
in the Grafana Table resultsDescription
The current transform implementation performs a join based on the
id
attribute. Thisid
is mapped to the monitor identifier (DeviceID
in HDF context). As thisid
is not unique, the join operation becomes non-deterministic, which can lead to missing rows in the output.Discussion Summary
hw.status
metrics, and use this new attribute in the transform to ensure a more reliable join operation.The text was updated successfully, but these errors were encountered: