Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitors not displayed in Hardware - Host / Monitored Devices table #21

Open
NassimBtk opened this issue Oct 25, 2024 · 0 comments
Open

Comments

@NassimBtk
Copy link
Member

NassimBtk commented Oct 25, 2024

Problem

Certain monitors are missing from the Monitored Devices table.
image

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.
@MarcDouguedroit MarcDouguedroit changed the title Monitors not displayed in Monitored Devices table Monitors not displayed in Hardware - Host / Monitored Devices table Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant