Skip to content

Commit

Permalink
Merge branch 'optional_counter_rates' of github.com:expectedbehavior/…
Browse files Browse the repository at this point in the history
…statsd-instrumental-backend into optional_counter_rates
  • Loading branch information
mediocretes committed Mar 28, 2016
2 parents 1f7644f + 8eefe1e commit 4d3d561
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/instrumental.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var key, host, port, timeout, flushInterval, secure, verifyCert, caChain, record

var instrumentalStats = {};

exports.build_payload = function build_payload(metrics, time_stamp) {
function build_payload(metrics, time_stamp) {
var payload = [];
// Iterators: key and value.
var k, v;
Expand Down Expand Up @@ -94,6 +94,8 @@ exports.build_payload = function build_payload(metrics, time_stamp) {
// appropriate protocol.
return payload;
}
exports.build_payload = build_payload;


function instrumental_connection(host, port, onConnectCb){
var connection;
Expand Down

0 comments on commit 4d3d561

Please sign in to comment.