This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
node-dogapi
mirror of
https://github.com/brettlangdon/node-dogapi.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
40
Wiki
Activity
Browse Source
fix incorrect formatting of /series requests
fixes
#15
pull/17/head
Brett Langdon
11 years ago
parent
54db417d37
commit
a075d908bb
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
lib/api/metric.js
+ 3
- 1
lib/api/metric.js
View File
@ -99,7 +99,9 @@ function send_all(metrics, callback){
}
}
var
params
=
{
body
:
metrics
body
:
{
series
:
metrics
}
}
;
client
.
request
(
"POST"
,
"/series"
,
params
,
callback
)
;
}
Write
Preview
Loading…
Cancel
Save