Skip to content

Commit

Permalink
types.db: fix ping_droprate range spec
Browse files Browse the repository at this point in the history
It's always in range 0-1 since the initial support for the data source
in commit 9cc8e54
  • Loading branch information
yousong committed Aug 22, 2019
1 parent b781871 commit ba0b44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.db
Expand Up @@ -194,7 +194,7 @@ pg_numbackends value:GAUGE:0:U
pg_scan value:DERIVE:0:U
pg_xact value:DERIVE:0:U
ping value:GAUGE:0:65535
ping_droprate value:GAUGE:0:100
ping_droprate value:GAUGE:0:1
ping_stddev value:GAUGE:0:65535
players value:GAUGE:0:1000000
pools value:GAUGE:0:U
Expand Down

0 comments on commit ba0b44c

Please sign in to comment.