Skip to content

Commit

Permalink
fix: Core accumulates a huge number of http server metrics #308 (#311)
Browse files Browse the repository at this point in the history
Co-authored-by: Aliaksandr Stsiapanay <[email protected]>
  • Loading branch information
astsiapanay and astsiapanay authored Apr 18, 2024
1 parent fad18eb commit 3a8f503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/aidial.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"workerPoolSize": 32,
"metricsOptions": {
"enabled": true,
"disabledMetricsCategories": ["http.server"],
"jvmMetricsEnabled": true,
"labels": [
"HTTP_METHOD",
Expand Down

0 comments on commit 3a8f503

Please sign in to comment.