-
Notifications
You must be signed in to change notification settings - Fork 7
refactor: use http framework #152
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
Conversation
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.
Depends on hypertrace/hypertrace-core-graphql#105
This comment has been minimized.
This comment has been minimized.
Codecov Report
@@ Coverage Diff @@
## main #152 +/- ##
=========================================
Coverage 22.77% 22.77%
Complexity 75 75
=========================================
Files 65 65
Lines 1739 1739
Branches 53 53
=========================================
Hits 396 396
Misses 1334 1334
Partials 9 9
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
private static final String SERVICE_NAME = "hypertrace-graphql"; | ||
|
||
@Override | ||
public List<HttpHandlerDefinition> buildHandlers(HttpContainerEnvironment environment) { |
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.
isn't this in the hypertrace-core-graphql or is it needed
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's in both - each defines its own service (and docker image) as legacy of when hypertrace and hypertrace-core had independent platforms.
Description
Use composable http service framework