Friday 2 June 2017

Creating 'non-embedded' DATADOG graphs in Node/Express Application

I'm attempting to query our DATADOG hub and display some metric graphs. However, it appears the default way to do this is using an embed script generated by DATADOG and utilizing that in your app. I'm actually wanting to draw the graphs on my side, using their API data so I'm better able to control the size, look and flexibility of the graphs.

Is this something that is possible? Rather new to DATADOG and everything seems to be done in an iFrame, which I do not want.

Additionally, I found a package which I believe may be of use for Node?: http://brettlangdon.github.io/node-dogapi/#embed-create

D.D. Graphs Docs: http://docs.datadoghq.com/api/#graphs

Any advice would be greatly appreciated, I have not seen anything similar on S.O.



via Lukon

No comments:

Post a Comment