Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support InfluxDB as a history db #641

Merged
merged 21 commits into from
Feb 14, 2019
Merged

Conversation

alexanderzobnin
Copy link
Collaborator

This PR closes #640 and adds support for InfluxDB as Direct DB Connection datasource along with MySQL and Postgres.

@codecov
Copy link

codecov bot commented Feb 14, 2019

Codecov Report

Merging #641 into master will increase coverage by 1.65%.
The diff coverage is 48.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #641      +/-   ##
==========================================
+ Coverage   30.11%   31.77%   +1.65%     
==========================================
  Files          44       27      -17     
  Lines        2902     2115     -787     
  Branches      514      353     -161     
==========================================
- Hits          874      672     -202     
+ Misses       1813     1215     -598     
- Partials      215      228      +13
Impacted Files Coverage Δ
...ource-zabbix/zabbix/connectors/sql/sqlConnector.js 2.17% <0%> (-7.35%) ⬇️
src/datasource-zabbix/utils.js 38.98% <100%> (-2.9%) ⬇️
src/datasource-zabbix/config.controller.js 12.5% <16.66%> (-2.5%) ⬇️
src/datasource-zabbix/datasource.js 42.45% <33.33%> (-0.56%) ⬇️
...datasource-zabbix/zabbix/connectors/dbConnector.js 56.81% <61.29%> (-14.02%) ⬇️
...ix/zabbix/connectors/influxdb/influxdbConnector.js 62.74% <62.74%> (ø)
src/datasource-zabbix/zabbix/zabbix.js 15.54% <8.33%> (-14.98%) ⬇️
src/panel-triggers/triggers_panel_ctrl.js 48.9% <0%> (-4.25%) ⬇️
... and 30 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 612052e...ae32dfb. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Feb 14, 2019

Codecov Report

Merging #641 into master will increase coverage by 1.65%.
The diff coverage is 48.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #641      +/-   ##
==========================================
+ Coverage   30.11%   31.77%   +1.65%     
==========================================
  Files          44       27      -17     
  Lines        2902     2115     -787     
  Branches      514      353     -161     
==========================================
- Hits          874      672     -202     
+ Misses       1813     1215     -598     
- Partials      215      228      +13
Impacted Files Coverage Δ
...ource-zabbix/zabbix/connectors/sql/sqlConnector.js 2.17% <0%> (-7.35%) ⬇️
src/datasource-zabbix/utils.js 38.98% <100%> (-2.9%) ⬇️
src/datasource-zabbix/config.controller.js 12.5% <16.66%> (-2.5%) ⬇️
src/datasource-zabbix/datasource.js 42.45% <33.33%> (-0.56%) ⬇️
...datasource-zabbix/zabbix/connectors/dbConnector.js 56.81% <61.29%> (-14.02%) ⬇️
...ix/zabbix/connectors/influxdb/influxdbConnector.js 62.74% <62.74%> (ø)
src/datasource-zabbix/zabbix/zabbix.js 15.54% <8.33%> (-14.98%) ⬇️
src/panel-triggers/triggers_panel_ctrl.js 48.9% <0%> (-4.25%) ⬇️
... and 30 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 612052e...ae32dfb. Read the comment docs.

@alexanderzobnin alexanderzobnin merged commit 125cbe8 into master Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support InfluxDB as Direct DB Connection datasource
1 participant