Axiom Controller website screenshot

Axiom Controller

Axiom is a cloud-native observability platform providing APIs for ingesting, querying, and managing telemetry data including logs, traces, and metrics with support for datasets, monitors, and organization management.

2 APIs 7 Features
AnalyticsCloud NativeLoggingMonitoringObservabilityTelemetry

APIs

Axiom Ingest API

API for ingesting logs, events, and telemetry data into Axiom datasets.

Axiom Query API

API for querying and analyzing data stored in Axiom datasets using APL (Axiom Processing Language).

Agent Skills

axiom-alerting

AGENT SKILL

axiom-sre

AGENT SKILL

building-dashboards

AGENT SKILL

controlling-costs

AGENT SKILL

query-metrics

AGENT SKILL

spl-to-apl

AGENT SKILL

writing-evals

AGENT SKILL

Collections

Pricing Plans

Rate Limits

Axiom Controller Rate Limits

5 limits

RATE LIMITS

FinOps

Features

Log Ingestion

Ingest logs from any source at massive scale with compression.

APL Query Language

Query telemetry data using Axiom Processing Language (APL), inspired by KQL.

Dataset Management

Organize telemetry data in datasets for granular access control and retention.

Monitors and Alerts

Set up threshold-based and anomaly-detection monitors with PagerDuty/Slack integrations.

OpenTelemetry Support

Native support for OpenTelemetry traces, metrics, and logs via OTLP.

Long-Term Retention

Store telemetry data for extended periods at low cost with queryable archives.

Dashboards

Build custom dashboards with rich visualization for monitoring application health.

Use Cases

Application Logging

Centralize application logs for debugging and troubleshooting.

Infrastructure Monitoring

Monitor infrastructure metrics and detect anomalies.

Security Analytics

Analyze security logs and audit trails for threat detection.

Distributed Tracing

Trace requests across microservices with OpenTelemetry.

Business Analytics

Analyze user behavior and business events stored as structured logs.

Integrations

OpenTelemetry

Ingest OTLP data from any OpenTelemetry-compatible source.

Vercel

Built-in Vercel log drain integration for edge function and deployment logs.

AWS CloudWatch

Forward CloudWatch logs to Axiom via Lambda log forwarder.

Kubernetes

Deploy Axiom Helm charts to collect Kubernetes logs and metrics.

GitHub Actions

Send CI/CD pipeline logs to Axiom from GitHub Actions workflows.

Resources

🔗
AgentSkills
AgentSkills
🌐
Portal
Portal
🔑
Authentication
Authentication
🟢
StatusPage
StatusPage
📰
Blog
Blog
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
👥
GitHubOrganization
GitHubOrganization
💰
Pricing
Pricing
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🔗
MCPServer
MCPServer

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Axiom Ingest Controller API
  version: 1.0.0
items:
- info:
    name: Ingest data to a dataset
    type: http
  http:
    method: POST
    url: https://api.axiom.co/v1/ingest/:dataset
    params:
    - name: dataset
      value: ''
      type: path
      description: Target dataset name
    body:
      type: json
      data: '{}'
  docs: Accepts JSON, NDJSON, or CSV formatted event data for ingestion into the specified dataset.
- info:
    name: Ingest data to edge deployment
    type: http
  http:
    method: POST
    url: https://api.axiom.co/v1/datasets/:dataset/ingest
    params:
    - name: dataset
      value: ''
      type: path
  docs: Ingest data to edge deployment
- info:
    name: Run APL query against edge deployment
    type: http
  http:
    method: POST
    url: https://api.axiom.co/v1/edge/query
    body:
      type: json
      data: '{}'
  docs: Run APL query against edge deployment
- info:
    name: Run batch query against edge deployment
    type: http
  http:
    method: POST
    url: https://api.axiom.co/v1/edge/query/batch
  docs: Run batch query against edge deployment
- info:
    name: Run MPL metrics query against edge deployment
    type: http
  http:
    method: POST
    url: https://api.axiom.co/v1/edge/metrics
  docs: Run MPL metrics query against edge deployment
bundled: true