-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
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
Feature/upgrade phx graphql telemetry #401
Feature/upgrade phx graphql telemetry #401
Conversation
johnshaughnessy
commented
Aug 4, 2020
- Upgrade phoenix to get dashboard working
- Add absinthe metrics
- Add request logger
…feature/graphql-telemetry
{:gettext, "~> 0.17"}, | ||
{:cowboy, "~> 2.6.3"}, | ||
{:plug_cowboy, "~> 2.0"}, | ||
{:cowboy, "~> 2.8"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WARNING: If we upgrade cowboy to 2.8, then we need to make sure we are running erlang 22+
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we are running 22.0 in habitat deploys:
https://github.com/mozilla/hubs-ops/blob/master/plans/erlang/habitat/plan.sh#L3
Need to confirm this and check terraform / hmc
Closed in favor of clearer PR : #404 |