Skip to content

Commit

Permalink
Adding histograms for HTTP metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Apr 10, 2024
1 parent 7f3f663 commit 7699f72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions provision/minikube/keycloak/templates/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ spec:
# tag::keycloak-ispn[]
additionalOptions:
# end::keycloak-ispn[]
- name: http-metrics-histograms-enabled
value: 'true'
- name: http-metrics-slos
value: '5,10,25,50,250,500'
{{- if or (eq .Values.database "infinispan") (eq .Values.database "postgres+infinispan") }}
- name: storage-hotrod-host
value: infinispan
Expand Down

0 comments on commit 7699f72

Please sign in to comment.