An open API service indexing awesome lists of open source software.

https://github.com/streamdal/collector-schemas

Protobuf definitions for Plumber and GRPC Collector
https://github.com/streamdal/collector-schemas

Last synced: 3 months ago
JSON representation

Protobuf definitions for Plumber and GRPC Collector

Awesome Lists containing this project

README

          

collector-schemas
===============

This repo contains protobuf schemas that are used by `plumber` and `grpc-collector`
when communicating over gRPC.

# Making changes

1. `git co -b username/change`
1. `make generate/go`
1. `git add -a`
1. `git commit -a -m "updated schema XYZ`
1. `git push origin head`
1. Open PR, review, merge

The `build` workflow will automatically create a tag for the last commit.