Skip to content

markrin/simple-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-monitoring

test task implementing prometheus+grafana for simple web app

run commands

for web app itself:

cd ./go-app

docker build --no-cache . -t go-app:0.x

docker run --rm -p 9000:9000 go-app:0.x

for full setup:

docker compose -d up

go to browser and open Grafana UI http://localhost/3000

log in with creadentials log/pass admin1/admin1

click Dashboards > my dashboard


!!! take a look at 'Helm' branch please

About

test task implementing prometheus+grafana for simple web app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published