[docs/telemetry] Unnecessary comma in HCL example (#8817)
This commit is contained in:
parent
009ef0b8a4
commit
4e13db3912
|
@ -183,7 +183,7 @@ An example telemetry configuration to be added to Vault's configuration file is
|
|||
|
||||
```hcl
|
||||
telemetry {
|
||||
prometheus_retention_time = "30s",
|
||||
prometheus_retention_time = "30s"
|
||||
disable_hostname = true
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue