Mike Iskiw
|
8d65317a8d
|
The Screenboard Update API call requires the boardID to be part of the url path /screen/{boardId}
|
8 years ago |
Hao Huang
|
73ef182cda
|
change http-method GET to POST on api.Screenboard#share
|
8 years ago |
Henrik Halvorsen Hortemo
|
b6be924a8e
|
Added timeout to HTTPS request
|
9 years ago |
Rahman
|
24fabce465
|
Filter based on monitor tags when getting all monitors
|
9 years ago |
Rahman
|
f39ae1ec58
|
Add tag support upon monitor creation
|
9 years ago |
Rahman
|
c86bdb4000
|
supporting tags in updating a monitor
|
9 years ago |
alexcreek
|
2cf1f0d396
|
add missing monitorID to mute()
|
9 years ago |
alexcreek
|
995de8f735
|
add params.body default to mute() and unmute()
|
9 years ago |
alexcreek
|
25faaa879a
|
add params.body default to client.prototype.request
|
9 years ago |
alexcreek
|
e4c39ca6f7
|
pass hostname in the url instead of the POST body
|
9 years ago |
Artūrs Vaļenieks
|
3d990c5643
|
Exposed http options object.
|
9 years ago |
Lewis Chung
|
a79eb01f86
|
Add screenboard update API
Datadog now has a screenboard update API.
- I used the same parameters as the create call + boardId.
- Also ran `npm run docs`
|
10 years ago |
Lewis Chung
|
8a37c100fc
|
fix conflicts
|
10 years ago |
Lewis Chung
|
467cbf6bd6
|
Update screenboard create api
- title -> boardTitle
- description is now optional
- graphs -> widgets
- add readOnly
|
10 years ago |
Marko
|
ce7a6ab732
|
Explicitly initialize points
|
10 years ago |
ARASHI, Jumpei
|
01ead4bbd5
|
Use buffer byte length at POST body
|
10 years ago |
Ryan Scheuermann
|
8a5dc4dd9b
|
Change timeboard.update to use PUT, per DataDog API
|
10 years ago |
Josh Kurz
|
669b79ba54
|
feat(embeds): add embed api, with revoke, get, getall, and create
Signed-off-by: Josh Kurz <josh.kurz@turner.com>
|
10 years ago |
Brett Langdon
|
6127681c92
|
Fix 'dogapi metric send' cli command
|
10 years ago |
Igor Bondarenko
|
92d787967a
|
s/counter/count for metric type
|
10 years ago |
Brett Langdon
|
ff4c241e02
|
Fix sending of metric_type for dogapi.metric.send
|
10 years ago |
Brett Langdon
|
d56ee66413
|
Add tests and update CLI signature for graph.createEmbed
|
10 years ago |
Josh Kurz
|
95e502f801
|
feat(graphs): add create embed functionality
Signed-off-by: Josh Kurz <josh.kurz@turner.com>
fix(graphs): get rid of console.logs
Signed-off-by: Josh Kurz <josh.kurz@turner.com>
fix(graphs): remove unused module
Signed-off-by: Josh Kurz <josh.kurz@turner.com>
fix(graphs): update docs
Signed-off-by: Josh Kurz <josh.kurz@turner.com>
fix(graphs): fix cli condition
Signed-off-by: Josh Kurz <josh.kurz@turner.com>
fix(graph): rename
Signed-off-by: Josh Kurz <josh.kurz@turner.com>
|
10 years ago |
Brett Langdon
|
61f3cabf15
|
Normalize metric points in dogapi.metric.send_all
|
10 years ago |
Brett Langdon
|
239aad9d78
|
rename to search.query
|
10 years ago |
Brett Langdon
|
8dcf380df5
|
add /search endpoint support
|
10 years ago |
Dustin Blackman
|
9e64a08115
|
fix spelling
|
10 years ago |
Brett Langdon
|
330814f25c
|
Make sure to normalize points for metric.send
fixes #20
|
10 years ago |
Chad Robinson
|
b221673bd1
|
Eliminate global var leak.
Mocha is picking this up in our test suite as a leaked global var.
|
11 years ago |
Brett Langdon
|
6f2d50850a
|
fixes #18, unknown parameter issue
|
11 years ago |
Brett Langdon
|
615d6ba317
|
fix indentation
|
11 years ago |
Brett Langdon
|
2eae40e40f
|
fix issues with missing params variable
|
11 years ago |
Brett Langdon
|
0b06f4199d
|
use json-bigint for json parsing/serializing
|
11 years ago |
Brett Langdon
|
a075d908bb
|
fix incorrect formatting of /series requests
fixes #15
|
11 years ago |
Erik Günther
|
0e8b5e9470
|
Added missing brackets
|
11 years ago |
Erik Günther
|
4d82621cc0
|
Updates to documentations
|
11 years ago |
Erik Günther
|
cbca77dd7a
|
Fixed typo in documentation
|
11 years ago |
Erik Günther
|
e1a5b09874
|
Added support for proxy agent
|
11 years ago |
Brett Langdon
|
c608ccb8ac
|
fix usage string indentation
|
11 years ago |
Brett Langdon
|
8ce1fb2e95
|
actually implement cli for timeboards
|
11 years ago |
Brett Langdon
|
863875e85b
|
quote 'default' since it is a 'reserved word'
|
11 years ago |
Brett Langdon
|
ff505eb6df
|
add screenboard api
|
11 years ago |
Brett Langdon
|
706c72f11e
|
add start to timeboard api
|
11 years ago |
Brett Langdon
|
81cfd8d164
|
add comment api
|
11 years ago |
Robert Prediger
|
c8898a9c62
|
Update dash.js
typeof in validation of title was missing.
|
11 years ago |
Brett Langdon
|
0a18a915c5
|
add downtime api
|
11 years ago |
Brett Langdon
|
bd3e2bb8f7
|
update unknown help text for metric command
|
11 years ago |
Brett Langdon
|
7b321cc8ee
|
add graph api
|
11 years ago |
Brett Langdon
|
4b4183622c
|
s/${command}/ dogapi/
|
11 years ago |
Brett Langdon
|
1cfe0c2a55
|
add host api
|
11 years ago |