CN114510356A - Log tracking method, device, equipment and medium for calling operation between microservices - Google Patents
Log tracking method, device, equipment and medium for calling operation between microservices Download PDFInfo
- Publication number
- CN114510356A CN114510356A CN202111662622.7A CN202111662622A CN114510356A CN 114510356 A CN114510356 A CN 114510356A CN 202111662622 A CN202111662622 A CN 202111662622A CN 114510356 A CN114510356 A CN 114510356A
- Authority
- CN
- China
- Prior art keywords
- log
- link
- log information
- index
- service
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/547—Remote procedure calls [RPC]; Web services
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3065—Monitoring arrangements determined by the means or processing involved in reporting the monitored data
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/901—Indexing; Data structures therefor; Storage structures
- G06F16/9024—Graphs; Linked lists
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/54—Indexing scheme relating to G06F9/54
- G06F2209/547—Messaging middleware
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Quality & Reliability (AREA)
- Debugging And Monitoring (AREA)
Abstract
The invention provides a log tracking method, a log tracking device, log tracking equipment and a log tracking medium for calling operation between micro-services, wherein the method comprises the following steps: defining a link identifier at an entrance of the service logic to generate a link id; in the log recording process, the application service pushes the log information with the link id and the stack with error report to the middleware; a log index generation process, namely generating a link index and a log content index based on the Elasticissearch; in the log storage process, log information is read and recorded into the link index and the log content index respectively by continuously polling the middleware; and in the log information positioning process, quickly positioning all log information of one service operation through a link id returned by an application interface, and checking the calling track and the calling level of the current service calling through the link index. The invention inquires the middleware according to the project mark and the link id, greatly improves the debugging efficiency of developers, and can really realize the non-invasion of the system.
Description
Technical Field
The invention relates to the technical field of computers, in particular to a log tracking method, a log tracking device, log tracking equipment and log tracking media for calling operations among micro-services.
Background
The micro-service architecture is a new technology for deploying applications and services in the cloud, and the micro-service as a new technology for deploying applications and services in the cloud has become a hot topic at present. The basic idea of microservices is to consider creating applications around business domain components that can be developed, managed and accelerated independently.
With the decoupling ratio of products at the present stage becoming larger and larger, the complexity of project deployment is also increased along with the water rising vessel, a complete business operation is generally completed, and the coordination and calling before a plurality of micro-services are needed. When a problem occurs in a certain microservice, the log file is required to be browsed from one microservice to inquire the reason of error report, so that a great deal of time and energy are required, which obviously is quite unfavorable for improving the working efficiency.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a log tracking method, a device, equipment and a medium for calling operation between micro-services, wherein a service party only needs to push a log into a middleware, and an inquiry party inquires according to a project mark and a link id without needing to browse each micro-service log file one by one, so that the debugging efficiency of developers is greatly improved.
In a first aspect, the present invention provides a log tracking method for call operations between microservices, including:
a link identification defining process, wherein a link identification is defined at the entrance of the business logic, and a link id called by the business logic is generated and used for recording the whole business logic calling process between the micro services;
in the log recording process, the application service pushes log information to be recorded and an error report stack to the middleware, and the link id is attached to the log information;
in the log index generation process, when the log recording service reads log information, whether the log information of the current date has an index is judged, if not, the log service generates two indexes based on an elastic search, wherein one index is a link index, and the other index is a log content index;
in the log storage process, log information is read and recorded into the link index and the log content index respectively by continuously polling the middleware;
and in the log information positioning process, quickly positioning all log information of one service operation through a link id returned by an application interface, and checking the calling track and the calling level of the current service calling through the link index.
In a second aspect, the present invention provides a log tracking apparatus for invoking operations between microservices, comprising:
the link identifier definition module is used for defining a link identifier at an entrance of the business logic and generating a link id called by the business logic, wherein the link id is used for recording the whole business logic calling process between the micro services;
the log recording module is used for pushing log information required to be recorded and an error report stack to the middleware by the application service, and the link id is attached to the log information;
the log storage module is used for reading log information and recording the log information into an index of the current date corresponding to the elastic search by continuously polling the middleware;
the log index generation module is used for judging whether the log information of the current date has an index when the log recording service reads the log information, and if not, the log service generates two indexes based on the elastic search, wherein one index is a link index and the other index is a log content index;
and the log information positioning module is used for quickly positioning all log information of one service operation through the link id returned by the application interface and checking the calling track and the calling level of the current service calling through the link index.
In a third aspect, the present invention provides an electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of the first aspect when executing the program.
In a fourth aspect, the invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, performs the method of the first aspect.
One or more technical solutions provided in the embodiments of the present invention have at least the following technical effects or advantages: the invention realizes the tracking of the log information based on the elastic search and various message middleware, records the calling process of the whole service logic between the micro-services through the link id, and generates two indexes, one is a link index and the other is a log content index based on the elastic search when the log information is stored, so that the complete log record of a certain service operation can be inquired according to the link id when inquiring, and all log contents of a certain project can be inquired by combining with the configured project mark, thereby greatly improving the inquiry efficiency, really realizing the million log contents and millisecond-level positioning. In addition, the service side only needs to push the log to be recorded into the middleware, and the log recording can be realized; as a log recording service, only the relation is needed to read the log content from the middleware, so that the complete decoupling of the service is realized, the upstream and downstream systems are unrelated, and the system is truly non-intrusive.
The foregoing description is only an overview of the technical solutions of the present invention, and the embodiments of the present invention are described below in order to make the technical means of the present invention more clearly understood and to make the above and other objects, features, and advantages of the present invention more clearly understandable.
Drawings
The invention will be further described with reference to the following examples with reference to the accompanying drawings.
FIG. 1 is a flow chart of a method according to one embodiment of the present invention;
FIG. 2 is a schematic diagram of a link id logic trend transfer structure according to an embodiment of the present invention;
FIG. 3 is a flow chart of a log storage process according to an embodiment of the present invention;
FIG. 4 is a flowchart of generating an index based on an Elasticissearch according to an embodiment of the present invention;
FIG. 5 is a diagram illustrating a retrieval condition for log information location according to an embodiment of the present invention;
FIG. 6 is a schematic structural diagram of an apparatus according to a second embodiment of the present invention;
fig. 7 is a schematic structural diagram of an electronic device according to a third embodiment of the invention;
fig. 8 is a schematic structural diagram of a medium according to a fourth embodiment of the present invention.
Detailed Description
According to the log tracking method, device, equipment and medium for calling operation between micro-services, a server side only needs to push logs to a middleware, an inquiring side inquires according to project marks and link ids, and does not need to page each micro-service log file one by one, so that debugging efficiency of developers is greatly improved.
The technical scheme in the embodiment of the application has the following general idea: the invention realizes the tracking of the log information based on the elastic search and various message middleware, records the calling process of the whole service logic between the micro-services through the link id, and generates two indexes, one is a link index and the other is a log content index based on the elastic search when the log information is stored, so that the complete log record of a certain service operation can be inquired according to the link id when inquiring, and all log contents of a certain project can be inquired by combining with the configured project mark, thereby greatly improving the inquiry efficiency, really realizing the million log contents and millisecond-level positioning. In addition, the service side only needs to push the log to be recorded into the middleware, and the log recording can be realized; as a log recording service, only the relation is needed to read the log content from the middleware, so that the complete decoupling of the service is realized, the upstream and downstream systems are unrelated, and the system is truly non-intrusive.
Example one
As shown in fig. 1, the present embodiment provides a log tracking method for call operations between microservices, including:
a link identification defining process, wherein a link identification is defined at the entrance of the business logic, and a link id called by the business logic is generated and used for recording the whole business logic calling process between the micro services; as shown in fig. 2, the link id in the embodiment of the present invention is a query basis for calling between micro services, and regardless of the trend of the business logic, the calling situation between the services is how, i only need to transfer the link id, and can clearly know the logic trend, accurately locate an error, facilitate the problem troubleshooting of developers, and improve the efficiency.
In the log recording process, the application service pushes log information to be recorded and an error report stack to the middleware, and the link id is attached to the log information; the embodiment of the invention provides a plurality of log recording middleware, which supports redis, kafka, restApi, rabbitMQ and the like, and the application service only needs to push the log information required to be recorded and the stack reporting errors to the middleware. The server does not need to care how the log is stored, and only needs to care whether the log is normally pushed to the middleware or not.
A log index generation process, as shown in fig. 3, when the log recording service reads the log information, it determines whether there is an index in the log information of the current date, if not, the log recording service generates two indexes based on the elastic search, one is a link index, and the other is a log content index; namely, daily log records are all a new index, the data positioning is accurate, and the query efficiency is greatly improved.
In the log storage process, as shown in fig. 4, by continuously polling the middleware, the log information is read and recorded in the indexes of the current date corresponding to the Elasticsearch, that is, the link index and the log content index;
in the log information positioning process, as shown in fig. 5, all log information of one service operation is quickly positioned through a link id returned by an application interface, and a call track and a hierarchy of the current service call are checked through the link index. At this time, the link id is a link tracking code of the log information, so that all log information of one service operation can be quickly located.
The link id is a link tracking code of the log information, which plays an important role, in order to prevent a user from forgetting to define a link identifier at an entrance of the service logic, the log information is checked after being read in the log storage process, whether the log information includes the link id is judged, if not, an alarm message not including the link id is generated, and the user can return to the link identifier definition process to redefine the link identifier.
As a more preferred or specific implementation manner of this embodiment, the method further includes:
an item identifier establishing process, in which corresponding configured item identifiers are provided in an item configuration file, so that a plurality of items can be distinguished when sharing a log center, and therefore, in order to distinguish the items, item identifiers need to be configured in the item configuration file, and the item identifiers are included in the log information;
and an item identifier checking process, namely after the log information is read in the log storage process, when the log information is checked, judging whether the log information comprises the item identifier or not, if not, generating an alarm content and generating an alarm message without the item identifier.
As shown in fig. 5, in the log information positioning process, based on the log information of the service data, a specific action can be specifically positioned through the content index by using the keyword of the log content input by the user, or the log information of one level can be focused by using the log recording level selected by the user. Or, the positioning can be further carried out according to IP, class name, operation environment, time range and the like. Therefore, if the log information of the service data at one time is too much, the log content, the log recording level and other conditions can be matched with the link id for further screening, and the reading amount of the log record is reduced.
If there is an error log message, the log can print out the completed stack, and the user can completely see the detailed stack on the log center.
Through the technical scheme of the embodiment, a user can easily locate the log content related to a specific service content, but often a log analysis is only used for checking log information, and a call track of the log, such as call between modules, call between classes, call between methods and the like, is also checked. The log center well records the calling track and the hierarchy of the current service call through a link index. And the developer can more directly see the service calling logic.
Based on the same inventive concept, the application also provides a device corresponding to the method in the first embodiment, which is detailed in the second embodiment.
Example two
As shown in fig. 6, in this embodiment, there is provided a log tracking apparatus for invoking an operation between microservices, including:
the link identifier definition module is used for defining a link identifier at an entrance of the business logic and generating a link id called by the business logic, wherein the link id is used for recording the whole business logic calling process between the micro services; as shown in fig. 2, the link id in the embodiment of the present invention is a query basis for calling between micro services, and regardless of the trend of the business logic, the calling situation between the services is how, i only need to transfer the link id, and can clearly know the logic trend, accurately locate an error, facilitate the problem troubleshooting of developers, and improve the efficiency.
The log recording module is used for pushing log information required to be recorded and an error report stack to the middleware by the application service, and the link id is attached to the log information; the embodiment of the invention provides a plurality of log recording middleware, which supports redis, kafka, restApi, rabbitMQ and the like, and the application service only needs to push the log information required to be recorded and the stack reporting errors to the middleware. The server does not need to care how the log is stored, and only needs to care whether the log is normally pushed to the middleware or not.
A log index generating module, as shown in fig. 3, for the log recording service to determine whether there is an index in the log information of the current date when reading the log information, and if not, the log recording service generates two indexes based on the elastic search, one is a link index and the other is a log content index;
a log storage module, as shown in fig. 4, reading log information and recording the log information into the link index and the log content index respectively by continuously polling the middleware;
as shown in fig. 5, the log information positioning module quickly positions all log information of a service operation through a link id returned by the application interface, and views a call track and a hierarchy of a current service call through the link index.
As a more preferred or specific implementation manner of this embodiment, the apparatus further includes:
and the link id checking module is used for checking the log information after the log storage module reads the log information, judging whether the log information comprises the link id, and if not, generating an alarm message without the link id.
The project identifier establishing module is used for configuring project identifiers for corresponding items in the project configuration file, so that each project can be distinguished when a plurality of projects share one log center, and the project identifiers are contained in the log information;
the log storage module is used for storing log information, and the log storage module is used for reading the log information and storing the log information;
in the log information positioning module, all log contents of the project can be inquired through the project identifier, and all complete log information of one service operation can be inquired by combining the link id.
As shown in fig. 5, the log information positioning module can specifically position a specific action through the content index by using a keyword of the log content input by the user based on the log information of the primary service data, or concentrate on the log information of a level by using the log recording level selected by the user. Or, the positioning can be further carried out according to IP, class name, operation environment, time range and the like. Therefore, if the log information of the service data at one time is too much, the log content, the log recording level and other conditions can be matched with the link id for further screening, and the reading amount of the log record is reduced.
If there is an error log message, the log can print out the completed stack, and the user can completely see the detailed stack on the log center.
Through the technical scheme of the embodiment, a user can easily locate the log content related to a specific service content, but often a log analysis is only used for checking log information, and a call track of the log, such as call between modules, call between classes, call between methods and the like, is also checked. The log center well records the calling track and the hierarchy of the current service call through a link index. And the developer can more directly see the service calling logic.
Since the apparatus described in the second embodiment of the present invention is an apparatus used for implementing the method of the first embodiment of the present invention, based on the method described in the first embodiment of the present invention, a person skilled in the art can understand the specific structure and the deformation of the apparatus, and thus the details are not described herein. All the devices adopted in the method of the first embodiment of the present invention belong to the protection scope of the present invention.
Based on the same inventive concept, the application provides an electronic device embodiment corresponding to the first embodiment, which is detailed in the third embodiment.
EXAMPLE III
The embodiment provides an electronic device, as shown in fig. 7, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the computer program, any one of the first embodiment modes may be implemented.
Since the electronic device described in this embodiment is a device used for implementing the method in the first embodiment of the present application, based on the method described in the first embodiment of the present application, a specific implementation of the electronic device in this embodiment and various variations thereof can be understood by those skilled in the art, and therefore, how to implement the method in the first embodiment of the present application by the electronic device is not described in detail herein. The equipment used by those skilled in the art to implement the methods in the embodiments of the present application is within the scope of the present application.
Based on the same inventive concept, the application provides a storage medium corresponding to the fourth embodiment, which is described in detail in the fourth embodiment.
Example four
The present embodiment provides a computer-readable storage medium, as shown in fig. 8, on which a computer program is stored, and when the computer program is executed by a processor, any one of the first embodiment can be implemented.
The method, the device, the system, the equipment and the medium provided by the embodiment of the application have at least the following technical effects or advantages: the invention realizes the tracking of the log information based on the elastic search and various message middleware, records the calling process of the whole service logic between the micro-services through the link id, and generates two indexes, one is a link index and the other is a log content index based on the elastic search when the log information is stored, so that the complete log record of a certain service operation can be inquired according to the link id when inquiring, and all log contents of a certain project can be inquired by combining with the configured project mark, thereby greatly improving the inquiry efficiency, really realizing the million log contents and millisecond-level positioning. In addition, the service side only needs to push the log required to be recorded to the middleware, and the log recording can be realized; as a log recording service, only the relation is needed to read the log content from the middleware, so that the complete decoupling of the service is realized, the upstream and downstream systems are unrelated, and the system is truly non-intrusive.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus or system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Although specific embodiments of the invention have been described above, it will be understood by those skilled in the art that the specific embodiments described are illustrative only and are not limiting upon the scope of the invention, and that equivalent modifications and variations can be made by those skilled in the art without departing from the spirit of the invention, which is to be limited only by the appended claims.
Claims (10)
1. A log tracking method for calling operation between micro-services is characterized in that: the method comprises the following steps:
a link identification defining process, wherein a link identification is defined at the entrance of the business logic, and a link id called by the business logic is generated and used for recording the whole business logic calling process between the micro services;
in the log recording process, the application service pushes log information to be recorded and an error report stack to the middleware, and the link id is attached to the log information;
in the log index generation process, when the log recording service reads log information, whether the log information of the current date has an index is judged, if not, the log service generates two indexes based on an elastic search, wherein one index is a link index, and the other index is a log content index;
in the log storage process, log information is read and recorded into the link index and the log content index respectively by continuously polling the middleware;
and in the log information positioning process, all log information of one-time service operation is quickly positioned through the link id returned by the application interface, and the calling track and the calling level of the current service calling are checked through the link index.
2. The method of claim 1, wherein: in the log storage process, after the log information is read, the log information is checked to judge whether the log information comprises a link id, and if not, an alarm message without the link id is generated.
3. The method of claim 1, wherein: further comprising:
the project mark establishing process is that corresponding configuration project marks are arranged in the project configuration file, so that a plurality of projects can be distinguished when sharing a log center, and the project marks are contained in the log information;
an item identifier checking process, wherein after the log information is read in the log storage process, the log information is read, and when the log information is checked, whether the log information comprises the item identifier is judged, if not, an alarm content is generated, and an alarm message without the item identifier is generated;
in the log information positioning process, all log contents of the project are inquired through the project identifier, and then all complete log information of one service operation is inquired in combination with the link id.
4. The method of claim 1, wherein: in the log information positioning process, based on the log information of the primary service data, the user can specifically position a specific action through the content index by using the keywords of the log content input by the user, or concentrate on the log information of a level through the log recording level selected by the user.
5. A log tracking device for calling operation between micro-services is characterized in that: the method comprises the following steps:
the link identifier definition module is used for defining a link identifier at an entrance of the business logic and generating a link id called by the business logic, wherein the link id is used for recording the whole business logic calling process between the micro services;
the log recording module is used for pushing log information required to be recorded and an error report stack to the middleware by the application service, and the link id is attached to the log information;
the log index generation module is used for judging whether the log information of the current date has an index when the log recording service reads the log information, and if not, the log service generates two indexes based on the elastic search, wherein one index is a link index and the other index is a log content index;
the log storage module reads log information and records the log information into the link index and the log content index respectively by continuously polling the middleware;
and the log information positioning module is used for quickly positioning all log information of one service operation through the link id returned by the application interface and checking the calling track and the calling level of the current service calling through the link index.
6. The apparatus of claim 5, wherein: further comprising:
and the link id checking module is used for checking the log information after the log storage module reads the log information, judging whether the log information comprises the link id, and if not, generating an alarm message without the link id.
7. The apparatus of claim 5, wherein: further comprising:
the project identifier establishing module is used for configuring project identifiers for corresponding items in the project configuration file, so that each project can be distinguished when a plurality of projects share one log center, and the project identifiers are contained in the log information;
the log storage module is used for storing log information, and the log storage module is used for reading the log information and storing the log information;
in the log information positioning module, all log contents of the project can be inquired through the project identifier, and all complete log information of one service operation can be inquired by combining the link id.
8. The apparatus of claim 5, wherein: the log information positioning module can specifically position a specific action through a content index through a keyword of log content input by a user on the basis of log information based on one-time service data, or concentrate on the log information of a level through the log recording level selected by the user.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method according to any of claims 1 to 4 when executing the program.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1 to 4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111662622.7A CN114510356A (en) | 2021-12-30 | 2021-12-30 | Log tracking method, device, equipment and medium for calling operation between microservices |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111662622.7A CN114510356A (en) | 2021-12-30 | 2021-12-30 | Log tracking method, device, equipment and medium for calling operation between microservices |
Publications (1)
Publication Number | Publication Date |
---|---|
CN114510356A true CN114510356A (en) | 2022-05-17 |
Family
ID=81548209
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202111662622.7A Pending CN114510356A (en) | 2021-12-30 | 2021-12-30 | Log tracking method, device, equipment and medium for calling operation between microservices |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114510356A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116431459A (en) * | 2023-06-12 | 2023-07-14 | 北京新里程叮铃科技有限公司 | Distributed log link tracking data processing method and device |
CN117097803A (en) * | 2023-10-19 | 2023-11-21 | 易方信息科技股份有限公司 | HTTP-based full link tracking method, system, equipment and storage medium |
-
2021
- 2021-12-30 CN CN202111662622.7A patent/CN114510356A/en active Pending
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116431459A (en) * | 2023-06-12 | 2023-07-14 | 北京新里程叮铃科技有限公司 | Distributed log link tracking data processing method and device |
CN116431459B (en) * | 2023-06-12 | 2023-08-18 | 北京新里程叮铃科技有限公司 | Distributed log link tracking data processing method and device |
CN117097803A (en) * | 2023-10-19 | 2023-11-21 | 易方信息科技股份有限公司 | HTTP-based full link tracking method, system, equipment and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110162512B (en) | Log retrieval method, device and storage medium | |
CN114510356A (en) | Log tracking method, device, equipment and medium for calling operation between microservices | |
CN110083581B (en) | Log tracing method and device, storage medium and computer equipment | |
US9442822B2 (en) | Providing a visual representation of a sub-set of a visual program | |
CN107066519B (en) | Task detection method and device | |
US20080301136A1 (en) | Semantic Correlation for Flow Analysis in Messaging Systems | |
CN113704790A (en) | Abnormal log information summarizing method and computer equipment | |
CN114168421A (en) | Customized code compatibility analysis system and method based on micro-service call chain | |
CN112860507A (en) | Method and device for controlling sampling rate of distributed link tracking system | |
CN109446077A (en) | A kind of data library test method and device | |
CN117492756A (en) | Front-end design method and device for draggable forms and lists of low-code platform | |
CN116627669A (en) | Method, device, equipment and medium for adapting API (application program interface) by heterogeneous cooperation | |
CN112394939B (en) | User contract automatic deployment method, device and storage medium based on alliance chain | |
CN114115982A (en) | Code issuing method, device, equipment and storage medium | |
CN112199080A (en) | Webpack construction method and equipment for vuejs project | |
US11645137B2 (en) | Exception management in heterogenous computing environment | |
Roy et al. | Using SOA Governance Design Methodologies to Augment Enterprise Service Descriptions | |
CN115168489B (en) | Data certification method and device based on blockchain | |
CN116755922A (en) | Error code information management method and related equipment | |
CN117130946B (en) | Test scene generation method and device, electronic equipment and readable storage medium | |
TWI765447B (en) | Decoupling method and system for decomposing services | |
CN114625595B (en) | Method, device and system for rechecking dynamic configuration information of service system | |
US8352959B2 (en) | Apparatus, system, and method for non-intrusive monitoring of business events | |
Kabamba et al. | Advanced Strategies for Precise and Transparent Debugging of Performance Issues in In-Memory Data Store-Based Microservices | |
CN116866161A (en) | Abnormality positioning method and device, storage medium and electronic equipment |
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 |