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
At the moment we query / to ensure that the rest api is alive. This results in a lot of requests which can't be filtered out from the logs because we want to log requests to / coming from real users.
add endpoint to rest API
Modify the EO Catalogue Helm chart to use the proper endpoint to check the liveness/readiness of the STAC API component: /_mgmt/ping
Configure eodag logger to ignore requests made on /_mgmt/ping
The text was updated successfully, but these errors were encountered:
At the moment we query
/
to ensure that the rest api is alive. This results in a lot of requests which can't be filtered out from the logs because we want to log requests to/
coming from real users./_mgmt/ping
The text was updated successfully, but these errors were encountered: