Skip to content
Snippets Groups Projects
Commit 57ebefc8 authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

fix: Add micrometer prometheus endpoint for eventual Grafana binding

parent 70868790
Branches
No related tags found
1 merge request!229fix: Add micrometer prometheus endpoint for eventual Grafana binding
Pipeline #81658 passed
...@@ -5,6 +5,8 @@ quarkus.http.root-path=/git ...@@ -5,6 +5,8 @@ quarkus.http.root-path=/git
quarkus.micrometer.enabled=true quarkus.micrometer.enabled=true
quarkus.thread-pool.max-threads=250 quarkus.thread-pool.max-threads=250
quarkus.log.min-level=TRACE quarkus.log.min-level=TRACE
## Enable prometheus for Grafana analytics dashboard
quarkus.micrometer.enabled=true
## Helpdesk 5508 - hCaptcha has exceeded max attribute size, so it was bumped up from 2k to give us headway ## Helpdesk 5508 - hCaptcha has exceeded max attribute size, so it was bumped up from 2k to give us headway
quarkus.http.limits.max-form-attribute-size=8K quarkus.http.limits.max-form-attribute-size=8K
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment