diff --git a/.env b/.env index aa79ca5eb4..1e3f671459 100644 --- a/.env +++ b/.env @@ -46,7 +46,7 @@ RECOMMENDATION_SERVICE_ADDR=recommendationservice:${RECOMMENDATION_SERVICE_PORT} SHIPPING_SERVICE_PORT=50050 SHIPPING_SERVICE_ADDR=shippingservice:${SHIPPING_SERVICE_PORT} -FEATURE_FLAG_SERVICE_PORT=50052 +FEATURE_FLAG_SERVICE_PORT=8081 FEATURE_FLAG_GRPC_SERVICE_PORT=50053 # Prometheus diff --git a/.github/.mlc_config.json b/.github/.mlc_config.json index a3c5d320c0..1001c8f675 100644 --- a/.github/.mlc_config.json +++ b/.github/.mlc_config.json @@ -2,6 +2,7 @@ "ignorePatterns": [ {"pattern": "^http://localhost:3000"}, {"pattern": "^http://localhost:8080"}, + {"pattern": "^http://localhost:8081"}, {"pattern": "^http://localhost:9090"}, {"pattern": "^http://localhost:16686"}, {"pattern": "^https://calendar.google.com/calendar"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0621b2a2c5..853e406393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,5 +59,7 @@ significant modifications will be credited to OpenTelemetry Authors. ([#260](https://github.com/open-telemetry/opentelemetry-demo/pull/260)) * Added span attributes to currency service ([#265](https://github.com/open-telemetry/opentelemetry-demo/pull/265)) +* Feature Flag Service UI exposed on port 8081 +([#273](https://github.com/open-telemetry/opentelemetry-demo/pull/273)) * Reimplemented Frontend app using [Next.js](https://nextjs.org/) Browser client ([#236](https://github.com/open-telemetry/opentelemetry-demo/pull/236)) diff --git a/README.md b/README.md index b070ef7080..fe49c324a0 100644 --- a/README.md +++ b/README.md @@ -63,12 +63,10 @@ docker compose up Once the images are built and containers are started you can access: - Webstore: - - Jaeger: - - Prometheus: - - Grafana: +- Feature Flags UI: #### Bring your own backend