Skip to content

Commit

Permalink
feat: 监控trace datasource插件开发
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 25654
  • Loading branch information
liangling0628 committed Dec 3, 2024
1 parent dead00d commit 411571a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"build:alert": "pnpm --filter alert run build",
"build:event": "pnpm --filter event run build",
"build:timeseries": "pnpm --filter timeseries run build",
"build:trace": "pnpm --filter trace run build",
"dev:alert": "pnpm --filter alert run dev",
"dev:event": "pnpm --filter event run dev",
"dev:timeseries": "pnpm --filter timeseries run dev",
Expand Down
8 changes: 4 additions & 4 deletions src/trace/src/datasource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ import type { QueryOption } from './types/config';
import { random } from 'common/utils/utils';
import type { IApplication, TraceResponse } from './types/trace';
export enum QueryUrl {
list_application = 'list_trace_application_info/',
load_options = 'get_trace_field_option_values/',
list_trace = 'list_trace/',
get_trace_detail = 'get_trace_detail/',
list_application = 'apm/list_application_info/',
load_options = 'apm/get_field_option_values/',
list_trace = 'apm/list_trace/',
get_trace_detail = 'apm/trace_detail/',
testAndSaveUrl = '',
}

Expand Down

0 comments on commit 411571a

Please sign in to comment.