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

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

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
```