Skip to content

Commit 18e0426

Browse files
authored
README.md - tables
1 parent 72e493e commit 18e0426

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,12 @@ In order to start plugin just tell jaeger the path to a config compiled plugin (
2727
```
2828
jaeger-all-in-one --grpc-storage-plugin.binary=./jaeger-pg-store --grpc-storage-plugin.configuration-file=./config-example.yaml
2929
```
30+
31+
## Tables
32+
This plugins create tables if they not exist:
33+
34+
* spans
35+
* span_logs
36+
* span_refs
37+
* operations
38+
* services

0 commit comments

Comments
 (0)