open-vault/command/server/test-fixtures/diagnose_bad_telemetry2.hcl
Scott Miller 9f62768cc7
Diagnose partial/missing telemetry configuration (#12802)
* Diagnose partial/missing telemetry configuration

* changelog

* fixup

* not sure which component?
2021-10-20 16:47:59 -05:00

19 lines
235 B
HCL

disable_cache = true
disable_mlock = true
ui = true
listener "tcp" {
address = "127.0.0.1:8200"
}
backend "consul" {
advertise_addr = "foo"
token = "foo"
}
telemetry {
dogstatsd_tags = ["bar"]
}
cluster_addr = "127.0.0.1:8201"