node-datadog-metrics icon indicating copy to clipboard operation
node-datadog-metrics copied to clipboard

Any interest in adding events?

Open 0xgeert opened this issue 9 years ago • 7 comments

Any interest in adding custom events/logging capabilities?

0xgeert avatar Dec 04 '15 12:12 0xgeert

I'd love to have them too.

emilsedgh avatar Dec 08 '15 12:12 emilsedgh

Interesting–can you describe this idea in a little more detail? An example of how this would work would be super helpful, too. Thanks!

dbader avatar Jan 10 '16 15:01 dbader

http://docs.datadoghq.com/api/#events

As an example

emilsedgh avatar Jan 10 '16 15:01 emilsedgh

The dogapi library that we use to talk to DataDog's API supports creating events: dogapi docs. I think you should be able to just require dogapi and fire away...

I'm not sure it adds much if datadog-metrics provided it's own interface to wrap dogapi.event.*. Any thoughts on that? Thanks!

dbader avatar Feb 06 '16 22:02 dbader

I personally think it would provide value as I wouldnt have to care about two different packages and possibly their different API.

But that's just my $0.02

emilsedgh avatar Feb 07 '16 22:02 emilsedgh

Please note that I found your package's API easier to use. That's why I use it. I'd rather have the same simplicity on rest of Datadog functionalities.

emilsedgh avatar Feb 07 '16 22:02 emilsedgh

👍 would love to have events

karsai5 avatar Oct 26 '17 05:10 karsai5