File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 1- This is the repository that contains PostgreSQL Storage gRPC plugin for Jaeger.
1+ This is the repository that contains PostgreSQL [ Storage gRPC plugin for Jaeger] ( https://github.com/jaegertracing/jaeger/pull/1461 ) .
22
33> IMPORTANT: This plugin is still under development. We are using it internally
44> already but the way we store data in PostgreSQL can change based on what do we
55> learn about the data structure!
66
7- The Jaeger community made a big work supporting external gRPC plugin to manage
8- integration with external backend without merge them as part of the Jaeger
9- Tracer. You can see issue [ #1461 ] ( https://github.com/jaegertracing/jaeger/pull/1461 ) .
10-
11- The plugin uses ` go/mod ` to manage its dependencies.
12-
13- ## License
14-
15- The PostgreSQL Storage gRPC Plugin for Jaeger is an [ MIT licensed] ( LICENSE ) open source project.
16-
177## Compile
188In order to compile the plugin from source code you can use ` go build ` :
199
@@ -36,3 +26,7 @@ This plugins create tables if they not exist:
3626* span_refs
3727* operations
3828* services
29+
30+ ## License
31+
32+ The PostgreSQL Storage gRPC Plugin for Jaeger is an [ MIT licensed] ( LICENSE ) open source project.
You can’t perform that action at this time.
0 commit comments