daml/ledger/metrics/collection
Robert Autenrieth dde5af0804
Add collectd metrics (#6189)
* Add collectd metrics

CHANGELOG_BEGIN
CHANGELOG_END

* Remove useless file

* Fix typo
2020-06-03 09:01:09 +02:00
..
dashboards Add collectd metrics (#6189) 2020-06-03 09:01:09 +02:00
provisioning metrics: Collect with Graphite and visualize with Grafana. (#5549) 2020-04-15 12:28:57 +00:00
docker-compose.yml metrics: Collect with Graphite and visualize with Grafana. (#5549) 2020-04-15 12:28:57 +00:00
README.md metrics: Collect with Graphite and visualize with Grafana. (#5549) 2020-04-15 12:28:57 +00:00
summary.js Add script to dump metrics summary (#5828) 2020-05-06 17:13:14 +02:00

  1. Launch Grafana & Graphite:

    $ docker-compose up -d
    
  2. Explore available dashboards:

    $ open http://localhost:3000/
    
    # login with admin/admin
    
  3. Power off when done:

    $ docker-compose down