Comparing version 0.2.0 to 0.2.1
@@ -75,4 +75,2 @@ var google = require('googleapis'); | ||
}; | ||
log.log("submitting insert job") | ||
//console.log(request.media.body); | ||
bq.jobs.insert(request, function (err, result) { | ||
@@ -82,4 +80,2 @@ if (err) { | ||
log.log(err); | ||
} else { | ||
log.log("bigquery job accepted") | ||
} | ||
@@ -94,3 +90,2 @@ }); | ||
if (parseInt(counters["statsd.metrics_received"]) < 1) { | ||
console.log("no metrics received") | ||
return | ||
@@ -97,0 +92,0 @@ } |
{ | ||
"name": "big-stats", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "google big query backend for statsd", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# big stats [![Build Status](https://travis-ci.org/meetup/big-stats.svg?branch=master)](https://travis-ci.org/meetup/big-stats) [![NPM Version](https://img.shields.io/npm/v/big-stats.svg?maxAge=2592000)](https://npmjs.org/package/big-stats) | ||
# big stats [![Build Status](https://travis-ci.org/meetup/big-stats.svg?branch=master)](https://travis-ci.org/meetup/big-stats) [![NPM Version](https://img.shields.io/npm/v/big-stats.svg)](https://npmjs.org/package/big-stats) | ||
@@ -37,4 +37,6 @@ > a google [big query](https://cloud.google.com/bigquery/) backend for [statsd](https://github.com/etsy/statsd#readme) | ||
Big status assumes a 3 column schema | ||
## schema | ||
Big stats assumes a 4 column schema | ||
| name | data type |description | | ||
@@ -41,0 +43,0 @@ |-------------|-------------|----------------------------| |
52
10704
184