Querygen
This package contains code for generating percosis GRPC queries, and queryproto logic.
It recursively searches the proto directory for query.yml
files, and then builds generated grpc, cli and proto wrapping code.
Running it
This should be run in the percosis root directory, as either:
make run-querygen
or
go run cmd/querygen/main.go