CN117097803A - HTTP-based full link tracking method, system, equipment and storage medium - Google Patents

HTTP-based full link tracking method, system, equipment and storage medium Download PDF

Info

Publication number
CN117097803A
CN117097803A CN202311356656.2A CN202311356656A CN117097803A CN 117097803 A CN117097803 A CN 117097803A CN 202311356656 A CN202311356656 A CN 202311356656A CN 117097803 A CN117097803 A CN 117097803A
Authority
CN
China
Prior art keywords
link
service system
information
service
http
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.)
Pending
Application number
CN202311356656.2A
Other languages
Chinese (zh)
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.)
Yifang Information Technology Co ltd
Original Assignee
Yifang 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 Yifang Information Technology Co ltd filed Critical Yifang Information Technology Co ltd
Priority to CN202311356656.2A priority Critical patent/CN117097803A/en
Publication of CN117097803A publication Critical patent/CN117097803A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • 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/06Management of faults, events, alarms or notifications
    • H04L41/069Management of faults, events, alarms or notifications using logs of notifications; Post-processing of notifications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application provides a full link tracking method, a system, equipment and a storage medium based on HTTP, wherein the method comprises the following steps: introducing non-invasive probes to each service system and application end through Skywalk for reporting logs of each service system to a search engine; when an application end sends out a request, generating and injecting a link ID; the link ID is associated with log reporting information of each service system and is used for extracting the requested service link; on the basis of S3, transmitting a link ID to the gateway through response information of the service system, wherein the link ID is used for extracting a service system network access link after a request arrives at the gateway; and the search engine is used for carrying out association storage on the log information of each service system and the link ID and rapidly positioning the corresponding full-link information according to the link ID. The distributed system logic is connected in series through the scheme, so that full-link tracking is realized, and convenience in troubleshooting or flow analysis work is improved.

Description

HTTP-based full link tracking method, system, equipment and storage medium
Technical Field
The application relates to the technical field of computers, in particular to a full link tracking method, system, equipment and storage medium based on HTTP.
Background
In the existing distributed system architecture, the independence and low coupling of a single system are mainly emphasized, so that the systems are in weak relation, even no direct relation exists between the systems, and therefore, the distributed system has the advantages of being weak in dependence between the systems, capable of being independently developed and maintained, high in stability and significant in improving efficiency and reducing risks. However, for such a system with high independence, when performing tasks such as investigation and flow analysis, a large investigation threshold and analysis threshold are stored, which also causes great trouble to programmers handling the corresponding tasks; when a problem occurs in the feedback use of the user, the problem can be usually only checked according to the function name or the time node, or after local reproduction, the log search is performed according to the requested URI, in addition, more information is difficult to apply to the problem checking or the flow analysis, however, the range of the result searched by the above-mentioned checking mode is larger, the accurate checking effect is difficult to achieve, and because of the weak relevance between the systems in the distributed architecture, the problem of higher problem checking cost is caused. Accordingly, improvements to the foregoing problems are needed.
Disclosure of Invention
Aiming at the defects of the prior art, the application provides a full link tracking method, a full link tracking system, full link tracking equipment and a storage medium based on HTTP.
The application discloses a full link tracking method based on HTTP, which is characterized by comprising the following steps:
s1: introducing non-invasive probes to each service system and application end through Skywalk for reporting logs of each service system to a search engine;
s2: when an application end sends out a request, generating and injecting a link ID;
s3: the link ID is associated with log reporting information of each service system and is used for extracting the requested service link;
s4: on the basis of S3, transmitting a link ID to the gateway through response information of the service system, wherein the link ID is used for extracting a service system network access link after a request arrives at the gateway;
s5: and the search engine is used for carrying out association storage on the log information of each service system and the link ID and rapidly positioning the corresponding full-link information according to the link ID.
In an optional embodiment, in S2, when the application end sends a request, a link ID is generated and injected through an interceptor, where the interceptor is a WEB interceptor and/or an OpenFeign interceptor.
In an alternative embodiment, in S4, the link ID is transmitted through a rettemplate interceptor and/or an HttpClient interceptor.
A second aspect of the application discloses an HTTP-based full link tracking system,
including non-invasive probe and link ID; the non-invasive probe is introduced to each service system and application end through Skywalk and is used for reporting the log of each service system to a search engine; the link ID is generated and injected when the application end sends out a request, and is associated with log reporting information of each service system for extracting a requested service link; transmitting the link ID to a gateway through response information of the service system, and extracting a service system network access link after a request arrives at the gateway; and the search engine is used for carrying out association storage on the log information of each service system and the link ID and rapidly positioning the corresponding full-link information according to the link ID.
In an alternative embodiment, the service system is an APM system.
In an alternative embodiment, the full link information includes service link information and network access link information.
In an alternative embodiment, the search engine includes a storage service, a search service, and a visualization service.
The third aspect of the present application discloses a full link tracking communication device based on HTTP, comprising:
at least one processor, and,
a memory communicatively coupled to the at least one processor; wherein,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the HTTP-based full link tracking method as disclosed in any of the first aspects of the present application.
A fourth aspect of the application discloses a computer-readable storage medium,
the computer-readable storage medium stores computer-executable instructions for causing a computer to perform the HTTP-based full link tracking method according to any one of the first aspect of the present disclosure.
Compared with the prior art, the application has the following advantages:
when the full link tracking method based on HTTP is applied to a distributed system architecture, the link ID generated by a request in application is associated with log information of a service system and reported to a search engine by integrating Skywalk and injection of the link ID, so that the link ID information corresponding to the request can be quickly searched in the search engine to inquire a request route accompanied by the link ID, and the efficiency of problem detection is improved; meanwhile, the link ID is fed back to the gateway through the response header information of the service system, so that the connection from the gateway to the application is opened, the tracking capability from the external entrance of the site to the application is improved, the MDC link log tracking capability and range are greatly expanded, each independent service system in the distributed system can be well connected in series, the effect of checking the end is realized by one link ID evidence, and the aim of rapidly checking the problem is fulfilled.
Drawings
In order to more clearly illustrate the embodiments of the application or the technical solutions of the prior art, the drawings which are used in the description of the embodiments or the prior art will be briefly described, it being obvious that the drawings in the description below are only some embodiments of the application, and that other drawings can be obtained according to these drawings without inventive faculty for a person skilled in the art.
FIG. 1 is a flow chart of the HTTP-based full link tracking method of the present application;
fig. 2 is a schematic diagram of an HTTP-based full link tracking system according to the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
In the description of the present application, it should be noted that the directions or positional relationships indicated by the terms "center", "upper", "lower", "left", "right", "vertical", "horizontal", "inner", "outer", etc. are based on the directions or positional relationships shown in the drawings, are merely for convenience of describing the present application and simplifying the description, and do not indicate or imply that the devices or elements referred to must have a specific orientation, be configured and operated in a specific orientation, and thus should not be construed as limiting the present application. Furthermore, the terms "first," "second," "third," "fourth," and the like are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
In the description of the present application, it should be noted that, unless explicitly specified and limited otherwise, the terms "mounted," "connected," and "connected" are to be construed broadly, and may be either fixedly connected, detachably connected, or integrally connected, for example; can be mechanically or electrically connected; can be directly connected or indirectly connected through an intermediate medium, and can be communication between two elements. The specific meaning of the above terms in the present application will be understood in specific cases by those of ordinary skill in the art.
Embodiment 1, referring to fig. 1, the embodiment of the application discloses a full link tracking method based on HTTP, comprising the following steps:
s1: introducing non-invasive probes to each service system and application end through Skywalk for reporting logs of each service system to a search engine;
s2: when an application end sends out a request, generating and injecting a link ID;
s3: the link ID is associated with log reporting information of each service system and is used for extracting the requested service link;
s4: on the basis of S3, transmitting a link ID to the gateway through response information of the service system, and extracting a service system network access link after a request arrives at the gateway, namely, associating the execution process of the request with the link ID by adding the link ID in a log, outputting the link ID to a file, and finally transmitting the link ID to the gateway in an HTTP response head, and associating the link ID with the gateway execution process;
s5: the search engine carries out association storage on log information of each service system and the link ID, and is used for rapidly positioning corresponding full-link information according to the link ID and carrying out visual output;
after the steps are completed, the link ID information is searched and injected in the search engine, and the link ID is associated with the log reporting information of the service system, so that the link ID can be used for providing all link information such as a service link, a network access link and the like corresponding to a request sent by an application end, the request passing path can be rapidly extracted, and the request passing path can be independently analyzed and examined, so that the search of a plurality of service system logs and the screening of corresponding request logs from a large number of service logs can be avoided, and the positioning rate is improved.
In order to facilitate understanding of the solution of the present application, the following description will proceed with the relevant content of the solution. The method is realized based on Java language, skywalking is used for providing a non-invasive probe function, and when Java application is started, a probe thread is started at the same time to report link information and data periodically; the link ID, also called as request ID, is generated by the application end, and after the request sent by the application end reaches the target service system, the request continues to return to the gateway layer along with the response information, and the log information of the gateway layer is also reported to the search engine, so that the link ID is finally realized to be completely transmitted in the full link along with the log information, and the log information can be conveniently displayed in a visual window after the log information is acquired by the search engine; here, the gateway layer is preferably NGNINX or other gateway, the visualization window is preferably a Kibana page, and the log information is preferably collected by filebean.
According to the scheme, non-invasive probes are introduced into different service systems through Skywalk for log reporting of each service system, an application end performs periodic log reporting through a probe thread, when the application end sends a request, a link ID is generated and injected, then the link ID is associated with log information of the different service systems, a plurality of service systems are connected in series in the mode, and the information island problem of each independent service system in the distributed system is solved.
In an optional embodiment, in S2, when the application end sends a request, a link ID is generated and injected through an interceptor, where the interceptor is a WEB interceptor and/or an OpenFeign interceptor. The WEB interceptor is mainly used for intercepting all requests for services and judging whether a link ID is required to be generated, and if the link ID is not generated at the upstream or is used as the most downstream node, the link ID is actively generated; while OpenFeign is a standard based on service call clients, its interceptor is mainly used to pass down the link ID. The advantage of both is that the logic is embedded in a cut-off manner, and the transfer of all incoming and outgoing access link IDs can be realized as long as one place is realized.
In an alternative embodiment, in S4, the link ID is transmitted through a rettemplate interceptor and/or an HttpClient interceptor. The application actively calls the external interface, actively reads the link ID from the current log context through a RestTemplate interceptor or an HttpClient interceptor, and then transmits the link ID to the upstream, and the two have the advantages of uniformly transmitting the link ID through a public object and reducing repeated codes.
And transmitting the header content of the request response to the gateway carrying the link ID, and associating with the execution process of the gateway, thereby reporting the network access link information to the search engine.
For distributed system fault searching, the conventional fault searching mode usually only searches the problem according to the function name or the time node, or searches the log information according to the URI of the request after local reproduction, and the log information corresponding to the request is stored in each service system, so that the conventional searching method has a large searching result range, the accurate searching purpose is difficult to achieve, and a programmer is required to spend a large time, effort and cost to search the problem. When the full link tracking method based on HTTP is applied to a distributed system architecture, the link ID requested to be generated in the application is associated with log information of an APM system and reported to a search engine by integrating Skywalk and injecting the link ID, so that link ID information corresponding to a request can be quickly searched in the search engine to search a request path along with the link ID, and the efficiency of problem detection is improved; meanwhile, the link ID is fed back to the gateway through the response header information of the service system, so that the connection from the gateway to the application is opened, the tracking capability from the external entrance of the site to the application is improved, the MDC link log tracking capability and range are greatly expanded, each independent service system in the distributed system can be well connected in series, the effect of checking the end is realized by one link ID evidence, and the aim of rapidly checking the problem is fulfilled.
Embodiment 2, referring to fig. 2, a second aspect of the present application discloses an HTTP-based full link tracking system,
including non-invasive probe and link ID; the non-invasive probe is introduced to each service system and application end through Skywalk and is used for reporting the log of each service system to a search engine; the link ID is generated and injected when the application end sends out a request, and is associated with log reporting information of each service system for extracting a requested service link; transmitting the link ID to a gateway through response information of the service system, and extracting a service system network access link after a request arrives at the gateway; and the search engine is used for storing log information of each service system and the link ID in an associated way and rapidly positioning corresponding full-link information according to the link ID.
The system adds a non-invasive probe function through Skywalk, the probe not only can collect link information in different service systems, but also can correlate and report the information in different service systems through a link ID, so that a fault place can be rapidly positioned on different service systems, and the target can be problem investigation or flow analysis.
In an alternative embodiment, the service system is an APM system. The APM system itself comprises a probe module, and in different APM systems, the link ID is associated with different APM systems, so that different systems are connected in series, and the information island problem of the different APM systems is solved.
In an optional embodiment, the full link information includes service link information and network access link information, where the service link information is association information of link IDs and log reporting information of each service system, and is used to extract a requested service link, and the network access link information is association information of link IDs and response information of the service system, and is used to extract a service system network access link after the request arrives at the gateway.
In an alternative embodiment, the search engine includes a storage service, a search service, and a visualization service; specifically, the search engine is preferably an elastic search, and may be other search engines including the three services.
For other specific descriptions of the HTTP-based full link tracking system, reference may be made to the specific descriptions of the HTTP-based full link tracking method, which are not described in detail herein.
Embodiment 3, a third aspect of the present application discloses an HTTP-based full link trace communication apparatus, comprising:
at least one processor, and,
a memory communicatively coupled to the at least one processor; wherein,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the HTTP-based full link tracking method as disclosed in any of the first aspects of the present application.
The computer device may be a terminal comprising a processor, a memory, a network interface, a display screen and input means connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program, when executed by a processor, implements a smart code-based customs export method. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, can also be keys, a track ball or a touch pad arranged on the shell of the computer equipment, and can also be an external keyboard, a touch pad or a mouse and the like.
Embodiment 4, a fourth aspect of the present application discloses a computer-readable storage medium storing computer-executable instructions for causing a computer to perform the HTTP-based full link tracking method as described above.
Those skilled in the art will appreciate that implementing all or part of the above-described embodiments of the method may be accomplished by way of a computer program to instruct the associated hardware, the computer program may be stored on a non-volatile computer readable storage medium, and the computer program, when executed, may include the above-described embodiments of the method through smart code-based customs export. Any reference to memory, storage, database, or other medium used in embodiments provided herein may include non-volatile and/or volatile memory. The nonvolatile memory can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), memory bus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
Alternatively, the above modules of the present application may be stored in a computer-readable storage medium if implemented as software functional modules and sold or used as a separate product. Based on such understanding, the technical solution of the embodiments of the present application may be essentially or part contributing to the related art, and the computer software product may be stored in a storage medium, and include several instructions to cause a computer device (which may be a personal computer, a terminal, or a network device) to execute all or part of the methods of the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program code, such as a removable storage device, RAM, ROM, magnetic or optical disk.
The above description is only one preferred embodiment of the method, system, device and storage medium for HTTP-based full link tracking, and is not intended to limit the present application, but any modifications, equivalents, improvements, etc. within the spirit and principles of the present application are intended to be included in the scope of the present application.

Claims (9)

1. The full link tracking method based on the HTTP is characterized by comprising the following steps of:
s1: introducing non-invasive probes to each service system and application end through Skywalk for reporting logs of each service system to a search engine;
s2: when an application end sends out a request, generating and injecting a link ID;
s3: the link ID is associated with log reporting information of each service system and is used for extracting the requested service link;
s4: on the basis of S3, transmitting a link ID to the gateway through response information of the service system, wherein the link ID is used for extracting a service system network access link after a request arrives at the gateway;
s5: and the search engine is used for carrying out association storage on the log information of each service system and the link ID and rapidly positioning the corresponding full-link information according to the link ID.
2. The method of claim 1, wherein in S2, when the application end sends a request, the link ID is generated and injected through an interceptor, and the interceptor is a WEB interceptor and/or an OpenFeign interceptor.
3. The HTTP-based full link tracking method according to claim 1, wherein in S4, the link ID is transmitted through a rettemplate interceptor and/or an HttpClient interceptor.
4. An HTTP-based full-link tracking system, comprising a non-invasive probe and a link ID; the non-invasive probe is introduced to each service system and application end through Skywalk and is used for reporting the log of each service system to a search engine; the link ID is generated and injected when the application end sends out a request, and is associated with log reporting information of each service system for extracting a requested service link; transmitting the link ID to a gateway through response information of the service system, and extracting a service system network access link after a request arrives at the gateway; and the search engine is used for carrying out association storage on the log information of each service system and the link ID and rapidly positioning the corresponding full-link information according to the link ID.
5. The HTTP-based all-link tracking system of claim 4, wherein the service system is an APM system.
6. The HTTP-based all-link tracking system of claim 4, wherein the all-link information includes service link information and network access link information.
7. The HTTP-based full link tracking system of claim 4, wherein the search engine comprises a storage service, a search service, and a visualization service.
8. An HTTP-based full link trace communication device, comprising:
at least one processor, and,
a memory communicatively coupled to the at least one processor; wherein,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the HTTP-based full link tracking method of any one of claims 1 to 3.
9. A computer-readable storage medium storing computer-executable instructions for causing a computer to perform the HTTP-based full link tracking method according to any one of claims 1 to 3.
CN202311356656.2A 2023-10-19 2023-10-19 HTTP-based full link tracking method, system, equipment and storage medium Pending CN117097803A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311356656.2A CN117097803A (en) 2023-10-19 2023-10-19 HTTP-based full link tracking method, system, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311356656.2A CN117097803A (en) 2023-10-19 2023-10-19 HTTP-based full link tracking method, system, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN117097803A true CN117097803A (en) 2023-11-21

Family

ID=88780186

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311356656.2A Pending CN117097803A (en) 2023-10-19 2023-10-19 HTTP-based full link tracking method, system, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN117097803A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106487596A (en) * 2016-10-26 2017-03-08 宜人恒业科技发展(北京)有限公司 Distributed Services follow the tracks of implementation method
CN114510356A (en) * 2021-12-30 2022-05-17 福建亿能达信息技术股份有限公司 Log tracking method, device, equipment and medium for calling operation between microservices
WO2022110675A1 (en) * 2020-11-25 2022-06-02 平安普惠企业管理有限公司 Artificial intelligence-based log generation method and apparatus, computer device and medium
CN115629940A (en) * 2022-11-02 2023-01-20 平安银行股份有限公司 Micro-service full-link tracking method, device, system and medium
CN116264555A (en) * 2022-11-25 2023-06-16 中移(苏州)软件技术有限公司 Distributed calling link tracking method and device for network product application
CN116893945A (en) * 2023-07-11 2023-10-17 中企云链(北京)金融信息服务有限公司 Operation and maintenance cloud platform service early warning method, system and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106487596A (en) * 2016-10-26 2017-03-08 宜人恒业科技发展(北京)有限公司 Distributed Services follow the tracks of implementation method
WO2022110675A1 (en) * 2020-11-25 2022-06-02 平安普惠企业管理有限公司 Artificial intelligence-based log generation method and apparatus, computer device and medium
CN114510356A (en) * 2021-12-30 2022-05-17 福建亿能达信息技术股份有限公司 Log tracking method, device, equipment and medium for calling operation between microservices
CN115629940A (en) * 2022-11-02 2023-01-20 平安银行股份有限公司 Micro-service full-link tracking method, device, system and medium
CN116264555A (en) * 2022-11-25 2023-06-16 中移(苏州)软件技术有限公司 Distributed calling link tracking method and device for network product application
CN116893945A (en) * 2023-07-11 2023-10-17 中企云链(北京)金融信息服务有限公司 Operation and maintenance cloud platform service early warning method, system and device

Similar Documents

Publication Publication Date Title
WO2020119434A1 (en) Method and apparatus for interface data processing, method and apparatus for automated testing, device, and medium
CN108259482B (en) Network Abnormal data detection method, device, computer equipment and storage medium
CN101242279B (en) Automatic penetration testing system and method for WEB system
US8667147B2 (en) Monitoring related content requests
US9529662B1 (en) Dynamic rule-based automatic crash dump analyzer
CN101345751B (en) Identifying application user as source of database activity
US20110041090A1 (en) Auditing a website with page scanning and rendering techniques
CN112347485B (en) Processing method for acquiring loopholes and automatically penetrating multiple engines
CN109766263A (en) Automatic test analysis and processing method, device, computer equipment and storage medium
CN107273748A (en) A kind of method that Android system Hole Detection is realized based on leak poc
CN108920364A (en) Software defect positioning method, device, terminal and computer readable storage medium
CN113868659B (en) Vulnerability detection method and system
CN106776318A (en) A kind of test script method for recording and system
CN107085549A (en) The method and apparatus of fault message generation
CN105637488A (en) Tracing source code for end user monitoring
CN115314255B (en) Attack result detection method, device, computer equipment and storage medium
CN107704369A (en) A kind of recording method of Operation Log, electronic equipment, storage medium, system
CN105468511A (en) Web page script error positioning method and apparatus
CN111858375A (en) Software testing method, device, electronic equipment and medium
CN109510738A (en) A kind of test method and equipment of communication link
CN112565244B (en) Active risk monitoring method, system and equipment for website projects
CN117130941B (en) Interface automation method, system, equipment and medium based on browser plug-in
CN110245050A (en) A method of it realizing script error monitoring and reports
CN117097803A (en) HTTP-based full link tracking method, system, equipment and storage medium
CN103902725A (en) Method and device for acquiring search engine optimization information

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