-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
server: Pass EKG Metrics Store as argument to runHGEServer #5560
Conversation
Review app for commit 438fa6a deployed to Heroku: https://hge-ci-pull-5560.herokuapp.com |
438fa6a
to
8f296f8
Compare
This helps to share metrics between pro and OSS and helps surface the metrics from OSS in Datadog via Pro.
8f296f8
to
3e2af4f
Compare
Review app for commit 3e2af4f deployed to Heroku: https://hge-ci-pull-5560.herokuapp.com |
Review app for commit 8a96420 deployed to Heroku: https://hge-ci-pull-5560.herokuapp.com |
@0x777 Can you please review this one, or assign it to someone to review? Thanks! |
Review app for commit b82190d deployed to Heroku: https://hge-ci-pull-5560.herokuapp.com |
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.
LGTM 👍
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.
LGTM
Review app for commit 8f23812 deployed to Heroku: https://hge-ci-pull-5560.herokuapp.com |
Review app https://hge-ci-pull-5560.herokuapp.com is deleted |
* Add ekg-core to build-executable .cabal * Move creation of EKG Store to Main.hs This helps to share metrics between pro and OSS and helps surface the metrics from OSS in Datadog via Pro. Co-authored-by: Phil Freeman <phil@hasura.io>
Description
We need to make sure OSS can surface metrics in Datadog via Pro, so that means sending the metrics store value into OSS during the call to
mkWaiApp
/runHGEServer
.Affected components
Solution and Design
We could make the store in the
Main.hs
and pass it as an argument torunHGEServer