This version contains some update for metrics sending as we want to authenticate which worker send metrics. Also we added documentation so anyone who gets into this library can understand why and how use it.
Also, the format of instance_id has been updated to uint32, which is being discussed to be back to string for uuidv4. This is why the PR is still in draft for now.
FIle Cargo.lock has been deleted as explained in rust-lang it should be put in .gitignore for libraries
This version contains some update for metrics sending as we want to authenticate which worker send metrics. Also we added documentation so anyone who gets into this library can understand why and how use it.
Also, the format of
instance_id
has been updated to uint32, which is being discussed to be back to string foruuidv4
. This is why the PR is still in draft for now.FIle
Cargo.lock
has been deleted as explained in rust-lang it should be put in.gitignore
for libraries