This is a Grafana Datasource plugin that allows you to query event data (including metrics, logs, and other time series data) from Axiom, enabling you to visualize and analyze your data in Grafana dashboards.
Before using this plugin, you need to:
- Create an account at app.axiom.co.
- Generate a read-only API Token from your Axiom account.
grafana-cli plugins install axiomhq-axiom-datasource
- Add the plugin to your
docker-compose.yml
orDockerfile
- Set the environment variable
GF_INSTALL_PLUGINS
to include the plugin
Example:
GF_INSTALL_PLUGINS="axiomhq-axiom-datasource"
- Add a new data source in Grafana.
- Select the "Axiom" data source type.
- Enter your Axiom read-only API Token.
- Save and test the data source.
The Axiom Datasource Plugin provides a custom query editor to build and visualize your Axiom event data.
- Create a new panel in Grafana.
- Select the Axiom data source.
- Use the query editor to choose the desired metrics, dimensions, and filters.
If you encounter any issues or need help, please join our Discord community for assistance and support, or open an issue on the GitHub repository.
This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.