ieQu1 / grafana-dashboards

Set of docker images for Erlang node monitoring and profiling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Set of docker images for Erlang node monitoring and profiling


Languages

Language:PLpgSQL 75.5%Language:Dockerfile 12.8%Language:Shell 11.7%