mulbc / gosbench

Distributed S3 benchmarking tool - Replacement of Cosbench
GNU General Public License v3.0
44 stars 16 forks source link

grafana error #28

Closed T-TRz879 closed 5 months ago

T-TRz879 commented 5 months ago

how can i deal with it?

image

grafana compose.yml

  grafana:
   image: grafana/grafana
   ports:
     - 13000:3000
   volumes:
     - ./grafana/:/etc/grafana/provisioning/
     - /home/trz/hdd/monitor/grafana_data:/var/lib/grafana
       #environment:
     #- GF_INSTALL_PLUGINS=camptocamp-prometheus-alertmanager-datasource
   links:
     - prometheus:prometheus
     - alertmanager:alertmanager
   restart: always
mulbc commented 5 months ago

what data sources do you have configured in Grafana?

T-TRz879 commented 5 months ago

thanks, i find the data sources is 'prometheus'. i replace all 'Prometheus' to 'prometheus' just now.