jplot icon indicating copy to clipboard operation
jplot copied to clipboard

Add Datadog support

Open rs opened this issue 7 years ago • 3 comments

@platinummonkey: I ported your Datadog source into the new code structure. The result does not work yet but and perhaps you could help me figuring why:

  • Your implementation used an empty application key, which results into an "invalid application key" error.
  • When both API and app keys are valid, the API returns empty series, I'm not sure why.

rs avatar Mar 04 '18 11:03 rs

Hey! Sorry, hadn't read my notifications in a while, the dd api client does do some validation on the input. As long as the API/APP Key have the correct lengths, it won't error out, but will also not return data as expected. I just hadn't gotten around to handling that case yet.

  • If you're getting an empty series I suspect that the data may not be readily available on Dd itself? there is some delay between first metric+tag creation and the ability to query for it, though it's a minute or two. Did you have data in your demo account?

platinummonkey avatar Apr 27 '18 18:04 platinummonkey

Yes I have data in the account I'm testing on. The account contains production data.

rs avatar Apr 27 '18 19:04 rs

@rs can you post a sample query and drop me a ping on the public datadoghq slack channel? Should be able to help figure this out 👍

platinummonkey avatar Apr 29 '18 18:04 platinummonkey