tablelandnetwork/go-tableland

Revisit the way of passing data to the telemetry library

brunocalza opened this issue · 0 comments

Passing data to the telemetry library involves passing an object that implements an expected interface that will be used to populate the metric's data inside the library. An example.

This is a bit cumbersome. We should explore alternatives and better ways of passing data without compromising the quality of the metric's data.