Paul Seiffert
Paul Seiffert
@ctoto93 the first value you pass into a `datadog.DataPoint` needs to be a UNIX timestamp which is documented here: https://github.com/zorkian/go-datadog-api/blob/master/series.go#L13-L15 Please try something like `datadog.DataPoint{float64(time.Now().Unix()), 15.0}` and let us know...
Regarding watches: we could also start without watches, I guess. the BoltDB backend [doesn't implement them either](https://github.com/docker/libkv/blob/a8688a234c090b39531dee4793f535dfab68e337/store/boltdb/boltdb.go#L465). In the future it could be possible to just poll the respective DynamoDB...
Thanks for the input! In fact, I haven't seen this change so far. I'm not really opinionated about whether all commands should be defined as services. If one does not...
Thank you for your contribution! I'm no longer using this plugin actively, but I can merge this PR if you want! If you have further ideas for improvement, you could...
Hi @jordow and thanks for the feedback! Sadly, I wasn't able to get the compilation with r.js to work so far. I've spent a couple of hours in the #reactjs...