First draft of implementation #1
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
java
question
wontfix
renovate
renovate/manager
cargo
renovate/manager
dockerfile
renovate/manager
git-submodules
renovate/manager
gomod
renovate/manager
kustomize
renovate/manager
kustomize
renovate/manager
maven
renovate/manager
maven
renovate/manager
npm
renovate/manager
pip_requirements
renovate/manager
regex
renovate/manager
renovate-config-presets
renovate/manager
woodpecker
renovate/type
bump
renovate/type
digest
renovate/type
lockFileMaintenance
renovate/type
major
renovate/type
minor
renovate/type
patch
renovate/type
pin
renovate/type
pinDigest
renovate/type
replacement
renovate/type
rollback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Reference: kokuwaio/keycloak-event-metrics#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "draft"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Readme will follow
@ -2,0 +63,4 @@
ENV KC_LOG_CONSOLE_COLOR=true
ADD target/keycloak-event-metrics-0.0.1-SNAPSHOT.jar /opt/keycloak/providers
RUN /opt/keycloak/bin/kc.sh build
If put under /opt/keycloak/providers , you dont need to rebuild, its enough to just start. That allows distribution of the provider through init containers.
@ -0,0 +1 @@
io.kokuwa.keycloak.metrics.MicrometerEventListenerFactory
This could be autogenerated by the com.google.auto.service.AutoService; annotation at class-level
@ -0,0 +1 @@
io.kokuwa.keycloak.metrics.MicrometerEventListenerFactory
yes, i know. but i don't like to add an additional dependency to generate one file.
@ -2,0 +63,4 @@
ENV KC_LOG_CONSOLE_COLOR=true
ADD target/keycloak-event-metrics-0.0.1-SNAPSHOT.jar /opt/keycloak/providers
RUN /opt/keycloak/bin/kc.sh build
I know, this was only an example.