632c86ecc1
* Add new Telemetry config options Add cluster_name, maximum_gauge_cardinality, and usage_gauge_period configuration options to the config stanza. Update unit tests. Document. Co-authored-by: Mark Gritter <mgritter@hashicorp.com>
12 lines
253 B
HCL
12 lines
253 B
HCL
telemetry {
|
|
statsd_address = "baz"
|
|
statsite_address = "qux"
|
|
disable_hostname = true
|
|
usage_gauge_period = "5m"
|
|
maximum_gauge_cardinality = 100
|
|
}
|
|
ui=true
|
|
raw_storage_endpoint=true
|
|
default_lease_ttl = "10h"
|
|
cluster_name = "testcluster"
|