Updated example for Prometheus, updated Go modules, and tweaked the devcontainer.

This commit is contained in:
James Wells 2022-04-14 18:01:20 +00:00
parent 31c6551cce
commit 8fea3b2527
Signed by: jwells
GPG key ID: 73196D10B8E65666
6 changed files with 57 additions and 27 deletions

View file

@ -48,12 +48,21 @@ mode = "router"
// listenaddr = 0.0.0.0
/*
* This is the port to the router will listen for on
* for clients. It defaults to 35570.
* This is the port to G'Agent will listen for on
* for Prometheus queries. It defaults to 9101.
* Monitoring will be disabled if this is set to 0.
*
* Optional.
*/
// clientport = 35571
// monitorport = 9101
/*
* This is the port to the router will listen for on
* for clients. It defaults to 35572.
*
* Optional.
*/
// clientport = 35572
/*
* This is the port to the router will listen for on
@ -69,7 +78,7 @@ mode = "router"
*
* Optional.
*/
// workerport = 35572
// workerport = 35571
/*
* @TODO