HowTo
Get started with M3DB in your own projects.
Visualize M3DB data with Grafana®
Since M3DB is best for time series data, consisting of many individual metrics, then it's nicer to visualize the data than try to view it in a table or log. Aiven can set up the Grafana® and the integration between the two services for you.
Monitor Aiven services with M3DB
M3DB is a perfect fit for a monitoring platform. It is designed to handle large volumes of metrics, and it's very good at that.
Use M3DB as remote storage for Prometheus
M3DB is an excellent candidate for a highly scalable remote storage solution for your Prometheus monitoring system.
Write to M3 from Telegraf
M3 supports multiple methods of writing metrics to the M3 database.
Telegraf to M3 to Grafana® Example
To set up Telegraf to push metrics to Aiven for M3:
Write data to M3DB with Go
This example writes some data to an M3DB service from Go, making use of
Write data to M3DB with PHP
This example writes some data to an M3DB service from PHP, making use of
Write data to M3DB with Python
This example writes some data to an M3DB service from Python, making use