Add support for Datadog Events in datadog-metrics
Events (#41) * Initial work on events * Encode with bytes, use byte length rather than string length * Fix lowercase S, be consistent with when to enforce string lengths * Remove out of date comment, Charset.forName => StandardCharsets * Use strings more where safe, improve lengths * Missing StandardCharset * Fix newline escaping