-
Hello, I was wondering about the decision to include `PORT` as the default here. My understanding might be wrong but if I have a webserver like Unicorn or Puma I probably have 'PORT' defined in my env…
-
Hi There,
I tried to use yabeda-graphql and yabeda-prometheus on ruby on rails application with graphql. The problem is there is no grapphql metrics appears.
I am using graphql version "1.12.21"…
-
`anycable` and `anycabe-rails` gems version below 1.1 do not have `anycable-core` as its dependencies. This causes errors, when adding `yabeda-anycabl` to a project with those gems installed.
This …
-
It doesn't really seem like a running service is necessary when running as a gitlab-ci job. For example:
.gitlab-ci.yml
```
...
...
..
slack-notify:
image: myrepo/yabeda
script:
- pyt…
-
I am getting an exception while using `yabeda_prometheus` plugin in `config/puma.rb`
error:
```
Puma caught this error: undefined method `registry' for Yabeda::Prometheus:Module (NoMethodError)
/U…
-
Given the current implementation of `group` method for DSL: https://github.com/yabeda-rb/yabeda/blob/bd3b49fe0fd293fe6ac2d29f9e04fa5bdde79b0c/lib/yabeda/dsl/class_methods.rb#L31-L37
We can configur…
Envek updated
3 years ago
-
Hey folks
I wonder if you have any sample dashboard for activerecord metrics?
Adding other yabeda gems that have corresponding dashboards was a very positive experience 👍
-
I opened an issue at https://github.com/yabeda-rb/yabeda-puma-plugin/issues/18 (with some code in it) for the puma perspective, but it may be more appropriate here since there are other forking config…
-
When running yabeda rails for clustered puma and does not work for streaming metrics, any ideas?
We are running it via puma config `bundle exec puma -C config/puma.rb`
```
# ps aux
USER PI…
-
We are seeing documents labeled with queue names that are being truncated. We have a queue named `low` and while we do see documents with that queue label we also see them labeled as `lo`. This happen…