Skip to content
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

Hard dependency on next-metrics and assumption of running via preflight causing problems for AWS-based software #52

Open
debugwand opened this issue Feb 9, 2018 · 0 comments

Comments

@debugwand
Copy link
Contributor

This component will fail if you don't pass in metrics, however it assumes that these metrics will be able to write to graphite at next.heroku.preflight.web_x_process_cluster_worker_y_region. This won't work for AWS.

The sticking plaster solution is to use cloudwatch in addition to this and then add each one into the healthcheck and grafana tables for monitoring.

If this needs to write to graphite it should probably be split out into an actual standalone service that is called by a client, and metrics runs on the standalone service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant