You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sending successful hotshots "increment" calls-- the callback returns a null error, and positive number of bytes.
However, the data doesn't seem to get to DataDog.
In fact, when I run locally, without even having any StatsD server running, the calls still look successful.
Also, I turned on debug logging (using env var "DEBUG=* node test.js"...) and I don't see any logs generated by this library.
I don't understand. How does this library know if data gets to a stats server or not? How do I debug this? Is there a log somewhere that should show me datapoints enqueued and not delivered?
The text was updated successfully, but these errors were encountered:
I'm also debugging an issue where data silently stopped being sent, and I realized that by default, this lib uses UDP, which per definition is not reliable. But it can be configured to use a different transport.
I have not figured this out. DataDog sent me down a rabbit hole of running local agents and sending flares that didn't work out, and when I tried to switch to a fresh account (our main account was too noisy), they told me non-paid accounts aren't allowed to send custom metrics.
I am sending successful hotshots "increment" calls-- the callback returns a null error, and positive number of bytes.
However, the data doesn't seem to get to DataDog.
In fact, when I run locally, without even having any StatsD server running, the calls still look successful.
Also, I turned on debug logging (using env var "DEBUG=* node test.js"...) and I don't see any logs generated by this library.
I don't understand. How does this library know if data gets to a stats server or not? How do I debug this? Is there a log somewhere that should show me datapoints enqueued and not delivered?
The text was updated successfully, but these errors were encountered: