diff --git a/app/server/appsmith-server/src/main/resources/application.properties b/app/server/appsmith-server/src/main/resources/application.properties index 915829656909..be06e533281b 100644 --- a/app/server/appsmith-server/src/main/resources/application.properties +++ b/app/server/appsmith-server/src/main/resources/application.properties @@ -99,6 +99,7 @@ management.opentelemetry.resource-attributes.deployment.name=${APPSMITH_DEPLOYME management.tracing.sampling.probability=${APPSMITH_SAMPLING_PROBABILITY:0.1} management.prometheus.metrics.export.descriptions=true management.metrics.distribution.percentiles-histogram.http.server.requests=true +management.metrics.distribution.sla.http.server.requests=100ms,300ms,500ms,1000ms,3000ms,5000ms,10000ms,1000000ms # Observability and Micrometer related configs # Keeping this license key around, until later