Skip to main content

Metrics

Healthcare Platform (HCP)

With HCP Observability, you can visualize and take actions on the metrics, traces and logs coming from your published APIs.

Various data points are collected to gain insights into the performance and usage of the API.

To view the metrics for an API hosted within HCP, the following steps should be taken:

  1. select API Manager from the HCP Console
  2. select the resource group to which the API belongs
  3. select the API, and then select the Metrics link for the environment you'd like to view the metrics for (Prod or Non-Prod)

image

Out of the box, HCP provides the following API metrics

Latency

Latency is the period of time between when the request arrives at your server and when the client receives the first byte of the response.

image

Throughput

Throughput is the average number of requests that can be successfully processed per second or minute, over a given duration

image

Transactions

Transactions measure the latency (avg.), throughput, and failed transaction rate per API operation (e.g. GET, POST, PUT)

image