Connect to Grafana

Connect to Grafana

Introduction

This section provides practical examples of how to connect to your Logit.io Grafana instance programmatically. Whether you're automating dashboard provisioning with Terraform, building integrations with Python, or making quick API calls with cURL, these guides will help you get started.

All examples use your Logit.io credentials which can be found in your Profile Settings (opens in a new tab).

Available Guides

Choose a guide based on your preferred tool or use case:

  • Overview - Introduction to programmatic Grafana access
  • Authentication - Credentials setup and authentication methods
  • Terraform - Use the Grafana Terraform provider for infrastructure as code
  • Python - Use the grafana-client library for Python integrations
  • cURL - Use command-line cURL for quick testing and scripting
  • Dashboards as Code - Version control your dashboards with JSON provisioning

Each guide includes:

  • Complete, working code examples
  • Step-by-step instructions
  • Your credentials auto-populated for easy copy-paste

Browse All Guides

Connect to Grafana