fix: disable JVM metrics, prepare for metrics SPI

This commit is contained in:
Stefan Reimer 2022-11-03 15:02:21 +01:00
parent 4e533e5703
commit f04b7726bb
6 changed files with 5 additions and 5 deletions

View File

@ -26,6 +26,7 @@ Kubernetes: `>= 1.20.0`
## Operator
https://github.com/keycloak/keycloak/tree/main/operator
https://github.com/aerogear/keycloak-metrics-spi
https://github.com/keycloak/keycloak-benchmark/tree/main/provision/minikube/keycloak/templates
## Resources

View File

@ -18,6 +18,7 @@
## Operator
https://github.com/keycloak/keycloak/tree/main/operator
https://github.com/aerogear/keycloak-metrics-spi
https://github.com/keycloak/keycloak-benchmark/tree/main/provision/minikube/keycloak/templates
## Resources

View File

@ -4,5 +4,5 @@ gzip: true
# folder:
dashboards:
- name: keycloak
url: https://grafana.com/api/dashboards/13106/revisions/3/download
url: https://grafana.com/api/dashboards/10441/revisions/2/download
tags: ['Keycloak', 'Auth']

File diff suppressed because one or more lines are too long

View File

@ -15,7 +15,7 @@ spec:
- to:
- operation:
hosts: ["{{ .Values.keycloak.istio.url }}"]
paths: ["/metrics*"]
paths: ["/auth/realms/master/metrics"]
when:
- key: connection.sni
values:

View File

@ -31,8 +31,6 @@ spec:
- name: db
value: dev-file
{{- end }}
- name: metrics-enabled
value: {{ .Values.keycloak.metrics.enabled | quote }}
- name: hostname-strict-https
value: "false"
- name: proxy