Skip to content

Commit

Permalink
Add datasource to traces\logs view button
Browse files Browse the repository at this point in the history
  • Loading branch information
levvishe authored Dec 23, 2024
1 parent 48e049b commit 3974a93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export const transformQueryResponseWithTraceAndLogLinks = (datasource: Datasourc
}

const traceIdQuery: CHBuilderQuery = {
datasource: datasource,
editorType: EditorType.Builder,
/**
* Evil bug:
Expand Down Expand Up @@ -189,6 +190,7 @@ export const transformQueryResponseWithTraceAndLogLinks = (datasource: Datasourc
}

const traceLogsQuery: CHBuilderQuery = {
datasource: datasource,
editorType: EditorType.Builder,
rawSql: '',
builderOptions: {} as QueryBuilderOptions,
Expand Down

0 comments on commit 3974a93

Please sign in to comment.