Categorygithub.com/mysteriumnetwork/metrics
repositorypackage
0.0.19
Repository: https://github.com/mysteriumnetwork/metrics.git
Documentation: pkg.go.dev

# README

Mysterium metrics

This repo houses the metrics related code.

Setup protoc tools

Metrics are described in Protobuf message format. Make sure you have protoc compiler and protoc-gen-go tools installed and available in your $PATH. Installation guide can be found here

After protoc compiler is installed run make install-protoc-gen-go which will install fixed version of protoc-gen-go compatible with node.

Compile to go

  1. Update metrics.proto contracts according to your needs.

  2. Compile proto to go.

make compile-proto