pdc-agent

module
v0.0.29 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2024 License: Apache-2.0

README

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

Directories

Path Synopsis
cmd
pdc
pkg
pdc
ssh

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL