Add why
section to readme (#7)
This commit is contained in:
parent
74d80a84d0
commit
4e0c4afc71
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -6,6 +6,16 @@ Provides metrics for Keycloak user/admin events.
|
||||||
[](https://central.sonatype.com/search?namespace=io.kokuwa.keycloak&q=keycloak-event-metrics)
|
[](https://central.sonatype.com/search?namespace=io.kokuwa.keycloak&q=keycloak-event-metrics)
|
||||||
[](https://github.com/kokuwaio/keycloak-event-metrics/actions/workflows/ci.yaml?query=branch%3Amain)
|
[](https://github.com/kokuwaio/keycloak-event-metrics/actions/workflows/ci.yaml?query=branch%3Amain)
|
||||||
|
|
||||||
|
## Why?
|
||||||
|
|
||||||
|
[aerogear/keycloak-metrics-spi](https://github.com/aerogear/keycloak-metrics-spi) is an alternative to this plugin but is not well maintained. This implementation is different:
|
||||||
|
|
||||||
|
* no Prometheus push (event listener only adds counter to Micrometer)
|
||||||
|
* no realm specific Prometheus endpoint, only `/metrics` (from Quarkus)
|
||||||
|
* no jvm/http metrics, this is [already](https://www.keycloak.org/server/configuration-metrics#_available_metrics) included in Keycloak
|
||||||
|
* different metric names, can relace model ids with name (see [configuration](#kc_metrics_event_replace_ids))
|
||||||
|
* deployed to maven central and very small (10 kb vs. 229 KB [aerogear/keycloak-metrics-spi](https://github.com/aerogear/keycloak-metrics-spi))
|
||||||
|
|
||||||
## What?
|
## What?
|
||||||
|
|
||||||
Resuses micrometer from Quarkus distribution to add metrics for Keycloak for events.
|
Resuses micrometer from Quarkus distribution to add metrics for Keycloak for events.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue