Observe
Metrics, logs and traces — OpenTelemetry-compatible export, query API, dashboards.
What it is
Observe ingests metrics, logs and traces from every AIARCO primitive plus anything you send via OTLP. Query via the API or the dashboard; export anywhere via OTLP.
When to use it
- Build SRE dashboards across pods, functions and edge.
- Forward to your own SIEM / APM.
- Set budget alerts on cost-per-request metrics.
Quickstart
asc observe metrics query 'sum by (route) (edge_requests_total)' --from -1h
asc observe otlp endpointclient.observe.metrics.query('sum by (route) (edge_requests_total)', from_='-1h')await client.observe.metrics.query('sum by (route) (edge_requests_total)', { from: '-1h' });Limits & quotas
| Limit | Default | Burst | Notes |
|---|---|---|---|
| Metric retention | 30 days hot / 13 mo rollup | — | |
| Log retention | 14 days | 90 days | |
| OTLP export | Free | — |
Pricing
See pricing. Pay-as-you-go, billed monthly via Stripe.
API surface
GET /v1/observe/metricsGET /v1/observe/logs
Required scope(s): observe:read. See Scopes.
Security
All access is authenticated and scoped. See Auth & scopes and Network controls.