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
{{ message }}
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
Hi !
I've notived that localhost is hardcoded let datadog = options.dogstatsd || new hotShots.StatsD("localhost", 8125);
I can use the options.dogstatsd to create myself a new object with correct value but it may be easier for developpers to config host and port directly.
I've just pushed a PR which does it.
This is backward-compatible.
The text was updated successfully, but these errors were encountered:
Hi !
I've notived that localhost is hardcoded
let datadog = options.dogstatsd || new hotShots.StatsD("localhost", 8125);
I can use the options.dogstatsd to create myself a new object with correct value but it may be easier for developpers to config host and port directly.
I've just pushed a PR which does it.
This is backward-compatible.
The text was updated successfully, but these errors were encountered: