DataTalksClub/mlops-zoomcamp

grafana | 05-monitoring /docker-compose.yml

RogerioLS opened this issue · 2 comments

Hey guys, how are you?

I've been facing problems with grafana for three days, but at the end of the night I managed to resolve it.
I don't know if my colleagues on the course also faced a problem, but in the grafana image, it didn't work that way for me.

 graphana:
     image: grafana/grafana

Reading the documentation, they advised us to run it with the enterprise, so everything worked that way.

 graphana:
      image: grafana/grafana-enterprise

I'm not having any more problems in the future.

Can you please send a PR with a fix?

Closed in #328