Commit 8cb59ea 1 parent 8de7041 commit 8cb59ea Copy full SHA for 8cb59ea
File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ services:
36
36
- " ${AD_SERVICE_PORT}"
37
37
environment :
38
38
- AD_SERVICE_PORT
39
+ - FLAGD_HOST
39
40
- OTEL_EXPORTER_OTLP_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_HTTP}
40
41
- OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE
41
42
- OTEL_RESOURCE_ATTRIBUTES
@@ -64,6 +65,7 @@ services:
64
65
- " ${CART_SERVICE_PORT}"
65
66
environment :
66
67
- CART_SERVICE_PORT
68
+ - FLAGD_HOST
67
69
- REDIS_ADDR
68
70
- OTEL_EXPORTER_OTLP_ENDPOINT
69
71
- OTEL_RESOURCE_ATTRIBUTES
@@ -348,6 +350,7 @@ services:
348
350
- " ${PRODUCT_CATALOG_SERVICE_PORT}"
349
351
environment :
350
352
- PRODUCT_CATALOG_SERVICE_PORT
353
+ - FLAGD_HOST
351
354
- OTEL_EXPORTER_OTLP_ENDPOINT
352
355
- OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE
353
356
- OTEL_RESOURCE_ATTRIBUTES
@@ -403,6 +406,7 @@ services:
403
406
- " ${RECOMMENDATION_SERVICE_PORT}"
404
407
environment :
405
408
- RECOMMENDATION_SERVICE_PORT
409
+ - FLAGD_HOST
406
410
- PRODUCT_CATALOG_SERVICE_ADDR
407
411
- OTEL_PYTHON_LOG_CORRELATION=true
408
412
- OTEL_EXPORTER_OTLP_ENDPOINT
Original file line number Diff line number Diff line change 51
51
"off" : false
52
52
},
53
53
"defaultVariant" : " off"
54
+ },
55
+ "paymentServiceFailure" : {
56
+ "description" : " Fail payment service charge requests" ,
57
+ "state" : " ENABLED" ,
58
+ "variants" : {
59
+ "on" : true ,
60
+ "off" : false
61
+ },
62
+ "defaultVariant" : " off"
63
+ },
64
+ "paymentServiceUnreachable" : {
65
+ "description" : " Payment service is unavailable" ,
66
+ "state" : " ENABLED" ,
67
+ "variants" : {
68
+ "on" : true ,
69
+ "off" : false
70
+ },
71
+ "defaultVariant" : " off"
54
72
}
55
73
}
56
74
}
You can’t perform that action at this time.
0 commit comments