Axiom Documentation - Observability Platform

website·Indexed Apr 12, 2026

https://axiom.co/docs/

Official documentation for Axiom, an agent-native observability platform for logs, metrics, traces, and events. Features include EventDB and MetricsDB for massive scale, Axiom Processing Language (APL) for querying, and AI engineering tools. Covers AWS integration, Vector ingestion, security, pricing, and API references.

Tokens
72.1K
Snippets
111
Records
796
Agent score
50%

What's inside Axiom

  1. What is an Axiom Monitor

    A monitor is a background task that periodically runs a query you define. For example, it can count the number of error messages in your logs over the previous 5 minutes. When the query results meet certain conditions, Axiom sends you an alert via a notifier.
  2. What is Axiom and event data

    Axiom operationalizes timestamped event data, which are structured key-value records that capture every digital interaction between humans, sensors, and machines. Event data is the atomic unit of activity for organizations and consists of: a timestamp indicating when the event occurred, and attributes (key-value pairs) providing context about the event.
  3. What is a Notifier

    A notifier defines how Axiom notifies you about monitor output. For example, Axiom can send you an email when a monitor triggers an alert. Notifiers handle the delivery of alerts.
  4. How issues are created from the Review workflow

    Issues are created automatically from the Review workflow. When a reviewer inspects a conversation and submits negative feedback, Axiom attempts to match it to an existing issue. If no match is found, Axiom creates a new issue and adds the reviewed conversation as supporting evidence. The Issues page collects these recurring findings into a shared backlog for centralized management.
  5. Log-Based Evidence for Compliance Audits

    Logs serve dual compliance purposes: they satisfy specific mandated controls (retention periods, event review) and provide evidence for auditors that other controls are functioning. Log-based reporting, while not directly mandated by any framework, forms a critical practice for demonstrating due care across software development, access controls, networking, and other IT areas under CISO purview.
  6. EU and UK Data Subject Rights under GDPR

    EU/UK residents have these GDPR rights: (1) Access - request information about personal data held and obtain a copy, also available via account login; (2) Rectification - request correction of incorrect/incomplete data, also editable via account; (3) Erasure - request deletion of personal data from systems; (4) Withdrawal of Consent - revoke consent at any time, though this may affect service functionality; (5) Portability - request data in machine-readable format or transmission to another controller; (6) Objection - object to processing for certain purposes like direct marketing; (7) Restriction - request limitation on further processing; (8) Complaint - right to lodge complaints with local supervisory authority. Contact email: privacy@axiom.co. Identity verification may be required.
  7. View billing history

    To view your billing history, go to Settings > Billing and click Billing history in the Current breakdown section. This shows details about your last bill and projected costs for your next bill.
  8. Sensitive Personal Information Policy

    Axiom will not collect or process sensitive personal information (as defined by the EU-US DPF) — including information about health, racial or ethnic origin, political opinions, religious beliefs, trade union membership, or sexual orientation — without first obtaining explicit opt-in consent from the individual.
  9. New Chart Types for Advanced Logging and Observability

    Axiom introduces three new chart types—Filter Bar, Log Stream, and Scatter—to enhance visualization and analysis of logs, metrics, and traces. These complement existing charts like Time Series, Statistic, and Table, enabling users to pivot, drill down, and broaden their view of infrastructure data.
  10. California Resident Rights - Access and Deletion

    California residents have the right to request information about data collected in the past 12 months, including: categories of personal data collected, sources, business purpose, third parties shared with, and specific pieces of data collected. They also have the right to request deletion of their personal data. Contact [email protected] to exercise these rights. Note: If Axiom processes your data as a service provider for a customer, contact the customer directly first.
  11. MetricsDB time-series metrics store features

    MetricsDB is a dedicated metrics datastore engineered for high-cardinality time-series data. Unlike traditional solutions that penalize dimensional complexity, MetricsDB embraces high-cardinality tags as a design principle. Features: native high-cardinality support without performance degradation or cost penalties; optimized storage format for time-series workloads with efficient compression and fast aggregations across millions of unique tag combinations.
  12. Systematic evaluation for AI systems

    Evaluation is the systematic process of measuring AI performance. AI systems fail in non-deterministic ways—the same prompt can produce different results, and edge cases emerge unpredictably. As systems grow from simple single-turn interactions to complex multi-agent systems, manual testing becomes unscalable. Systematic evaluation addresses this by: establishing baselines (measuring current performance before changes), preventing regressions (catching quality degradation before production), enabling experimentation (comparing models, prompts, or architectures), and building confidence (deploying changes knowing they improve aggregate performance).