Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

docker run -d   -p 3000:3000   --name=grafana   -e "GF_INSTALL_PLUGINS=grafana-clock-panel,grafana-simple-json-datasource"   grafana/grafana-oss:8.3.4

URLS: 

API - http://172.18.0.7:6969/


Start the docker composer for the applications. Get IPs

...

Save and test to check if Grafana can connect to Prometheus.


Issues:

Haven't solved how to connect prometheus to grafana using server access (default) as Browser access will be deprecated.

Need to find a way to have the node exporter, prometheus and grafana starting on docker compose with any run csit configuration. For now, the closest to it is docker profiles, but that's a quite big change on the docker compose file.

Need to update the pap yaml file config on csit as it's missing part of database configuration and spring app is not coming up.