Skip to main content
AG-Kit provides basic observability features for server deployments.

Health Checks

AG-Kit automatically provides a health check endpoint at /healthz: Response:
{
  "status": "healthy",
  "timestamp": "2024-01-01T00:00:00Z",
  "service": "ag-kit-server",
  "version": "1.0.0"
}

Logging & Tracing

AG-Kit will provide comprehensive observability features:
  • OpenTelemetry Integration: Native support for OpenTelemetry standards
  • Distributed Tracing: Track requests across services
  • Structured Logging: JSON-formatted logs with correlation IDs
  • Metrics Collection: Built-in performance and business metrics
Coming soon - OpenTelemetry integration and advanced observability features are in development.

Next Steps