IronBank image is missing ruby gem
Summary
Currently /metrics
for the gitlab-exporter pod is returning HTTP/500 errors because the /database
component is broken with the following error:
libpq.so.5: cannot open shared object file: No such file or directory - /usr/lib64/ruby/gems/2.7.0/gems/pg-1.2.3/lib/pg_ext.so
Steps to reproduce
Port-forward :9168
for a registry1/gitlab-exporter:latest image
What is the current bug behavior?
HTTP/500 response codes
What is the expected correct behavior?
prometheus metrics and HTTP/200
Relevant logs and/or screenshots
libpq.so.5: cannot open shared object file: No such file or directory - /usr/lib64/ruby/gems/2.7.0/gems/pg-1.2.3/lib/pg_ext.so
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
Tasks
- Bug has been identified and corrected within the container