daml/ledger/metrics/collection
Robert Autenrieth 9ebfd01f83
Add script to dump metrics summary (#5828)
* Add script to dump metrics summary

CHANGELOG_BEGIN
CHANGELOG_END

* Sort results by default

* Address review comments

* Run prettier

* Refactor code

* Make script executable

* Address review comment

* Always take latest data point
2020-05-06 17:13:14 +02:00
..
dashboards sandbox: Revert execution metric paths. (#5588) 2020-04-16 18:30:29 +00: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