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
When enable_datadog is set to true, only processes running Racecar are able to report Racecar-specific metrics to Datadog. For example, if we call Racecar.produce_sync in a Rails process (which is not running Racecar), the metrics won’t be reported to Datadog. This happens because Racecar::Cli, which configures Datadog, is never invoked in this context.
As a temporary workaround, we configured Racecar::Datadog directly in our initializer. Would this be considered a bug?
The text was updated successfully, but these errors were encountered:
When enable_datadog is set to true, only processes running Racecar are able to report Racecar-specific metrics to Datadog. For example, if we call Racecar.produce_sync in a Rails process (which is not running Racecar), the metrics won’t be reported to Datadog. This happens because
Racecar::Cli
, which configures Datadog, is never invoked in this context.As a temporary workaround, we configured
Racecar::Datadog
directly in our initializer. Would this be considered a bug?The text was updated successfully, but these errors were encountered: