-
Hi,
Them gem doesn't seem to support custom labels/tags that are not fixed value `default_tag`.
Are there plans to add this kind of functionality?
Thank you.
-
Hi, first thanks for your time and work!
From my understanding, the rails metrics are exposed to the same URL as the application host, e.g if the rails app is at localhost:3000, the metrics are ava…
-
Hi! I have rails app with only API mode. I tried setup yabeda-prometheus, yabeda-rails, but It's not worked.
`::1 - - [22/May/2020:20:36:01 +08] "GET /metrics HTTP/1.1" 404 17945`
I think, Prometheu…
-
Before, I had [yabeda-prometheus](https://github.com/yabeda-rb/yabeda-prometheus):
```ruby
gem 'prometheus-client'
gem 'yabeda-prometheus'
gem 'yabeda-sidekiq'
gem 'yabeda-rails'
```
And it…
-
Hi there, first of all thanks for awesome tool!
I use clustered Puma in production and Sidekiq and I want to export metrics on a different port. I've included the following gems into my Gemfile:
`…
-
Hi everyone, I'm experiencing this weird issue while trying to boot my Rails app:
Ruby: `2.7.0`
Rails: `6.0.2.2`
---
```shell
ArgumentError: wrong number of arguments (given 2, expected 1; …
-
Hi, thanks for your work on Grape metrics implementation of Yabeda!
Yesterday I've tried to use it together with `yabeda-prometheus`, but I could not initialize the metrics with `Yabeda::Grape.bind…
-
I haven't been able to set up the following combination of yabeda gems:
```
gem "yabeda-rails"
gem "yabeda-prometheus"
gem "yabeda-puma-plugin"
gem "prometheus-client", "~> 0.9.0"
```
When I …
pcriv updated
4 years ago
-
When trying to hit an existing working endpoint after enabling `yabeda-grape`:
```json
{"response_type":"error","details":"Prometheus requires all used tags to be declared at metric registration t…
-
Prometheus define new settings for metrics _store_setting_
https://github.com/prometheus/client_ruby#aggregation-settings-for-multi-process-stores
It would be nice to adapt metrics(**store_setting…