Skip to content

Commit e13a79b

Browse files
authored
Apply suggestions from code review
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent 2bdae20 commit e13a79b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/remote-storage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Configure remote-storage using a YAML configuration file with the `--config-file
1717
```yaml
1818
# Server configuration
1919
grpc:
20-
host-port: :17271 # gRPC endpoint for remote storage API
20+
endpoint: :17271 # gRPC endpoint for remote storage API
2121

2222
# Storage configuration
2323
storage:
@@ -33,7 +33,7 @@ multi_tenancy:
3333
3434
#### Storage Backends
3535
36-
The storage configuration follows the same format as the `jaeger_storage` extension in Jaeger v2. Supported backends include:
36+
The storage configuration follows the same format as the `jaeger_storage` extension in Jaeger v2. All official backends are supported.
3737

3838
##### Memory Storage
3939
```yaml

0 commit comments

Comments
 (0)