This plugin provides ability to visualize data from TimeBase database by EPAM. More about TimeBase here.
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.
TimeBase plugin uses TimeBase WebAdmin REST API, so this is a required component to use plugin.
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.
Use this way with Docker/Kubernetes to install plugin.
- Set environment variable
GF_INSTALL_PLUGINS=https://github.com/epam/TimeBaseGrafanaPlugin/releases/download/1.0.7/epam-timebase-datasource.zip;epam-timebase-datasource
andGF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=epam-timebase-datasource
. - Restart grafana server.
- Run command
grafana-cli --pluginUrl https://github.com/epam/TimeBaseGrafanaPlugin/releases/download/1.0.7/epam-timebase-datasource.zip plugins install epam-timebase-datasource
- Restart Grafana server.