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 2bdae20 commit e13a79bCopy full SHA for e13a79b
cmd/remote-storage/README.md
@@ -17,7 +17,7 @@ Configure remote-storage using a YAML configuration file with the `--config-file
17
```yaml
18
# Server configuration
19
grpc:
20
- host-port: :17271 # gRPC endpoint for remote storage API
+ endpoint: :17271 # gRPC endpoint for remote storage API
21
22
# Storage configuration
23
storage:
@@ -33,7 +33,7 @@ multi_tenancy:
33
34
#### Storage Backends
35
36
-The storage configuration follows the same format as the `jaeger_storage` extension in Jaeger v2. Supported backends include:
+The storage configuration follows the same format as the `jaeger_storage` extension in Jaeger v2. All official backends are supported.
37
38
##### Memory Storage
39
0 commit comments