Skip to content

Commit abc6740

Browse files
committed
revert: "chore: enable micronaut retry stats" (#16495)
1 parent cbb9d77 commit abc6740

File tree

4 files changed

+1
-10
lines changed

4 files changed

+1
-10
lines changed

airbyte-metrics/reporter/src/main/resources/application.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

airbyte-server/src/main/resources/application.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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}

airbyte-workload-api-server/src/main/resources/application.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

airbyte-workload-launcher/src/main/resources/application.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)