Skip to content

This is a Grafana monitoring example, that was populated using a GraphQl API implemented in Java.

Notifications You must be signed in to change notification settings

marcusvieira88/grafana-java-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a Grafana monitoring example, that was populated using a GraphQl API implemented in Java.

For prepare the Grafana, Graphite and StatsD environments, please run:

docker-compose up

Install Java Project

mvn install

Start Java Project

mvn jetty:run

For execute the Graphql queries:

http://localhost:8080/

Api

Graphql URL

http://localhost:8080/graphql-api

Mutations

createUser

createMessage

Queries Objects

User

id

name

email

Message

id

createdAt

message

userId

user : User

About

This is a Grafana monitoring example, that was populated using a GraphQl API implemented in Java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published