Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Separately record sources which failed completely and fix handling of optional elements in CSW harvester

Adam Reichold requested to merge fix-csw-harvester into main

This allows us to expose this via e.g. Prometheus counters which can eventually be used for alerting.

The resulting metrics page before the CSW fix itself

grafik

and after applying the second commit

grafik

with the underyling issue being a missing format name which maps nicely to Rust's Option even though it drops the reason (but I have not found reason other than "unknown")

grafik

Closes #148 (closed)

Edited by Adam Reichold

Merge request reports