This is a Grafana monitoring example, that was populated using a GraphQl API implemented in Java.
docker-compose up
mvn install
mvn jetty:run
http://localhost:8080/
http://localhost:8080/graphql-api
createUser
createMessage
User
id
name
Message
id
createdAt
message
userId
user : User