vertica / vertica-grafana-datasource

Official Vertica datasource plugin for Grafana.
https://grafana.com/grafana/plugins/vertica-grafana-datasource/
Apache License 2.0
3 stars 9 forks source link

Update read me #8

Closed rajsameer closed 2 years ago

rajsameer commented 3 years ago

Hi ,

After the latest changes, the build packages have been changed npm to yarn for nodeJS and dep to go mod for golang.

Also, there is a link to private lib. yarn install gives the following error: warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json. [1/5] Validating package.json... [2/5] Resolving packages... [3/5] Fetching packages... error An unexpected error occurred: "https://artifactory.coxautoinc.com/artifactory/api/npm/ddc-npm/react-ace/-/react-ace-7.0.5.tgz: Request failed \"401 Unauthorized\"". info If you think this is a bug, please open a bug report with the information provided in "/home/centos/go/src/vertica-grafana-datasource/yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

rajsameer commented 3 years ago

In addition, has the connection load balancing been removed?