Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions guide/sections/part2/global-services.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ In WIS2, Global Caches provide access to WMO core data for data consumers. This
* If the Global Cache is not able to download the data, the metric ``wmo_wis2_gc_downloaded_error_total`` will be increased by 1.
* A Global Cache shall provide the metric defined in this Guide at an HTTP endpoint.
* A Global Cache should make sure that data are downloaded in parallel and that downloads are not blocking each other.
* A Global Cache will implement https://datatracker.ietf.org/doc/html/rfc2616#section-10[Status Code Definitions] as defined by the https://datatracker.ietf.org/doc/html/rfc2616[HTTP specification].

* The metric ``wmo_wis2_gc_dataserver_status_flag`` will reflect the status of the connection to the download endpoint of the centre. Its value will be 1 when the endpoint is up and 0 otherwise.
* The metric ``wmo_wis2_gc_last_metadata_timestamp_seconds`` will reflect the datetime (as a timestamp, the number of seconds since the UNIX epoch) of the last metadata resource processed by a given centre.
Expand Down