Gateway - Monitoring

Gateway Metrics

Basic metrics endpoint for monitoring and observability. Returns operational metrics for the gateway service.

get/metrics

Response

Metrics retrieved successfully

requests_processedinteger
gateway_statusinteger

1 if healthy, 0 if unhealthy

versionstring
proxy_typestring

Example response

{
  "requests_processed": 1250,
  "gateway_status": 1,
  "version": "0.1.10",
  "proxy_type": "deeptrail_gateway"
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.