Fix invalid 'sample' value (not a JSON value, since dictionary has non-string key). (#262)

pull/270/head
Felix Fontein 2020-05-02 15:36:20 +02:00 committed by GitHub
parent 77fe9c82fb
commit a85b169a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ replications:
returned: if pg_stat_replication view existent
type: dict
sample:
- { 76580: { "app_name": "standby1", "backend_start": "2019-02-03 00:14:33.908593+03",
- { "76580": { "app_name": "standby1", "backend_start": "2019-02-03 00:14:33.908593+03",
"client_addr": "10.10.10.2", "client_hostname": "", "state": "streaming", "usename": "postgres" } }
contains:
usename: