keycloak / keycloak-benchmark

Keycloak Benchmark
https://www.keycloak.org/keycloak-benchmark/
Apache License 2.0
127 stars 70 forks source link

Horreum: Include latencies from Infinispan Metrics #749

Closed andyuk1986 closed 4 months ago

andyuk1986 commented 4 months ago

The PR includes the retrieval and inclusion for ISPN "vendor_rpc_manager_average_xsite_replication_time" metric. With this PR jmx is already enabled on ISPN servers, but the statistics is not yet reseted over JMX operation. That will be done with separate PR.

A successful run with generated json file where you can see ispn metrics can be found here: https://github.com/andyuk1986/keycloak-benchmark/actions/runs/8448435155

Relates to #636

ahus1 commented 4 months ago

Thank you for this PR!