Skip to content

sr-remsha/TimeBaseGrafanaPlugin

 
 

Repository files navigation

EPAM TimeBase Datasource plugin for Grafana

This plugin provides ability to visualize data from TimeBase database by EPAM. More about TimeBase here.

What functionality provides this plugin?

TimeBase grafana plugin provides wide range of instruments for time-series processing in analyzing. Wide variety of functions include functions from financial analysis domain, statistics, etc.

Prerequisites

TimeBase plugin uses TimeBase WebAdmin REST API, so this is a required component to use plugin.

Link to plugin distribution

Working with SSO on TimeBase WebAdmin

To work with webadmin, where SSO is enabled, Grafana should be connected to the same SSO provider. After that switch "Forward OAuth Identity" should be used to log in to webadmin.


IMPORTANT NOTICE

Plugin works with TimeBase Web Admin versions >=0.5.5, TimeBase server versions >=5.5.6 and Grafana versions >=7.5.8.

Other versions are rather incompatible or partially incompatible.


Installation

Using environment variable

Use this way with Docker/Kubernetes to install plugin.

  1. Set environment variable GF_INSTALL_PLUGINS=https://github.com/epam/TimeBaseGrafanaPlugin/releases/download/1.0.7/epam-timebase-datasource.zip;epam-timebase-datasource and GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=epam-timebase-datasource.
  2. Restart grafana server.

Using grafana-cli

  1. Run command grafana-cli --pluginUrl https://github.com/epam/TimeBaseGrafanaPlugin/releases/download/1.0.7/epam-timebase-datasource.zip plugins install epam-timebase-datasource
  2. Restart Grafana server.

About

TimeBase datasource for Grafana

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.7%
  • JavaScript 0.3%