diff --git a/app/server/appsmith-server/src/main/resources/application.properties b/app/server/appsmith-server/src/main/resources/application.properties index 9a5be44783..ee5af36ee7 100644 --- a/app/server/appsmith-server/src/main/resources/application.properties +++ b/app/server/appsmith-server/src/main/resources/application.properties @@ -96,6 +96,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.slo.http.server.requests=100,200,500,1000,2000,5000,10000,20000,30000 +management.metrics.distribution.slo.appsmith=100,200,500,1000,2000,5000,10000,20000,30000 # Observability and Micrometer related configs # Keeping this license key around, until later