We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e493e commit 18e0426Copy full SHA for 18e0426
README.md
@@ -27,3 +27,12 @@ In order to start plugin just tell jaeger the path to a config compiled plugin (
27
```
28
jaeger-all-in-one --grpc-storage-plugin.binary=./jaeger-pg-store --grpc-storage-plugin.configuration-file=./config-example.yaml
29
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