You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem is monitoring-integration is depended on grafana-server service, tendrl-ansible restarting monitoring-integration and then it restarting grafana-server. So sometimes monitoring-integration stops because grafana is in restart mode.
So we need to change the order of restart like restart grafana-server first and monitoring-integration second.