Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
splitting up services into modules (open-telemetry#872)
* WIP splitting up services - splits up services into multiple docker files - experiment with changing service definition for checkout service when kafka is enabled todo: [ ] fix checkout service to work without kafka [ ] fix services that error without feature flag service [ ] provide noop config for collector when observability backends are disabled * send to kafka only if defined Signed-off-by: Pierre Tessier <[email protected]> * only check featureflag if env is defined Signed-off-by: Pierre Tessier <[email protected]> * split featureflag and kafka services Signed-off-by: Pierre Tessier <[email protected]> * remove feature flag env var * remove extra definitions in test file * split out observability Signed-off-by: Pierre Tessier <[email protected]> * set recommendation resources based on flag Signed-off-by: Pierre Tessier <[email protected]> * add start/stop scripts Signed-off-by: Pierre Tessier <[email protected]> * split modules Signed-off-by: Pierre Tessier <[email protected]> * split into modules Signed-off-by: Pierre Tessier <[email protected]> * allows `docker compose up` for full * default full demo, optional minimal mode Signed-off-by: Pierre Tessier <[email protected]> * default full demo, optional minimal mode Signed-off-by: Pierre Tessier <[email protected]> --------- Signed-off-by: Pierre Tessier <[email protected]> Co-authored-by: Pierre Tessier <[email protected]> Co-authored-by: Austin Parker <[email protected]>
- Loading branch information