stefanprodan / mgob

MongoDB dockerized backup agent. Runs schedule backups with retention, S3 & SFTP upload, notifications, instrumentation with Prometheus and more.
MIT License
769 stars 152 forks source link

mgob metrics are not exposed #137

Closed dgdevops closed 3 years ago

dgdevops commented 3 years ago

Hi,

Recently I have redeployed MGOB to kubernetes and I have spotted that the mgob specific metrics (such as: mgob_scheduler_backuplatency) disappeared from the /metrics page. I can see all go/process_ metrics but not the mgob metrics. I have tested the backups & they run and complete perfectly so the access to the mongodb instance is fine. I am running the mgob docker image with the "edge" tag. Is there anyone who has seen this issue?

Thanks, D

dgdevops commented 3 years ago

After a day the metrics appeared, it is working now as expected.