hypertrace / hypertrace-service

Multiple hypertrace services combined together to form a single service.
Other
4 stars 15 forks source link

[WIP] Deployable Hypertrace service #61

Closed findingrish closed 3 years ago

findingrish commented 3 years ago

Hypertrace deployment runs different query services separately. These query services are stateless and generally needs to be scaled together. This pr tries to combine entity, gateway, graphql and query service together in a single image which can be used in HT deployment.

Open question: Does it make sense to run the services together as single container vs individual containers inside same pod