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

Add dedicated liveness endpoint #1352

Open
3 tasks done
amarandon opened this issue Oct 17, 2024 · 0 comments · May be fixed by #1353
Open
3 tasks done

Add dedicated liveness endpoint #1352

amarandon opened this issue Oct 17, 2024 · 0 comments · May be fixed by #1353
Assignees
Labels
dedl DEDL related enhancement New feature or request server Server-mode related

Comments

@amarandon
Copy link
Collaborator

amarandon commented Oct 17, 2024

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
@amarandon amarandon added the enhancement New feature or request label Oct 17, 2024
@amarandon amarandon linked a pull request Oct 17, 2024 that will close this issue
2 tasks
@amarandon amarandon self-assigned this Oct 17, 2024
@alambare alambare added the server Server-mode related label Oct 24, 2024
@amarandon amarandon added the dedl DEDL related label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dedl DEDL related enhancement New feature or request server Server-mode related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants