Skip to content

Commit

Permalink
Rename Configs
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
  • Loading branch information
mahadzaryab1 committed Sep 22, 2024
1 parent 5351df1 commit 59bcae1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmd/jaeger/config-badger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extensions:
jaeger_query:
storage:
traces: some_store
trace_archive: another_store
traces_archive: another_store
ui:
config_file: ./cmd/jaeger/config-ui.json

Expand Down
4 changes: 2 additions & 2 deletions cmd/jaeger/config-cassandra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ extensions:

jaeger_query:
storage:
trace: some_storage
trace_archive: another_storage
traces: some_storage
traces_archive: another_storage
ui:
config_file: ./cmd/jaeger/config-ui.json

Expand Down
4 changes: 2 additions & 2 deletions cmd/jaeger/config-elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ extensions:

jaeger_query:
storage:
trace: some_storage
trace_archive: another_storage
traces: some_storage
traces_archive: another_storage
ui:
config_file: ./cmd/jaeger/config-ui.json

Expand Down
2 changes: 1 addition & 1 deletion cmd/jaeger/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extensions:

jaeger_query:
storage:
trace: some_store
traces: some_store
traces_archive: another_store
ui:
config_file: ./cmd/jaeger/config-ui.json
Expand Down

0 comments on commit 59bcae1

Please sign in to comment.