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
- Host: GitHub
- URL: https://github.com/streamdal/collector-schemas
- Owner: streamdal
- License: mit
- Created: 2021-08-02T19:38:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T19:41:27.000Z (about 3 years ago)
- Last Synced: 2025-07-30T22:24:09.967Z (9 months ago)
- Language: Makefile
- Size: 226 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.