Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Korolyov <[email protected]>
  • Loading branch information
mkorolyov committed Mar 30, 2023
1 parent b8bc39c commit bfbace7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/storage/scylladb/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### ScyllaDB as a storage backend
## ScyllaDB as a storage backend
Jaeger could be configured to use ScyllaDB as a storage backend. This is an experimental feature and this is not an officially supported backend, meaning that Jaeger team will not proactively address any issues that may arise from incompatibilities between the ScyllaDB and Cassandra databases (the team may still accept PRs).

### Configuration
Expand Down
3 changes: 3 additions & 0 deletions plugin/storage/scylladb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ networks:

services:
collector:
restart: unless-stopped
image: jaegertracing/jaeger-collector:1.43
environment:
SPAN_STORAGE_TYPE: cassandra
Expand Down Expand Up @@ -33,6 +34,8 @@ services:
cassandra-schema:
image: jaegertracing/jaeger-cassandra-schema:1.43
environment:
CASSANDRA_PROTOCOL_VERSION: 4
CASSANDRA_VERSION: 4
CQLSH_HOST: scylladb
DATACENTER: test
MODE: test
Expand Down

0 comments on commit bfbace7

Please sign in to comment.