Skip to content

madogan/RiverbedAppResponseDataSource

Repository files navigation

Grafana Riverbed AppResponse Data Source Backend Plugin

Build

What is Grafana Data Source Backend Plugin?

Grafana supports a wide range of data sources, including Prometheus, MySQL, and even Datadog. We didn't find a plugin for Riverbed's AppResponse. There was a plugin which is developed for Grafana 3.x.x and they do not maintain. We've inspired Crinon's plugin and built this plugin which is developed for Grafana 7.x.x and latest versions.

For more information about backend plugins, refer to the documentation on Backend plugins.

Getting started

A data source backend plugin consists of both frontend and backend components.

Frontend

  1. Install dependencies

    yarn install
  2. Build plugin in development mode or run in watch mode

    yarn dev

    or

    yarn watch
  3. Build plugin in production mode

    yarn build

Backend

  1. Update Grafana plugin SDK for Go dependency to the latest minor version:

    go get -u github.com/grafana/grafana-plugin-sdk-go
    go mod tidy
  2. Build backend plugin binaries for Linux, Windows and Darwin:

    mage -v
  3. List all available Mage targets for additional commands:

    mage -l

Contributors

https://www.linkedin.com/in/cancihanhircin
Can Cihan Hırçın

https://www.linkedin.com/in/madogan/
Muhammed Ali Doğan