-
Our nodejs app that uses datadog does mostly dns lookup and I believe its from the statsd client that does a dns lookup for every UDP packet.
Please do not do a DNS lookup on an ip address for ever…
-
What do you think
to add an external client that is developed with OOP and is tested instead the statsd-example?
About `liuggio/statsd-php-client` if you think that it could be improved,
all your ti…
-
Hi!,
We are using "com.datadoghq" % "java-dogstatsd-client" % "4.2.0", as SBT dependency for our Flink application. Suddenly during HPA rescaling or any general redeployment we are seeing the fo…
-
This is somewhat a duplicate of #110.
I know that StatsD Reporter doesn't support tagging: https://github.com/uber-go/tally/blob/master/statsd/reporter.go#L151
I believe this is the case because…
-
Hi!,
We are using "com.datadoghq" % "java-dogstatsd-client" % "4.2.0", as SBT dependency for our Flink application. Suddenly during HPA rescaling or any general redeployment we are seeing the follo…
-
Consul v0.5.2
This is an issue in the armon/go-metrics package.
I've created an issue there: https://github.com/armon/go-metrics/issues/22
Once fixed, please pick up this fix.
rtoma updated
6 years ago
-
## Feature Request
A way to generate Prometheus style histogram metrics from statsd input plugin (something similar to https://github.com/atlassian/gostatsd#timer-histograms-experimental-feature)
…
-
## Expected Behavior
updating packages for embedded temporal , from go.temporal.io/server v1.9.2 to go.temporal.io/server v1.14.3
go mod tidy works fine
## Actual Behavior
go mod tidy fails
te…
-
Not sure if it works on other platforms, but even after EOL changes, I get a build failure on Mac OS X.
$ perl MAKEFILE.pl
Writing Makefile for Net::StatsD::Client
$ make
Skip blib/lib/Net/StatsD/MAK…
-
Update: This is because our socket calls aren't calling their callbacks.
I stick a console.log('Handling Callback') into
```
const handleCallback = (err, bytes) => {
console.log("Hand…