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

Exporter fails after 1-3 weeks #309

Open
fatsolko opened this issue Feb 19, 2024 · 3 comments
Open

Exporter fails after 1-3 weeks #309

fatsolko opened this issue Feb 19, 2024 · 3 comments

Comments

@fatsolko
Copy link

fatsolko commented Feb 19, 2024

Exporter version is 2.1.0

ps x -o rss,vsz,command | grep prometheus_exporter
336540 521076 ruby /srv/shared/bundle/ruby/2.7.0/bin/prometheus_exporter --bind 0.0.0.0
 2404   6388 grep prometheus_exporter

 curl localhost:9394/metrics
# HELP ruby_collector_working Is the master process collector able to collect metrics
# TYPE ruby_collector_working gauge
ruby_collector_working 0


# HELP ruby_collector_rss total memory used by collector process
# TYPE ruby_collector_rss gauge
ruby_collector_rss 355258368


# HELP ruby_collector_metrics_total Total metrics processed by exporter web.
# TYPE ruby_collector_metrics_total counter
ruby_collector_metrics_total 66254040


# HELP ruby_collector_sessions_total Total send_metric sessions processed by exporter web.
# TYPE ruby_collector_sessions_total counter
ruby_collector_sessions_total 3247033


# HELP ruby_collector_bad_metrics_total Total mis-handled metrics by collector.
# TYPE ruby_collector_bad_metrics_total counter
ruby_collector_bad_metrics_total 0
@benoittgt
Copy link

Hello

Could you please provide more infos?

@fatsolko
Copy link
Author

fatsolko commented Apr 4, 2024

Hello

Could you please provide more infos?

which info do you need?

@benoittgt
Copy link

Any stack-trace?

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

No branches or pull requests

2 participants