heroku-datadog-drain-golang icon indicating copy to clipboard operation
heroku-datadog-drain-golang copied to clipboard

Funnel metrics from multiple Heroku apps into DataDog using statsd.

Results 8 heroku-datadog-drain-golang issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20181114220301-adae6a3d119a to 0.17.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20181114220301-adae6a3d119a&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 0.0.0-20170702092826-d459835d2b07 to 1.9.0. Release notes Sourced from github.com/gin-gonic/gin's releases. v1.9.0 Changelog BREAK CHANGES Stop useless panicking in context and render #2150 BUG FIXES fix(router): tree bug where...

dependencies

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20160415135844-f64b50fbea64 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20160415135844-f64b50fbea64&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi all! Are there know issues with the `heroku.router.request.*` metrics? We're seeing counts that are completely off (90% of the volume is missing in action), and the median/average connect/service time...

Looking through the code I noticed that you have limited custom tags in b6868b1323258d07e501082d90620b98b80c121e I ran into this as I was trying to add some custom tags to some of...

Right now, this repo is sending things like: `prefix.app.metric.load.avg.1m:0.010000|g|#tag1,tag2` According to my (extremely limited) understanding, the default load events should be something like `system.load.1` or `system.load.15`. These metrics are automatically...