Description
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.