package
0.0.0-20240718093700-d18535501a98
Repository: https://github.com/gwos/tcg.git
Documentation: pkg.go.dev

# README

GWOS Logo

Prometheus server example in Go

Running and integrating

Prometheus server:

$ cd examples/prometheus/pull/go
$ go build
$ ./go

APM connector:

$ cd connectors/apm-connector
$ go build
$ ./apm-connector
To connect an APM connector to the Golang server, just create a new connector in the UI
and set the resource to `localhost:2222`.