aerogear / keycloak-metrics-spi

Adds a Metrics Endpoint to Keycloak
Apache License 2.0
551 stars 156 forks source link

Update prometheusVersion to 0.9.0 #84

Closed klinux closed 3 years ago

klinux commented 3 years ago

Motivation

To use new version of push -gateway is necessary to update the simpleclient_pushgateway ,without this change Keycloak get error on log with status code 200 instead 202

What

Add new version 0.9.0 in gradle.properties

Why

The lib was old

pb82 commented 3 years ago

@klinux thanks for the contribution. Have you confirmed that 0.9.0 works by overriding the version via build args (https://github.com/aerogear/keycloak-metrics-spi#configurable-versions-for-some-packages)?

I'll give 0.9.0 a try and then merge this.

premkumargit commented 3 years ago

I am having the same issue. Any updates on this pr?

ghost commented 3 years ago

@klinux thanks for the contribution. Have you confirmed that 0.9.0 works by overriding the version via build args (https://github.com/aerogear/keycloak-metrics-spi#configurable-versions-for-some-packages)?

I'll give 0.9.0 a try and then merge this.

I can confirm it works by modifying the build args and setting '0.9.0' as prometheus version.

pb82 commented 3 years ago

thanks @klinux !