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
Now that we have statsD logging setup for DataDog, let's add query phase duration. We'd like to know avg duration time for phases of query with these new keys:
Now that we have statsD logging setup for DataDog, let's add query phase duration. We'd like to know avg duration time for phases of query with these new keys:
It should be a matter of adding a call to
stats_logger.incr(key, value)
like here:https://github.com/airbnb/superset/blob/master/superset/models/core.py#L755
in places like here:
https://github.com/airbnb/superset/blob/master/superset/sql_lab.py#L118
The text was updated successfully, but these errors were encountered: