[
https://issues.apache.org/jira/browse/TS-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14130553#comment-14130553
]
ASF subversion and git services commented on TS-3071:
-----------------------------------------------------
Commit 454a2e5be5e012bbf6080794edbae8bce7fbf354 in trafficserver's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=454a2e5 ]
TS-3071: optionally emit JSON numbers in stats_over_http
Add a new option to emit floats, counters and integers and JSON
numbers rather than strings. Since some systems (*cough* Java) don't
deal well with uint64_t, add another option to wrap integers and
counters to int64_t.
This closes #100.
> emit JSON numbers in stats_over_http
> ------------------------------------
>
> Key: TS-3071
> URL: https://issues.apache.org/jira/browse/TS-3071
> Project: Traffic Server
> Issue Type: Bug
> Components: Plugins
> Reporter: James Peach
> Assignee: James Peach
> Fix For: 5.2.0
>
>
> As requested in https://github.com/apache/trafficserver/pull/100, it's
> sometimes helpful for the {{stats_over_http}} plugin to emit numbers instead
> of strings. The problem is that some environments (Javascript, Java) can't
> deal with uint64_t, so we need to make it optional.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)