Skip to content

Metrics

Yelken collects metrics about your service related to resource utilization and also HTTP request handling if you expose it to internet. With the help of metrics, You can analyze how your service runs and behaves. To inspect the service metrics, simply go into Project > Service > Metrics page.

Resource Utilization

Resource utilization metrics help you understand how your service behaves and deduce whether given resources is excessive, sufficient or causing throttling . Here is the table describing the resource utilization metrics.

NameMetricExamples
CPU Utilizationpercent of 1 vCPU20%, 50%, 125%
MemoryMegaBytes (MB)25 MB, 200 MB

HTTP Requests

You can use HTTP request metrics to detect application failure rates and its performance. Combining this with resource utilization metrics, you can understand your service behavior under load. Here is the table describing the HTTP request metrics.

NameMetricExamples
Response Status Code# per second200, 404, 500
Request Method# per secondGET, POST
Average Response Timemillisecond120 ms