AIARCOASC Docs

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 endpoint
client.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

LimitDefaultBurstNotes
Metric retention30 days hot / 13 mo rollup
Log retention14 days90 days
OTLP exportFree

Pricing

See pricing. Pay-as-you-go, billed monthly via Stripe.

API surface

  • GET /v1/observe/metrics
  • GET /v1/observe/logs

Required scope(s): observe:read. See Scopes.

Security

All access is authenticated and scoped. See Auth & scopes and Network controls.