Grafana Fleet Management API
This repository contains the Protobuf definitions and connect-go generated code for the Grafana Cloud Fleet Management APIs.
The generated Go clients can be used to interact with the APIs.
Updating the Protobuf definitions
Make the changes to the relevant /api/*/*.proto
files.
To build the container that has the required dependencies, run:
make build-container
To generate the code with the new Protobuf definitions, run the following command to regenerate the code in a Docker container:
make buf-generate