Microservices
Updated On 03 September 2024 | Min(s) read

Health Check

Health Check provides the ability to monitor the health of the party application. It is useful to test the internal health of an application and external dependencies such as a third-party API. The Party application relies on the external dependencies for proper functionality.

Microservice health check helps to monitor the health of Party Microservice APIs, Ingester, and MDAL ingester as:

  • API Health Check
    • Database Check
    • Third Party API Check
  • Ingester Health Check
    • Stream Check
    • Database Check
  • MDAL Ingester Health Check
    • Stream Check
    • Database Check

API Health Check

Party Microservice exposes the API health check endpoint to monitor the health of Microservice APIs.

Pattern: http://<host>:<port>/<context-root>/api/health/api/

Sample: http://localhost:8000/ms-party-api/api/v1.0.0/health/api/

Ingester Health Check:

Party Microservice exposes the Ingester health check endpoint to monitor the health of ingester. The Ingester health check endpoint consumes and processes the incoming messages from the Kafka/kinesis topic.

Pattern: http://<host>:<port>/<Ingester-base-path>/api/health/ingester

Sample: http://localhost:12002/ms-party-binary-ingester/v1.0.0/health/ingester

Copyright © 2020- Temenos Headquarters SA

Published on :
Tuesday, September 2, 2025 1:10:24 PM IST