From 982283b46cc6dbbf081e36deb6f95ceb277aabf2 Mon Sep 17 00:00:00 2001 From: Apeksha Bhosale <7846888+ApekshaBhosale@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:37:56 +0530 Subject: [PATCH] added slo buckets --- .../appsmith-server/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server/appsmith-server/src/main/resources/application.properties b/app/server/appsmith-server/src/main/resources/application.properties index 9158296569..b693c73a1c 100644 --- a/app/server/appsmith-server/src/main/resources/application.properties +++ b/app/server/appsmith-server/src/main/resources/application.properties @@ -98,7 +98,7 @@ management.opentelemetry.resource-attributes.service.instance.id=${HOSTNAME:apps management.opentelemetry.resource-attributes.deployment.name=${APPSMITH_DEPLOYMENT_NAME:self-hosted} 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.slo.http.server.requests=100,200,500,1000,30000 # Observability and Micrometer related configs # Keeping this license key around, until later