We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here
fxa/packages/fxa-shared/db/redis.ts
Line 210 in 4dfbfbc
If metrics is not enabled, mock Statsd will be used:
fxa/packages/fxa-auth-server/bin/key_server.js
Lines 43 to 55 in 4dfbfbc
However it lacks of function histogram
histogram
metrics is initialized here :
fxa/packages/fxa-auth-server/lib/redis.js
Lines 19 to 23 in 4dfbfbc
Solution:
fxa/packages/fxa-graphql-api/src/scripts/must-change-password.ts
Lines 38 to 46 in 4dfbfbc
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Here
fxa/packages/fxa-shared/db/redis.ts
Line 210 in 4dfbfbc
If metrics is not enabled, mock Statsd will be used:
fxa/packages/fxa-auth-server/bin/key_server.js
Lines 43 to 55 in 4dfbfbc
However it lacks of function
histogram
metrics is initialized here :
fxa/packages/fxa-auth-server/lib/redis.js
Lines 19 to 23 in 4dfbfbc
Solution:
fxa/packages/fxa-graphql-api/src/scripts/must-change-password.ts
Lines 38 to 46 in 4dfbfbc
histogram
function (and possibly other functions)┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: