-
Notifications
You must be signed in to change notification settings - Fork 617
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
documentation updates for upcoming release
- Loading branch information
1 parent
dc3d786
commit 04f958c
Showing
11 changed files
with
83 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "metrics.dogstatsd.addr" | ||
--- | ||
|
||
`metrics.dogstatsd.addr` configures the host:port of the dogstatsd | ||
server. | ||
|
||
This is required when [metrics.target](/ref/metrics.target/) is set to `dogstatsd`. | ||
|
||
The default is | ||
|
||
metrics.statsd.addr = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: "metrics.prometheus.buckets" | ||
--- | ||
|
||
`metrics.prometheus.buckets` configures the time buckets for use with histograms, measured in seconds. | ||
for instance, .005 is equivalent to 5ms. There is an implied "infinity" bucket tacked on at the end. | ||
|
||
The default is | ||
`metrics.prometheus.buckets = .005,.01,.025,.05,.1,.25,.5,1,2.5,5,10` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: "metrics.prometheus.path" | ||
--- | ||
|
||
`metrics.prometheus.path` configures the path to serve up metrics on any configured | ||
[proxy.addr](/ref/proxy.addr/) where `proto=prometheus`. | ||
|
||
Defaults to `/metrics/` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: "metrics.prometheus.subsystem" | ||
--- | ||
|
||
`metrics.prometheus.subsystem` configures the subsystem name when reporting | ||
metrics. This is basically appended to the prefix for metric names. | ||
|
||
See https://prometheus.io/docs/practices/instrumentation/#subsystems | ||
for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
`proxy.idleconntimeout` configures idle connection timeout, which influences | ||
when to close keep-alive connections. | ||
|
||
The default is | ||
|
||
proxy.idleconntimeout = 15s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters