v2

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-01-12412664.0 KB
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"
}