Plugins 〉Grafana HTTP API


Developer
Volkov Labs


Sign up to receive occasional product news and updates:



Latest webinars
Data Source
community

Grafana HTTP API

  • Overview
  • Installation
  • Change log
  • Related content

Grafana HTTP API Data Source for Grafana

Datasource

Grafana 9 CI codecov CodeQL

Introduction

The Grafana HTTP API Data Source for Grafana allows retrieving data from local and remote Grafana instances via HTTP API.

Requirements

  • Grafana 8.5+, Grafana 9.0+ is required.

Getting Started

The Grafana HTTP API Data Source can be installed from the Grafana Catalog or utilizing the Grafana command line tool.

For the latter, use the following command.

grafana-cli plugins install volkovlabs-grapi-datasource

Features

  • Connects to Local and Remote Grafana instances via HTTP API using API Keys and Tokens.
  • Allows to get Health information.
  • Allows to retrieve Annotations, Alerts, and Data Sources.

Documentation

SectionDescription
ConfigurationExplains configuration settings for the Data Source.
ProvisioningDemonstrates how to automatically provision the Data Source.
Release NotesStay up to date with the latest features and updates.

Feedback

We love to hear from you. There are various ways to get in touch with us:

  • Ask a question, request a new feature, and file a bug with GitHub issues.
  • Sponsor our open-source plugins for Grafana with GitHub Sponsor.
  • Star the repository to show your support.

License

Apache License Version 2.0, see LICENSE.

Installing Grafana HTTP API on Grafana Cloud:

For more information, visit the docs on plugin installation.

Change Log

1.1.0 (2023-03-15)

Features / Enhancements

  • Update to Grafana 9.4.3 (#13)
  • Update Bearer token plugin configuration (#13)
  • Signed as community plugin (#14)
  • Update Grafana types and description (#15)

1.0.0 (2023-03-02)

Features / Enhancements

  • Initial release based on Volkov Labs Abc Data source template
  • Update README and configuration (#1)
  • Add Postgres for Alerting (#2)
  • Add Annotations (#3)
  • Update name to Grafana HTTP API (#4)
  • Improve Annotations and update to Timescale (#5)
  • Improve Data Source to check Organization (#6)
  • Add Notifications and increase Test Coverage (#7)
  • Add Annotation filters (#8)
  • Add Annotation Alert States filter (#9)
  • Add Health and Data Sources (#10)
  • Update README to prepare for the release (#11, #12)