apollo-router 2.14.0-rc.2

A configurable, high-performance routing runtime for Apollo Federation 🚀
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub(crate) mod allocation;
pub(crate) mod apollo;
pub(crate) mod local_type_stats;
mod named;
pub(crate) mod otlp;
mod overflow;
pub(crate) mod prometheus;
mod retry;

pub(crate) use named::NamedMetricExporter;
pub(crate) use overflow::OverflowMetricExporter;
pub(crate) use retry::RetryMetricExporter;