Open berniechiu opened 4 years ago
Hi! Can you please provide some more information?
Anything that can help me to understand why it happens.
What are versions of yabeda, yabeda-prometheus, and prometheus-client?
The latest version as of today
yabeda (0.5.0)
concurrent-ruby
dry-initializer
yabeda-prometheus (0.5.0)
prometheus-client (~> 1.0)
yabeda (~> 0.5)
prometheus-client (1.0.0)
How is your prometheus-client is configured?
We've only added this line as the documentation suggested
Prometheus::Client.config.data_store = Prometheus::Client::DataStores::DirectFileStore.new(dir: '/tmp/prometheus_direct_file_store')
How many metrics do you have?
We've only installed these two
yabeda-puma-plugin (0.3.0)
json
puma
yabeda (~> 0.2)
yabeda-rails (0.4.0)
rails
yabeda (~> 0.4)
When you observe memory issues? E.g. long uptime or peak load or something else?
It's randomly popping up in our Error Monitoring actually, not particularly under high load.
Thanks a lot!
I've also posted the issue here, might be because of the ruby client https://github.com/prometheus/client_ruby/issues/185
Hi Yabeda-rb team,
We've bumped into issues like this
Is there any possibility to dump the file store properly?