Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate label 'le' #26

Open
rparjun opened this issue Oct 22, 2023 · 0 comments
Open

Duplicate label 'le' #26

rparjun opened this issue Oct 22, 2023 · 0 comments

Comments

@rparjun
Copy link

rparjun commented Oct 22, 2023

Metrics exposed has duplicate label 'le'; hence, metrics cannot be imported to Prometheus.

rails_db_runtime_seconds_bucket{action="redirect_to_new_route",controller="home",format="html",le="0.005",method="get",status="200",le="0.01"} 0.0
rails_db_runtime_seconds_bucket{action="redirect_to_new_route",controller="home",format="html",le="0.005",method="get",status="200",le="0.025"} 0.0
rails_db_runtime_seconds_bucket{action="redirect_to_new_route",controller="home",format="html",le="0.005",method="get",status="200",le="0.05"} 0.0
rails_db_runtime_seconds_bucket{action="redirect_to_new_route",controller="home",format="html",le="0.005",method="get",status="200",le="0.1"} 0.0

ENV

gem "prometheus-client", '~> 4.2.0'
gem 'yabeda', '>= 0.12.0'
gem 'yabeda-rails', ">= 0.9.0"
gem 'yabeda-sidekiq', ">= 0.10.0"
gem 'yabeda-prometheus', ">= 0.9.0"
gem 'yabeda-puma-plugin', ">= 0.7.1"

Ruby: 3.2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant