Skip to content

Add simdq monitoring lite

Emir Muhammad requested to merge emmuhamm_monet into main

Adds a very light monitoring of SimDQ to check if the monitoring histograms have been added.

At the moment it only looks at the request IDs and check if the corresponding folder exists on simdq or not. It does not check how many folders are actually inside the request_id folder (relevant if theres multiple eventtypes).

The better option that we should move to in the future is to have SimDQData send a webhook anytime it gets updated with a new production, which LbAPI receives and then updates the corresponding issue. This requires much more work and should leave it for later.

Tackles #12, but doesn't close it.

Merge request reports