Versions Compared

Key

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

...

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


docker compose profile was creating extra dependencies, but docker compose allows to start two services

example: docker-compose up -d pap grafana


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.

got grafana, prometheus and node running along with pap, but run into cert issue, so we probably need to write our own images with the added certs.

Image Added