Skip to content

Files

Latest commit

4ad7e41 · Mar 15, 2021

History

History
This branch is 527 commits behind micrometer-metrics/micrometer:main.

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 29, 2017
Jun 14, 2018
Nov 29, 2018
Sep 5, 2017
Sep 5, 2017
Oct 14, 2018
Jan 17, 2018
Mar 14, 2018
Oct 6, 2018
Jun 5, 2018
Apr 15, 2020
Apr 15, 2020
Nov 29, 2018
Sep 14, 2017
Oct 14, 2018
Apr 15, 2020
Apr 15, 2020
Nov 1, 2018
Oct 5, 2017

Running Atlas locally

Run ./atlas.sh. To tweak the local server's settings, make modifications to .atlas/memory.conf.

Running Ganglia locally

Run ./ganglia.sh.

Running Prometheus/Grafana locally

Configure a loopback Alias so Prometheus can scrape a service running on localhost and grafana can contact Prometheus (needs to be repeated after reboot):

sudo ifconfig lo0 alias 10.200.10.1/24

Start Prometheus:

docker run -p 9090:9090 -v ~/prometheus.yml:/etc/prometheus/prometheus.yml prom/prometheus

Start Grafana:

docker run -i -p 3000:3000 grafana/grafana