8000 GitHub - anthonycicc/pdc-agent: Private Datasource Connect Agent
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anthonycicc/pdc-agent

 
 

Repository files navigation

pdc-agent

The Grafana Private Datasource Connect Agent allows connecting private datasources with your grafana cloud instance.

Installation

Follow installation and running instructions in the Grafana Labs Documentation

Setting the ssh log level

Use the -log.level flag. Run the agent with the -help flag to see the possible values.

go log level ssh log level
error 0 (-v not set)
warn 0 (-v not set)
info 0 (-v not set)
debug 3 (-vvv)

DEV flags

Flags prefixed with -dev are used for local development and can be removed at any time.

Releasing

Create public releases with gh release create vX.X.X --generate-notes

Releases are managed using goreleaser. Use the following command to build binaries on your local machine.

goreleaser build --snapshot --clean

If you want the docker image locally, you can run

goreleaser release --snapshot --clean

Building

CGO_ENABLED=0 go build ./cmd/pdc

About

Private Datasource Connect Agent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.6%
  • Dockerfile 0.4%
0