Merge pull request #16900 from jarda-wien/main

Remove experimental flag for metrics-addr as it is not required
This commit is contained in:
Chris Chinchilla 2023-03-20 15:55:22 +01:00 committed by GitHub
commit 8206795c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -42,12 +42,11 @@ If the file is currently empty, paste the following:
```json
{
"metrics-addr" : "127.0.0.1:9323",
"experimental" : true
"metrics-addr" : "127.0.0.1:9323"
}
```
If the file is not empty, add those two keys, making sure that the resulting
If the file is not empty, add the new key, making sure that the resulting
file is valid JSON. Be careful that every line ends with a comma (`,`) except
for the last line.