Skip to content

Commit

Permalink
feat: update bkop monitor and bk log (#1118)
Browse files Browse the repository at this point in the history
* feat: update bkmonitor  and bk-log
  • Loading branch information
Han-Ya-Jun authored Jan 15, 2024
1 parent 9bb1002 commit 0252286
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paas2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.63
2.14.64
13 changes: 12 additions & 1 deletion paas2/esb/components/confapis/bk_log/bk_log.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@

- path: /v2/bk_log/switch_bcs_collector_storage/
name: switch_bcs_collector_storage
label: 日志平台-切换存储集群
label: 日志平台-切换bcs采集项存储集群
label_en: bk_log switch bcs collector storage
method: POST
api_type: query
Expand All @@ -795,6 +795,17 @@
dest_http_method: POST
is_hidden: True

- path: /v2/bk_log/get_bcs_collector_storage/
name: get_bcs_collector_storage
label: 日志平台-获取bcs采集项存储集群
label_en: bk_log get bcs collector storage
method: GET
api_type: query
comp_codename: generic.v2.bk_log.bk_log_component
dest_path: /api/v1/databus/collectors/get_bcs_collector_storage/
dest_http_method: GET
is_hidden: True

- path: /v2/bk_log/list_bcs_collector/
name: list_bcs_collector
label: 日志平台-查询bcs采集项
Expand Down
20 changes: 20 additions & 0 deletions paas2/esb/components/confapis/monitor_v3/monitor_v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1876,6 +1876,26 @@
name: query_apm_topo_node
path: /v2/monitor_v3/query_apm_topo_node/
method: GET
- api_type: query
comp_codename: generic.v2.monitor_v3.monitor_v3_component
dest_http_method: GET
dest_path: /apm_api/v1/profiling/services_detail/
is_hidden: true
label: 查询profile服务详情
label_en: query profile service detail
name: query_apm_profile_service_detail
path: /v2/monitor_v3/apm/profiling/services_detail/
method: GET
- api_type: query
comp_codename: generic.v2.monitor_v3.monitor_v3_component
dest_http_method: GET
dest_path: /apm_api/v1/profiling/builtin_profile_datasource/
is_hidden: true
label: 查询内建 Profiling 存储
label_en: query builtin profile datasource
name: query_builtin_profile_datasource
path: /v2/monitor_v3/apm/profiling/builtin_profile_datasource/
method: GET
- api_type: query
comp_codename: generic.v2.monitor_v3.monitor_v3_component
dest_http_method: POST
Expand Down
2 changes: 2 additions & 0 deletions paas2/release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Release Log
===============================
# 2.14.64
- esb: update monitor_v3 and bk-log confapis
# 2.14.63
- esb: update monitor_v3 confapis

Expand Down

0 comments on commit 0252286

Please sign in to comment.