File tree Expand file tree Collapse file tree
packages/documentation/content/docs/router Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,6 +67,21 @@ the complete result to the client.
6767
6868Learn more: ** [ Subscriptions] ( /docs/router/subscriptions ) ** .
6969
70+ ## Observability
71+
72+ In production, you need to see what happens inside your API. Hive Router has built-in observability
73+ features to help you find problems and keep your GraphQL API stable.
74+
75+ Hive Router supports tracing and metrics. Tracing helps you follow one request across the router and
76+ subgraphs, so you can find where a request is slow or fails. Metrics help you monitor traffic, error
77+ rate, latency, cache behavior, and supergraph reloads over time.
78+
79+ You can send tracing and metrics data to Hive Console, to OTLP-compatible backends, or to Prometheus
80+ (via a scrape endpoint). This lets you use the monitoring tools your team already has.
81+
82+ Learn more: ** [ OpenTelemetry Tracing] ( /docs/router/observability/tracing ) ** and
83+ ** [ OpenTelemetry Metrics] ( /docs/router/observability/metrics ) ** .
84+
7085## Getting Started
7186
7287- ** [ Getting Started] ( /docs/router/getting-started ) ** - Install and run the router in just a few
You can’t perform that action at this time.
0 commit comments