https://github.com/lightstep/lightstep-tracer-protos
Lightstep Tracer API - Public
https://github.com/lightstep/lightstep-tracer-protos
Last synced: 5 months ago
JSON representation
Lightstep Tracer API - Public
- Host: GitHub
- URL: https://github.com/lightstep/lightstep-tracer-protos
- Owner: lightstep
- Created: 2017-09-18T16:08:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T22:44:28.000Z (over 8 years ago)
- Last Synced: 2025-05-20T22:34:16.010Z (about 1 year ago)
- Language: Protocol Buffer
- Homepage: https://lightstep.com
- Size: 19.5 KB
- Stars: 0
- Watchers: 57
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lightstep Tracer API - Public
To update either `src/lightstep/collector/collector.proto|lightstep_carrier.proto`, make the change in https://github.com/lightstep/lightstep-tracer-common and then, update using git `subtree`
Update subtree:
```
git subtree pull --prefix src/lightstep git@github.com:lightstep/lightstep-tracer-common.git master --squash
```