Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iequ1/grafana-dashboards
Set of docker images for Erlang node monitoring and profiling
https://github.com/iequ1/grafana-dashboards
elixir emqx erlang grafana monitoring
Last synced: 3 months ago
JSON representation
Set of docker images for Erlang node monitoring and profiling
- Host: GitHub
- URL: https://github.com/iequ1/grafana-dashboards
- Owner: ieQu1
- Created: 2021-12-08T10:50:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T12:05:20.000Z (4 months ago)
- Last Synced: 2024-10-21T15:49:12.037Z (4 months ago)
- Topics: elixir, emqx, erlang, grafana, monitoring
- Language: PLpgSQL
- Homepage:
- Size: 75.2 KB
- Stars: 4
- Watchers: 0
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: 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 [[https://github.com/ieQu1/system_monitor][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