Skip to content

Commit

Permalink
added buckets for 2s, 5s, 10s and 20s to be measured on grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
ApekshaBhosale committed Jan 30, 2025
1 parent 2dbf810 commit d03b480
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,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.slo.http.server.requests=100,200,500,1000,30000
management.metrics.distribution.slo.http.server.requests=100,200,500,1000,2000,5000,10000,20000,30000

# Observability and Micrometer related configs
# Keeping this license key around, until later
Expand Down

0 comments on commit d03b480

Please sign in to comment.