Plugins 〉Axiom


Developer

Axiom, Inc.

Sign up to receive occasional product news and updates:


Grafana Cloud
Grafana Cloud
  • Grafana, of course
  • 10k series Prometheus metrics
  • 50 GB logs
  • 50 GB traces
  • 2,232 app o11y host hours
  • ...and more
Create free account

No credit card needed, ever.


Data Source
commercial

Axiom

  • Overview
  • Installation
  • Change log
  • Related content

Instantly visualize Axiom data in Grafana

The Grafana data source plugin is the easiest way to query event data from Axiom directly in Grafana dashboards.

Requirements

This plugin has the following requirements:

Configuration

  1. Add a new data source in Grafana
  2. Select the Axiom data source plugin
  3. Enter your Axiom advanced API token
  4. Save and test the data source

Visualizing data

The Axiom data source plugin provides a custom editor to query and visualize event data from Axiom.

  1. Create a new panel in Grafana
  2. Select the Axiom data source
  3. Use the query editor to filter, transform and analyze your data

Installation

Installation on Grafana Cloud

For more information, visit the docs on plugin installation.

Installation with Grafana CLI

grafana-cli plugins install axiomhq-axiom-datasource

Installation with Docker

  1. Add the plugin to your docker-compose.yml or Dockerfile
  2. Set the environment variable GF_INSTALL_PLUGINS to include the plugin
GF_INSTALL_PLUGINS="axiomhq-axiom-datasource"

Installing Axiom on Grafana Cloud:

For more information, visit the docs on plugin installation.

Installing on a local Grafana:

For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.

1. Install the Data Source

Use the grafana-cli tool to install Axiom from the commandline:

grafana-cli plugins install 

The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.

2. Configure the Data Source

Accessed from the Grafana main menu, newly installed data sources can be added immediately within the Data Sources section.

Next, click the Add data source button in the upper right. The data source will be available for selection in the Type select box.

To see a list of installed data sources, click the Plugins item in the main menu. Both core data sources and installed data sources will appear.

Changelog

0.5.1

  • fix(repeat panels): use scopedVars for query by @schehata in #69

0.5.0

  • feat: bump frontend-workers/apl by @kevinehosford in #64
  • fix(monaco): update hash and re-add copy step by @kevinehosford in #67
  • use tabular-row format by @schehata in #66
  • Bump fast-loops from 1.1.3 to 1.1.4 by @dependabot in #65
  • Bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #68
  • Bump braces from 3.0.2 to 3.0.3 by @dependabot in #63

0.4.0

  • Added support for advanced API tokens by @schehata (#59)
  • Deprecate usage of Personal Tokens by @schehata (#59)
  • Upgraded axiom-go to version v0.17.8

0.3.1

  • Show the URL config field in plugin settings by @schehata in #58

0.3.0

  • fix: Run queries concurrently to speed up panels with many queries by @jahands in #40
  • testing: provide a datasource & dashboard for quick testing by @schehata in #57

0.2.0

  • feat: replace plugin screenshots by @dominicchapman in #29
  • Add placeholder, query shortcut to QueryEditor by @bahlo in #30
  • Fix totals switch when submitting via keybinding by @bahlo in #31
  • Fix history bugs by @bahlo in #32

0.1.9

  • switch to using call resource functionality by @mschoch in #23
  • handle totals table groups same as series by @mschoch in #24
  • fix: mismatch between values and fields arrays and longToWide on … by @a-khaledf in #21
  • docs: update README by @dominicchapman in #25
  • feat: revise Axiom logo for light background by @dominicchapman in #26
  • fix handling of fields with escaped dots by @mschoch in #28