Skip to content

Commit

Permalink
fix rest api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
trinity-1686a committed Aug 28, 2024
1 parent 16863c2 commit 7184ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quickwit/quickwit-serve/src/jaeger_api/rest_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub(crate) struct JaegerApi;
///
/// This is where all Jaeger handlers
/// should be registered.
/// Request are executed on the `otel traces v0_7` index.
/// Request are executed on the `otel-traces-v0_*` indexes.
pub(crate) fn jaeger_api_handlers(
jaeger_service_opt: Option<JaegerService>,
) -> impl Filter<Extract = (impl warp::Reply,), Error = Rejection> + Clone {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ expected:
#uuid: gharchive:01HN2SDANHDN6WFAFNH7BBMQ8C
- index: otel-logs-v0_7
docs.count: '0'
- index: otel-traces-v0_7
- index: otel-traces-v0_9
docs.count: '0'
---
method: [GET]
Expand Down

0 comments on commit 7184ccd

Please sign in to comment.