Skip to content

Commit ec8c6fa

Browse files
fhembergerandaley
authored andcommitted
[docs/telemetry] Unnecessary comma in HCL example (#8817)
1 parent cc28b63 commit ec8c6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/docs/configuration/telemetry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ An example telemetry configuration to be added to Vault's configuration file is
183183

184184
```hcl
185185
telemetry {
186-
prometheus_retention_time = "30s",
186+
prometheus_retention_time = "30s"
187187
disable_hostname = true
188188
}
189189
```

0 commit comments

Comments
 (0)