GET
/
functions
/
{functionName}
/
metrics

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

functionName
string
required

Name of the function

Response

200 - application/json

Metrics for a single resource (eg. model, function)

inference_global
object[]

Historical requests (in last 24 hours) for the model globally

inference_per_second_global
object[]

Historical requests per second (RPS), for the model globally

query_per_region
object

Number of requests done on the resource

query_per_second_per_region
object

RPS value (in last 24 hours) per location, for the model