[docs/telemetry] Unnecessary comma in HCL example (#8817)

This commit is contained in:
Frederic Hemberger 2020-06-08 17:07:28 +02:00 committed by GitHub
parent 009ef0b8a4
commit 4e13db3912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
```