PowerDNS / pdns

PowerDNS Authoritative, PowerDNS Recursor, dnsdist
https://www.powerdns.com/
GNU General Public License v2.0
3.68k stars 906 forks source link

JSON stats in Recursor 3.5-rc2 #703

Closed Habbie closed 11 years ago

Habbie commented 11 years ago

Hello,

I note the (experimental) JSON stats issued by PowerDNS recursor 3.5-rc2 prints numbers as strings.

"all-outqueries":"128"

IMO these should be JSON numbers.

"all-outqueries": 128

Regards, JP

Habbie commented 11 years ago

Author: peter JavaScript, apparently, chokes on integers > 53 bits (see https://dev.twitter.com/docs/twitter-ids-json-and-snowflake). Need to consider that when deciding on this change.

Habbie commented 11 years ago

Author: peter After discussion with ch, decided to leave this as is. Thanks for the report! Closing ticket.