Skip to content

Commit 3e525d7

Browse files
authored
Mention Go code
Mention Go code Signed-off-by: Yuri Shkuro <[email protected]>
1 parent bdfc239 commit 3e525d7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
A set of shared Thrift and Protobuf data model definitions used by the Jaeger components.
44

5+
As of Jan 2025 this repository also hosts Go code:
6+
* implementation of Jaeger-v1 domain model
7+
* Previous import path `"github.com/jaegertracing/jaeger/model"`
8+
* New import part is `"github.com/jaegertracing/jaeger-idl/model/v1"`
9+
* `protoc`-generated Go types for `api_v2`
10+
* Previous import path `"github.com/jaegertracing/jaeger/proto-gen/api_v2"`
11+
* New import part is `"github.com/jaegertracing/jaeger-idl/proto-gen/api_v2"`
12+
513
## Generating code
614

715
This repository does not publish the generated code, but it does run Thrift and `protoc` generators as part of the CI to verify all IDL files. See the [Makefile](./Makefile) for example. In particular, the classes for different languages can be compiled using the `jaegertracing/protobuf` Docker image (see [README](https://github.com/jaegertracing/docker-protobuf/blob/master/README.md)).

0 commit comments

Comments
 (0)