hashgraph / hedera-sourcify

Tools for verifying Hedera smart contracts using standard open source libraries.
Apache License 2.0
6 stars 7 forks source link

chore: include Grafana dashboards #135

Closed acuarica closed 2 months ago

acuarica commented 4 months ago

Description:

This PR adds two Grafana dashboards to visualize the data coming from the /metrics endpoint (added in PR https://github.com/hashgraph/hedera-sourcify/pull/131).

Node JS Dashboard

image

Requests Dashboard

image

Related issue(s):

Fixes #

Notes for reviewer:

Checklist

acuarica commented 4 months ago

CI tests are failing https://github.com/hashgraph/hedera-sourcify/actions/runs/8009127981/job/21878007285?pr=135. This seems to be related to https://github.com/puppeteer/puppeteer/issues/11983. Ff that's the case, we might need to update some dependencies to get this working.