a3s-gateway 0.2.1

A3S Gateway - AI-native API gateway with reverse proxy, routing, and agent orchestration
Documentation
1
2
3
4
5
6
7
8
//! Observability — metrics, access logging, and tracing
//!
//! Provides structured access logging, Prometheus-compatible metrics,
//! and OpenTelemetry tracing integration.

pub mod access_log;
pub mod metrics;
pub mod tracing;