CN114553724B - Method and system for solving operation and maintenance problems of distributed micro-service architecture platform - Google Patents

Method and system for solving operation and maintenance problems of distributed micro-service architecture platform Download PDF

Info

Publication number
CN114553724B
CN114553724B CN202210192257.6A CN202210192257A CN114553724B CN 114553724 B CN114553724 B CN 114553724B CN 202210192257 A CN202210192257 A CN 202210192257A CN 114553724 B CN114553724 B CN 114553724B
Authority
CN
China
Prior art keywords
interceptor
information
service architecture
distributed micro
architecture platform
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202210192257.6A
Other languages
Chinese (zh)
Other versions
CN114553724A (en
Inventor
李成
于海洋
都业强
管春元
谢斌
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
QIMING INFORMATION TECHNOLOGY CO LTD
Original Assignee
QIMING INFORMATION TECHNOLOGY CO LTD
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by QIMING INFORMATION TECHNOLOGY CO LTD filed Critical QIMING INFORMATION TECHNOLOGY CO LTD
Priority to CN202210192257.6A priority Critical patent/CN114553724B/en
Publication of CN114553724A publication Critical patent/CN114553724A/en
Application granted granted Critical
Publication of CN114553724B publication Critical patent/CN114553724B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/22Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks comprising specially adapted graphical user interfaces [GUI]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/02Capturing of monitoring data
    • H04L43/028Capturing of monitoring data by filtering

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Human Computer Interaction (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a method and a system for solving the operation and maintenance problems of a distributed micro-service architecture platform, wherein the system comprises a distributed micro-service architecture platform, a front-end monitoring probe, a rear-end monitoring probe, a data memory, a monitoring data formatting processor, an exception handling assembly line and an information display console; according to the distributed micro-service architecture platform monitoring system, the interceptor is used for monitoring the distributed micro-service architecture platform, intelligent analysis is carried out on data acquired by the monitoring probe, interception recording is carried out on the anomalies of the distributed micro-service architecture platform through the anomaly interceptor, analysis and filtration are carried out on the anomalies through the anomaly processing assembly line, visual display is carried out on the monitoring information through the information display control console, and the problems that the state data of the distributed micro-service architecture platform are too scattered, the data structure is diversified, and the acquisition and analysis difficulties are large in the operation and maintenance process are effectively solved.

Description

Method and system for solving operation and maintenance problems of distributed micro-service architecture platform
Technical Field
The invention relates to the field of software operation and maintenance, in particular to a method and a system for solving the operation and maintenance problem of a distributed micro-service architecture platform.
Background
In the prior art, the smoothness of the operation and maintenance work of the distributed micro-service architecture platform usually needs to be accumulated and experienced by the operation and maintenance personnel, and depends on the degree of knowledge of the operation and maintenance personnel about the implementation of the technology of the distributed micro-service architecture platform for implementing the operation and maintenance work: such as the system development language, the open source technology used, and the degree of knowledge of the implementation environment. Because the distributed micro-service architecture platform involves more technology, if a distributed micro-service architecture platform is to be successfully maintained, it is necessary for the operation and maintenance personnel to have enough technical accumulation and experience, and more operation and maintenance personnel are required. However, with the development of software technology and the continuous improvement of the digitization degree of each industry, the complexity of the distributed micro-service architecture platform capable of well meeting the digitization requirement is higher and higher, the difficulty of operation and maintenance is higher and the operation and maintenance cost is also continuously improved. There is an urgent need for a method to solve the operation and maintenance problem of the distributed micro-service architecture platform. However, there is no effective method in the prior art to well reduce the complexity of the operation and maintenance of the distributed micro service architecture platform. Therefore, even if some small and medium enterprises have the requirements of the distributed micro-service architecture platform, the technical investment and the fund investment of the platform in operation and maintenance cannot be borne.
Disclosure of Invention
The invention aims to overcome the defects of the prior art, and discloses a method and a system for solving the operation and maintenance problems of a distributed micro-service architecture platform.
The aim of the invention is realized by the following technical scheme:
a method for solving the operation and maintenance problems of a distributed micro-service architecture platform comprises the following steps:
s1, intercepting front-end information data, processing the intercepted information data and storing processed information;
s2, intercepting the back-end information data, processing the intercepted information data and storing the processed information;
s3, configuring a distributed micro-service architecture platform resource monitor through a platform resource pool, monitoring platform resources through the distributed micro-service architecture platform resource monitor, wherein the platform resources comprise CPU occupancy rate, memory utilization rate, disk I/O and network I/O basic resource running states, and storing acquired information data;
s4, acquiring all the stored monitoring information in the steps S1 to S3, and carrying out unified structuring treatment on the information;
s5, the abnormality processing assembly line acquires the monitoring information after the structured processing, analyzes the abnormality information of the distributed micro-service architecture platform through an intelligent algorithm, gives out a module and a reason for abnormality generation, and gives out an abnormality processing scheme;
s6, transmitting the basic resource running state information in the step S4 and the abnormality generation module, the abnormality generation reason and the abnormality processing scheme obtained in the step S5 to an information display control console, wherein the information display control console displays the running state, the resource use condition, the alarm information, the system abnormality information and the system abnormality processing progress of the distributed micro-service architecture platform in an imaging mode.
The step S1 specifically comprises the following steps:
s101, intercepting a front-end request through a request interceptor and acquiring front-end request related information;
s102, after receiving the front-end request response, the response interceptor processes the response code, records response data in a mode of exporting the response code to the page after processing, and further acquires front-end operation information.
The step S1 further includes the steps of: when the front-end program generates an abnormality, the front-end abnormality interceptor intercepts and uniformly processes the front-end abnormality information.
The step S2 specifically includes the following steps:
s201, intercepting a back-end action receiving a front-end request by an action interceptor, and enabling the back-end action to correspond to the front-end request to form a request link through intercepting the back-end action;
s202, recording a rear-stage action processing procedure in the step S3 through a procedure call interceptor;
s203, processing the persistence part of the back-end action through a persistence interceptor and recording the persistence processing information.
The step S2 further includes the steps of: when the back-end program generates an exception, the back-end exception interceptor intercepts and processes the back-end exception information. The back-end abnormal interceptor and the front-end abnormal interceptor form an abnormal information acquisition module of the link.
The step S3 further includes the steps of: when the platform resource information is abnormal, the distributed micro-service architecture platform resource monitor gives an alarm in the form of mail.
A system for solving the operation and maintenance problems of a distributed micro-service architecture platform comprises a distributed micro-service architecture, a front-end monitoring probe, a rear-end monitoring probe, a data memory, a monitoring data formatting processor, an exception handling pipeline and an information display console; the front end monitoring probe input end is connected with the distributed micro-service architecture platform, the front end monitoring probe output end is connected with the data memory input end, the rear end monitoring probe input end is connected with the distributed micro-service architecture platform, the rear end monitoring probe output end is connected with the data memory input end, the data memory output end is connected with the monitoring data formatting processor input end, the monitoring data formatting processor output end is connected with the exception handling pipeline input end, and the exception handling pipeline output end is connected with the information display console.
The front-end monitoring probe comprises a request interceptor, a response interceptor and a front-end exception interceptor; the input end of the request interceptor is connected with the distributed micro-service architecture platform, the output end of the request interceptor is connected with the input end of the response interceptor, and the output end of the response interceptor is connected with the data storage; the input end of the front-end exception interceptor is connected with the distributed micro-service architecture platform, and the output end of the front-end exception interceptor is connected with the data storage.
The back end detection probe comprises an action interceptor, a process call interceptor, a persistence interceptor and a back end exception interceptor; the input end of the action interceptor is connected with the distributed micro-service framework platform, the output end of the action interceptor is connected with the input end of the process call interceptor, the output end of the process call interceptor is connected with the input end of the persistence interceptor, and the output end of the persistence pull gas is connected with the data memory; the input end of the back-end exception interceptor is connected with the distributed micro-service architecture platform, and the output end of the back-end exception interceptor is connected with the data storage.
The invention has the beneficial effects that:
according to the distributed micro-service architecture platform monitoring system, the interceptor is used for monitoring the distributed micro-service architecture platform, intelligent analysis is carried out on data acquired by the monitoring probe, interception recording is carried out on anomalies of the distributed micro-service architecture platform through the anomaly interceptor, analysis and filtration are carried out on anomaly information through the anomaly processing pipeline, visual display is carried out on the monitoring information through the information display control console, the problems that the operation and maintenance of the distributed micro-service architecture platform are complex, the technical level requirement is high, and the operation and maintenance cost is high are effectively solved, and strong operation and maintenance support is provided for the realization of the distributed micro-service architecture platform.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to the structures shown in these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a system schematic block diagram of the present invention;
FIG. 2 is a front end processing flow diagram of the present invention;
FIG. 3 is a back-end processing flow diagram of the present invention;
FIG. 4 is a flow chart of the data analysis process of the present invention;
FIG. 5 is a flow chart of a distributed micro-service architecture platform resource monitor process of the present invention.
Detailed Description
It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
The following description of the embodiments of the present invention will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are only some, but not all embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
In this embodiment, as shown in fig. 1, a system for solving the operation and maintenance problems of a distributed micro-service architecture platform includes a distributed micro-service architecture platform, a front-end monitoring probe, a back-end monitoring probe, a data memory, a monitoring data formatting processor, an exception handling pipeline and an information display console; the front end monitoring probe input end is connected with the distributed micro-service architecture platform, the front end monitoring probe output end is connected with the data memory input end, the rear end monitoring probe input end is connected with the distributed micro-service architecture platform, the rear end monitoring probe output end is connected with the data memory input end, the data memory output end is connected with the monitoring data formatting processor input end, the monitoring data formatting processor output end is connected with the exception handling pipeline input end, and the exception handling pipeline output end is connected with the information display console.
The front-end monitoring probe comprises a request interceptor, a response interceptor and a front-end exception interceptor; the input end of the request interceptor is connected with the distributed micro-service architecture platform, the output end of the request interceptor is connected with the input end of the response interceptor, and the output end of the response interceptor is connected with the data storage; the input end of the front-end exception interceptor is connected with the distributed micro-service architecture platform, and the output end of the front-end exception interceptor is connected with the data storage.
The back end detection probe comprises an action interceptor, a process call interceptor, a persistence interceptor and a back end exception interceptor; the input end of the action interceptor is connected with the distributed micro-service framework platform, the output end of the action interceptor is connected with the input end of the process call interceptor, the output end of the process call interceptor is connected with the input end of the persistence interceptor, and the output end of the persistence pull gas is connected with the data memory; the input end of the back-end exception interceptor is connected with the distributed micro-service architecture platform, and the output end of the back-end exception interceptor is connected with the data storage.
Request interceptor: the role of the request interceptor is to perform some operations before the request is sent, and a technique to intercept the front-end request by the request interceptor to obtain information related to the front-end request.
Response interceptor: the response interceptor is used for processing and recording data after receiving the response, for example, recording the relevant information of the current login after the server returns to the login success state. The response interceptor processes the response code and the like, and records the response data in a mode of exporting the response code to the page after processing, so that front-end operation information is further acquired.
Front end anomaly interceptor: the front-end exception interceptor is used for processing front-end exceptions, and is used for intercepting front-end exception information through the exception interceptor.
Action interceptor: the action interceptor intercepts a back-end action receiving the front-end request, and the back-end action corresponds to the front-end request to form a request link through interception of the back-end action.
Procedure call interceptor: the procedure call interceptor records the processing procedure of the back-end action for further perfecting the request link data.
Persistent interceptor: the persistence interceptor is the same as the procedure call interceptor, processes the persistence part of the back-end action of the distributed micro service architecture platform, records the persistence processing information, and perfects the request link in cooperation with other interceptors.
Back-end anomaly interceptor: the back-end anomaly interceptor is used for processing back-end anomalies, and is used for intercepting back-end anomaly information through the anomaly interceptor, and when the back-end program is abnormal, the interceptor uniformly processes the back-end anomalies, so that the back-end anomalies can be acquired, and the back-end anomalies and the front-end anomalies together form the link anomaly information acquisition module.
The distributed micro-service architecture platform resource monitor is used for monitoring platform resources such as CPU occupancy rate, memory utilization rate, disk I/O, network I/O and other basic resource running states, and further perfecting platform monitoring information.
After all the operation information of the platform is obtained, unified structuring processing is carried out on the information, so that a data storage mode of the platform is more suitable for later analysis, and preparation is carried out for state analysis, abnormal condition analysis and abnormal positioning of the system.
The exception handling assembly line obtains monitoring information after structured handling, analyzes the distributed micro-service architecture platform exception through an intelligent algorithm, gives out a module and a reason for exception generation, and gives out an exception handling scheme.
The running state, the resource use condition, the alarm information, the system abnormality processing progress and the like of the distributed micro-service architecture platform are displayed in a graphical mode in the information display control console. And (5) preparing for processing the operation and maintenance problems in advance.
As shown in fig. 2, 3 and 4, a method for solving the operation and maintenance problems of the distributed micro service architecture platform includes the following steps:
s1, intercepting front-end information data, processing the intercepted information data and storing processed information;
s2, intercepting the back-end information data, processing the intercepted information data and storing the processed information;
s3, configuring a distributed micro-service architecture platform resource monitor through a platform resource pool, monitoring platform resources through the distributed micro-service architecture platform resource monitor, wherein the platform resources comprise CPU occupancy rate, memory utilization rate, disk I/O and network I/O basic resource running states, and storing acquired information data;
s4, acquiring all the stored monitoring information in the steps S1 to S3, and carrying out unified structuring treatment on the information;
s5, the abnormality processing assembly line acquires the monitoring information after the structured processing, analyzes the abnormality information of the distributed micro-service architecture platform through an intelligent algorithm, gives out a module and a reason for abnormality generation, and gives out an abnormality processing scheme;
s6, transmitting the basic resource running state information in the step S4 and the abnormality generation module, the abnormality generation reason and the abnormality processing scheme obtained in the step S5 to an information display control console, wherein the information display control console displays the running state, the resource use condition, the alarm information, the system abnormality information and the system abnormality processing progress of the distributed micro-service architecture platform in an imaging mode.
The step S1 specifically comprises the following steps:
s101, intercepting a front-end request through a request interceptor and acquiring front-end request related information;
s102, after receiving the front-end request response, the response interceptor processes the response code, records response data in a mode of exporting the response code to the page after processing, and further acquires front-end operation information.
The step S1 further includes the steps of: when the front-end program generates an abnormality, the front-end abnormality interceptor intercepts and uniformly processes the front-end abnormality information.
The step S2 specifically includes the following steps:
s201, intercepting a back-end action receiving a front-end request by an action interceptor, and enabling the back-end action to correspond to the front-end request to form a request link through intercepting the back-end action;
s202, recording a rear-stage action processing procedure in the step S3 through a procedure call interceptor;
s203, processing the persistence part of the back-end action through a persistence interceptor and recording the persistence processing information.
The step S2 further includes the steps of: when the back-end program generates an exception, the back-end exception interceptor intercepts and processes the back-end exception information. The back-end abnormal interceptor and the front-end abnormal interceptor form an abnormal information acquisition module of the link.
The step S3 further includes the steps of: when the platform resource information is abnormal, the distributed micro-service architecture platform resource monitor gives an alarm in the form of mail.
The foregoing has shown and described the basic principles and main features of the present invention and the advantages of the present invention. It will be understood by those skilled in the art that the present invention is not limited to the embodiments described above, and that the above embodiments and descriptions are merely illustrative of the principles of the present invention, and various changes and modifications may be made without departing from the spirit and scope of the invention, which is defined in the appended claims. The scope of the invention is defined by the appended claims and equivalents thereof.

Claims (5)

1. The method for solving the operation and maintenance problems of the distributed micro-service architecture platform is characterized by comprising the following steps:
s1, intercepting front-end information data, processing the intercepted information data and storing processed information;
s2, intercepting the back-end information data, processing the intercepted information data and storing the processed information;
s3, configuring a distributed micro-service architecture platform resource monitor through a platform resource pool, monitoring platform resources through the distributed micro-service architecture platform resource monitor, wherein the platform resources comprise CPU occupancy rate, memory utilization rate, disk I/O and network I/O basic resource running states, and storing acquired information data;
s4, acquiring all the stored monitoring information in the steps S1 to S3, and carrying out unified structuring treatment on the acquired monitoring information;
s5, the abnormality processing assembly line acquires the monitoring information after the structured processing, analyzes the abnormality information of the distributed micro-service architecture platform through an intelligent algorithm, gives out a module and a reason for abnormality generation, and gives out an abnormality processing scheme;
s6, transmitting the basic resource running state information after the structuring treatment in the step S4 and the abnormality generation module, the abnormality generation reason and the abnormality treatment scheme obtained in the step S5 to an information display control console, wherein the information display control console displays the running state, the resource use condition, the alarm information, the system abnormality information and the system abnormality treatment progress of the distributed micro-service architecture platform in an imaging mode;
the step S1 specifically comprises the following steps:
s101, intercepting a front-end request through a request interceptor and acquiring front-end request related information;
s102, after receiving front-end request response, the response interceptor processes the response code, records response data in a mode of exporting the response code to a page after processing the response code, and further acquires front-end operation information;
the step S1 further includes the steps of: when the front-end program generates an abnormality, the front-end abnormality information is intercepted by a front-end abnormality interceptor and uniformly processed;
the step S2 specifically includes the following steps:
s201, intercepting a back-end action receiving a front-end request by an action interceptor, and enabling the back-end action to correspond to the front-end request to form a request link through intercepting the back-end action;
s202, recording a rear-end action processing procedure in the step S201 through a procedure call interceptor;
s203, processing a persistence part of the back-end action through a persistence interceptor and recording persistence processing information;
the step S2 further includes the steps of: when the back-end program generates an exception, the back-end exception interceptor intercepts back-end exception information and processes the back-end exception information.
2. The method for solving the operation and maintenance problem of the distributed micro-service architecture platform according to claim 1, wherein the step S3 further comprises the steps of: when the platform resource information is abnormal, the distributed micro-service architecture platform resource monitor gives an alarm in the form of mail.
3. A system for solving the problem of operation and maintenance of a distributed micro-service architecture platform based on any one of claims 1-2, comprising the distributed micro-service architecture platform, a front-end monitoring probe, a back-end monitoring probe, a data memory, a monitoring data formatting processor, an exception handling pipeline and an information presentation console; the front end monitoring probe input end is connected with the distributed micro-service architecture platform, the front end monitoring probe output end is connected with the data memory input end, the rear end monitoring probe input end is connected with the distributed micro-service architecture platform, the rear end monitoring probe output end is connected with the data memory input end, the data memory output end is connected with the monitoring data formatting processor input end, the monitoring data formatting processor output end is connected with the exception handling pipeline input end, and the exception handling pipeline output end is connected with the information display console.
4. The system for solving the problem of operation and maintenance of a distributed micro-service architecture platform of claim 3, wherein the front-end monitoring probe comprises a request interceptor, a response interceptor, and a front-end exception interceptor; the input end of the request interceptor is connected with the distributed micro-service architecture platform, the output end of the request interceptor is connected with the input end of the response interceptor, and the output end of the response interceptor is connected with the data storage; the input end of the front-end exception interceptor is connected with the distributed micro-service architecture platform, and the output end of the front-end exception interceptor is connected with the data storage.
5. The system for solving the problem of operation and maintenance of a distributed micro-service architecture platform of claim 3, wherein the back-end monitoring probes comprise an action interceptor, a procedure call interceptor, a persistence interceptor, and a back-end exception interceptor; the input end of the action interceptor is connected with the distributed micro-service framework platform, the output end of the action interceptor is connected with the input end of the process call interceptor, the output end of the process call interceptor is connected with the input end of the persistence interceptor, and the output end of the persistence interceptor is connected with the data storage; the input end of the back-end exception interceptor is connected with the distributed micro-service architecture platform, and the output end of the back-end exception interceptor is connected with the data storage.
CN202210192257.6A 2022-03-01 2022-03-01 Method and system for solving operation and maintenance problems of distributed micro-service architecture platform Active CN114553724B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210192257.6A CN114553724B (en) 2022-03-01 2022-03-01 Method and system for solving operation and maintenance problems of distributed micro-service architecture platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210192257.6A CN114553724B (en) 2022-03-01 2022-03-01 Method and system for solving operation and maintenance problems of distributed micro-service architecture platform

Publications (2)

Publication Number Publication Date
CN114553724A CN114553724A (en) 2022-05-27
CN114553724B true CN114553724B (en) 2024-03-26

Family

ID=81660935

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210192257.6A Active CN114553724B (en) 2022-03-01 2022-03-01 Method and system for solving operation and maintenance problems of distributed micro-service architecture platform

Country Status (1)

Country Link
CN (1) CN114553724B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105187521A (en) * 2015-08-25 2015-12-23 努比亚技术有限公司 Service processing device and method
CN108304271A (en) * 2018-01-16 2018-07-20 深圳市康拓普信息技术有限公司 A kind of distributed transaction management device under micro services framework and management method
CN110287053A (en) * 2019-06-27 2019-09-27 四川新网银行股份有限公司 The method that distributed system is uniformly processed extremely
CN112035317A (en) * 2020-08-28 2020-12-04 北京浪潮数据技术有限公司 Micro-service link monitoring method, device, equipment and medium
CN113824603A (en) * 2021-11-25 2021-12-21 天津众颐科技有限责任公司 Dynamic configuration method for overtime time when front-end calls micro-service interface
CN113946499A (en) * 2021-10-22 2022-01-18 神州数码系统集成服务有限公司 Micro-service link tracking and performance analysis method, system, equipment and application

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8856862B2 (en) * 2006-03-02 2014-10-07 British Telecommunications Public Limited Company Message processing methods and systems
US9026801B2 (en) * 2012-04-26 2015-05-05 Hewlett-Packard Development Company, L.P. System call interception
US11070578B2 (en) * 2019-09-05 2021-07-20 Zscaler, Inc. Packet dump utility in a mobile application for efficient troubleshooting

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105187521A (en) * 2015-08-25 2015-12-23 努比亚技术有限公司 Service processing device and method
CN108304271A (en) * 2018-01-16 2018-07-20 深圳市康拓普信息技术有限公司 A kind of distributed transaction management device under micro services framework and management method
CN110287053A (en) * 2019-06-27 2019-09-27 四川新网银行股份有限公司 The method that distributed system is uniformly processed extremely
CN112035317A (en) * 2020-08-28 2020-12-04 北京浪潮数据技术有限公司 Micro-service link monitoring method, device, equipment and medium
CN113946499A (en) * 2021-10-22 2022-01-18 神州数码系统集成服务有限公司 Micro-service link tracking and performance analysis method, system, equipment and application
CN113824603A (en) * 2021-11-25 2021-12-21 天津众颐科技有限责任公司 Dynamic configuration method for overtime time when front-end calls micro-service interface

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
前后端分离模式下的WEB系统集成方案;王锋等;《通信技术》;20200910;第53卷(第09期);第2347-2350页 *
基于微服务架构的应用监控系统设计与实现;丁学英等;《电力信息与通信技术》;20180715;第16卷(第07期);第75-79页 *
基于微服务架构的日志监控系统的设计与实现;张振等;《软件》;20171115;第38卷(第11期);第196-201页 *

Also Published As

Publication number Publication date
CN114553724A (en) 2022-05-27

Similar Documents

Publication Publication Date Title
CN102937930B (en) Application program monitoring system and method
JP3927539B2 (en) System and method for monitoring software queuing applications
CN111858125B (en) Task processing method, device, electronic equipment and readable storage medium
CN110737653B (en) Integrated enterprise data processing system and method based on micro-service
CN113900834B (en) Data processing method, device, equipment and storage medium based on Internet of things technology
CN111163150A (en) Distributed calling tracking system
CN111209166A (en) Automatic inspection system for B/S architecture business system
CN111897806A (en) Big data offline data quality inspection method and device
CN112235262A (en) Message analysis method and device, electronic equipment and computer readable storage medium
CN109299124B (en) Method and apparatus for updating a model
CN114553724B (en) Method and system for solving operation and maintenance problems of distributed micro-service architecture platform
CN113411400B (en) Information calling method and device, electronic equipment and readable storage medium
CN112887355B (en) Service processing method and device for abnormal server
CN112910733A (en) Full link monitoring system and method based on big data
CN112783730B (en) Interface monitoring method, device, medium and electronic equipment
CN113900905A (en) Log monitoring method and device, electronic equipment and storage medium
CN113656239A (en) Monitoring method and device for middleware and computer program product
CN113419887A (en) Method and device for processing abnormal online transaction of host
CN112000720A (en) Management method and management system for database connection and database connection pool
CN111797008B (en) Automatic verification method, equipment and storage medium for mobile terminal embedded point data
CN117997715A (en) Alarm processing method, device, equipment, storage medium and program product
CN115499292B (en) Alarm method, device, equipment and storage medium
CN112035312B (en) Method and device for detecting availability state of Leader process in Kafka cluster
CN114201564A (en) Map production task processing method and device, electronic equipment and storage medium
CN113516555A (en) Repeated service transaction detection method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant