File tree Expand file tree Collapse file tree 4 files changed +1
-10
lines changed
airbyte-metrics/reporter/src/main/resources
airbyte-server/src/main/resources
airbyte-workload-api-server/src/main/resources
airbyte-workload-launcher/src/main/resources Expand file tree Collapse file tree 4 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ micronaut:
1414 # which is used to add auth tokens when using keycloak for internal service auth.
1515 # For more information, see https://github.com/airbytehq/airbyte-platform-internal/pull/14655
1616 enabled : false
17- retry :
18- enabled : true
1917 export :
2018 otlp :
2119 enabled : ${MICROMETER_METRICS_OTLP_ENABLED:false}
Original file line number Diff line number Diff line change @@ -46,10 +46,8 @@ micronaut:
4646 # which is used to add auth tokens when using keycloak for internal service auth.
4747 # For more information, see https://github.com/airbytehq/airbyte-platform-internal/pull/14655
4848 enabled : false
49- retry :
50- enabled : true
5149 web :
52- enabled : true
50+ enabled : ${MICROMETER_METRICS_ENABLED:false}
5351 export :
5452 otlp :
5553 enabled : ${MICROMETER_METRICS_OTLP_ENABLED:false}
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ micronaut:
1818 enabled : false
1919 queues :
2020 enabled : true
21- retry :
22- enabled : true
2321 web :
2422 enabled : true
2523 server :
Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ micronaut:
2222 step : ${MICROMETER_METRICS_STEP:PT30S}
2323 host : ${STATSD_HOST:localhost}
2424 port : ${STATSD_PORT:8125}
25- binders :
26- retry :
27- enabled : true
2825 caches :
2926 network-policy-label-cache :
3027 expire-after-write : 10m
You can’t perform that action at this time.
0 commit comments