Replace internal model id with model name #3
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#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
At the moment Event (and AdminEvent) provides only internal database ids. In Grafana/Prometheus/... this must be mapped later to a human readable name. There should be an option to replace this database ids with names.
Todo:
KC_METRICS_EVENT_REPLACE_IDS
with defaulttrue
KC_METRICS_EVENT_REPLACE_IDS_CACHE_REALMS
with defaulttrue
, will cache realm names locallyKC_METRICS_EVENT_REPLACE_IDS_CACHE_CLIENTS
with defaulttrue
, will cache clientIds locally@wistefan any comments?