Skip to content

Commit 1125d54

Browse files
authored
README.md - simplification
1 parent 18e0426 commit 1125d54

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
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
188
In 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.

0 commit comments

Comments
 (0)