hyperledger / caliper

A blockchain benchmark framework to measure performance of multiple blockchain solutions https://wiki.hyperledger.org/display/caliper
https://hyperledger.github.io/caliper/
Apache License 2.0
650 stars 402 forks source link

Caliper documentation about grafana needs correcting #1437

Closed davidkel closed 4 months ago

davidkel commented 2 years ago

The current documentation has grafana visualization under the transaction section for resource and transaction monitors but it shouldn't be there.

The current text states

Grafana is an analytics platform that may be used to query and visualize metrics collected by Prometheus. Caliper clients make the following metrics available, either via a direct scrape or indirectly via a Prometheus Push Gateway:

caliper_tx_submitted (counter)
caliper_tx_finished (counter)
caliper_tx_e2e_latency (histogram)
Each of the above are tagged with the following default labels:

roundLabel: the current test round label
roundIndex: the current test round index
workerIndex: the zero based worker index that is sending the information
We are currently working on a Grafana dashboard to give you immediate access to the metrics published above, but in the interim please feel free to create custom queries to view the above metrics that are accessible in real time.

it should be removed and perhaps taking the information about labels that are default and putting it into the prometheus transaction monitor information. Also there is no work being done to create a Grafana dashboard.

anushatomar13 commented 4 months ago

Hi @davidkel ! Can I work on this issue?

davidkel commented 4 months ago

Now fixed in 0.6.0 and vNext. Thank you for the contribution