Skip to content

Set of docker images for Erlang node monitoring and profiling

Notifications You must be signed in to change notification settings

ieQu1/grafana-dashboards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grafana setup for realtime Erlang VM introspection

Grafana docker image

The following environment variables should be set:

  • POSTGRES_PASS – password for grafana postgres user (see below)

The following variables can be customized:

  • POSTGRES_URL
  • POSTGRES_DB
  • POSTGRES_USER
  • POSTGRES_SSL_MODE
  • PROMETHEUS_URL

Postgres docker image

This docker image contains Postgres with the schema necessary to receive data from system_monitor.

The following environment variables should be set:

  • POSTGRES_PASSWORD – password for the root user
  • SYSMON_PASS – password used for the system_monitor user
  • GRAFANA_PASS – initial password used for the read-only grafana user