CN115220988A - Dynamic point burying method and system based on front-end micro-service architecture, electronic device and storage medium - Google Patents

Dynamic point burying method and system based on front-end micro-service architecture, electronic device and storage medium Download PDF

Info

Publication number
CN115220988A
CN115220988A CN202110432189.1A CN202110432189A CN115220988A CN 115220988 A CN115220988 A CN 115220988A CN 202110432189 A CN202110432189 A CN 202110432189A CN 115220988 A CN115220988 A CN 115220988A
Authority
CN
China
Prior art keywords
sub
application
dynamic
burying method
dynamic point
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
CN202110432189.1A
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.)
China Life Insurance Asset Management Co ltd
Original Assignee
China Life Insurance Asset Management 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 China Life Insurance Asset Management Co ltd filed Critical China Life Insurance Asset Management Co ltd
Priority to CN202110432189.1A priority Critical patent/CN115220988A/en
Publication of CN115220988A publication Critical patent/CN115220988A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3089Monitoring arrangements determined by the means or processing involved in sensing the monitored data, e.g. interfaces, connectors, sensors, probes, agents
    • G06F11/3093Configuration details thereof, e.g. installation, enabling, spatial arrangement of the probes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3065Monitoring arrangements determined by the means or processing involved in reporting the monitored data
    • 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/3438Recording 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 monitoring of user actions

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to the technical field of point burying, in particular to a dynamic point burying method and system based on a front-end micro-service framework, electronic equipment and a storage medium; the method comprises the following steps: defining a single-page embedded point component of a sub-application in a front-end micro-service architecture, and generating an identifier of the single-page embedded point component by combining a sub-application name and browser attributes; acquiring configuration parameters corresponding to the sub-applications by combining the identifiers, and determining a reporting event and a monitoring mode of the single-page embedded point component; creating an intermediate layer of the front terminal application, and adopting the intermediate layer to cache and calculate a reporting event; the method solves the problem that due to different technical frameworks of different services in a front-end micro-service architecture, the front ends of a multi-service system are blocked, the original service systems which are mutually isolated are opened, the self-defining definition of the embedded points of the front ends of the service systems is realized, and the implementation modes of data reporting and monitoring are determined based on configuration; the intrusion degree of the source code is reduced, and dynamic and flexible self-defined buried point data configuration is supported.

Description

Dynamic point burying method and system based on front-end micro-service architecture, electronic device and storage medium
Technical Field
The invention relates to the technical field of point burying, in particular to a dynamic point burying method and system based on a front-end micro-service framework, electronic equipment and a storage medium.
Background
The front-end micro-architecture is similar to micro-service architecture, the micro-service concept is applied to a browser end, compared with the traditional single front-end application, a large and complex front end is composed of a plurality of micro-service front ends, and the technologies used by all micro-services are different. With the wide application of the micro-service framework in the front end, various services are increasing, the front-end micro-service framework can have a plurality of service systems, and each service system has great difference in implementation due to different technical frameworks, different implementation ranges, different service requirements, different required data and the like. In the prior art, a behavior event of a user in a browser is captured and reported usually in a page point burying mode, and one-time configuration and unified analysis cannot be carried out usually; therefore, at present, no complete front-end point burying scheme under a micro-service framework exists, the problem of locating the front end on line is solved, the user feedback and interaction loss are solved, and the operation and maintenance closed loop of 'page data acquisition-behavior data analysis-product optimization' is realized, so that great difficulty is caused; namely, it is necessary to develop a targeted point burying technology based on a front-end micro-service architecture.
Disclosure of Invention
In view of the technical defects and technical drawbacks existing in the prior art, embodiments of the present invention provide a dynamic point burying method and system based on a front-end micro service architecture, an electronic device, and a storage medium, which overcome the above problems or at least partially solve the above problems.
As an aspect of the embodiments of the present invention, a dynamic point burying method based on a front-end micro-service architecture is provided, where the dynamic point burying method includes:
defining a single-page embedded point component of a sub-application in a front-end micro-service architecture, and generating an identifier of the single-page embedded point component by combining a name of the sub-application and a browser attribute;
acquiring configuration parameters corresponding to the sub-applications by combining the identifiers, and determining a reporting event and a monitoring mode of the single-page embedded point component;
and creating an intermediate layer of the front terminal application, and adopting the intermediate layer to cache and calculate the reporting event.
Further, the dynamic point burying method comprises the following steps:
registering a buried point logic in a main application through the global attribute of a front terminal application browser;
pulling configuration parameters of monitoring events in a back-end system;
and registering a buried point monitoring event according to the configuration parameters after the sub-application is mounted.
Further, the dynamic spot burying method comprises the following steps:
defining a reporting event and a monitoring mode of the sub-application and the corresponding component;
and generating configuration parameters and storing the configuration parameters in the back end.
Further, the dynamic point burying method comprises the following steps:
when a current terminal application page is initialized, automatically generating reported data and a monitoring mode based on a defined single-page buried point component and corresponding configuration parameters;
the configuration parameters are obtained by back-end pulling for the sub-applications or provided for other sub-applications in a front-end micro-service architecture.
Further, the dynamic point burying method comprises the following steps:
collecting a trigger event;
acquiring an event text by using a route interception or monitoring method;
and caching the event text to generate a reporting event.
Further, the dynamic point burying method comprises the following steps:
and calculating a reporting event by utilizing a middle layer arranged at the front end to generate reporting data, wherein the reporting data comprises statistical data and an access path.
Further, the dynamic spot burying method comprises the following steps:
and when the sub-application is dynamically switched, the front end acquires the single-page embedded point component and the configuration parameters, and updates the single-page embedded point component of the switched sub-application.
As another aspect of the embodiments of the present invention, a dynamic point burying system based on a front-end micro service architecture is provided, where the dynamic point burying system includes:
the definition module is used for defining a single-page embedded point component of the sub-application in the front-end micro-service architecture and generating an identifier of the single-page embedded point component by combining the name of the sub-application and the attribute of the browser;
the configuration pulling module is used for acquiring configuration parameters corresponding to the sub-applications by combining the identifiers and determining a reporting event and a monitoring mode of the single-page embedded point component;
and the data generation module is used for creating an intermediate layer of the front terminal application, and adopting intermediate layer caching and reporting event calculation.
As a further aspect of the embodiments of the present invention, there is provided an electronic apparatus, including: a memory, a processor, a communication bus, and a dynamic flush point program based on a front-end microservice architecture stored on the memory,
the communication bus is used for realizing communication connection between the processor and the memory;
the processor is configured to execute the dynamic point burying program based on the front-end micro-service architecture, so as to implement the steps of the dynamic point burying method based on the front-end micro-service architecture.
As another aspect of the embodiments of the present invention, a storage medium is provided, where a dynamic point burying program based on a front-end micro service architecture is stored, and when executed by a processor, the dynamic point burying program based on the front-end micro service architecture realizes the steps of the dynamic point burying method based on the front-end micro service architecture.
The embodiment of the invention at least realizes the following technical effects:
the embodiment of the invention solves the problems that the prior isolated service systems are opened due to the different technical frameworks of different services in the front-end micro-service architecture and the barriers existing between the front ends of the multi-service system by defining the single-page embedded point component applied to the sub-service in the front-end micro-service architecture and pulling the configuration parameters of the rear end, thereby realizing the self-defining definition of the embedded point of the front end of the service system and the implementation modes of determining the reported data and monitoring based on the configuration; the intrusion degree of the source code is reduced, and dynamic and flexible self-defined buried point data configuration is supported.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
The technical solution of the present invention is further described in detail by the accompanying drawings and embodiments.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention and not to limit the invention. In the drawings:
FIG. 1 is a flowchart of a dynamic point burying method based on a front-end micro-service architecture according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a dynamic point burying system based on a front-end micro-service architecture according to an embodiment of the present invention;
Detailed Description
In order to explain technical contents, achieved objects, and effects of the present invention in detail, the following description is made with reference to the accompanying drawings in combination with the embodiments.
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
The present embodiment provides a dynamic point burying method based on a front-end micro-service architecture, as shown in fig. 1, the dynamic point burying method includes:
s11, defining a single-page embedded point component of a sub-application in a front-end micro-service architecture, and generating an identifier of the single-page embedded point component by combining a sub-application name and browser attributes;
s12, acquiring configuration parameters corresponding to the sub-applications by combining the identifiers, and determining a reporting event and a monitoring mode of the single-page embedded point component;
s13, an intermediate layer of the front terminal application is established, and the report event is cached and calculated by the intermediate layer.
In this embodiment, a single-page component is defined based on a way of uniformly defining components and events by an authority and authorization system of a business system, a uniform ID definition is generated, all ways to be collected on the component are configured at the same time, a homogeneous policy mechanism and a cross-domain sharing mechanism of a browser are utilized, and a front-end middle layer is used to realize sharing and integration of a plurality of SPAs under a micro front end, so as to open the original mutually isolated business system; in the front-end context, the embodiment regards the embedded point function as an independent overall function, and the sub-applications in the front-end micro-service architecture are included in the service system, that is, the service system may include each front-terminal application, which is defined in advance by the developer; browser events with configured parameters, which are reporting events that need to be paid attention and need to be collected for a system, such as window closing, mouse movement, mouse button pressing, page dragging and the like, can be called events; a Single-page component refers to a component in a Single-page mode (SPA Single-page Application, which is a front-end Application for only one Web page).
The term "buried point" in this embodiment is a term of the data acquisition field (especially, the user behavior data acquisition field), and refers to a related technology and an implementation process thereof for capturing, processing and transmitting a specific user behavior or event. Such as the user's number of icon clicks, the length of time a video is viewed, etc. The front-end embedded point provided in this embodiment monitors events in the running process of different sub-applications in the micro-service, and determines and captures the events when the events needing attention occur, and is applied to the micro-service architecture, thereby realizing service intercommunication of the browser end, and realizing summarization and cache of the front end through the middle layer of the front end.
The embodiment is to solve the problem that a point burying scheme is commonly used between mutually isolated front-end systems under a micro-service architecture. The embodiment provides a dynamic embedded point mechanism, which solves the problems that in the prior art, newly added embedded point objects greatly invade source codes and do not support dynamic and flexible self-defined embedded point data configuration; the method overcomes the obstruction between the front ends of the multi-service system caused by technical isomerism, gets through the original service systems which are mutually isolated, and realizes the self-defined definition of the front end embedded points of the service systems and the implementation modes of determining the reported data and monitoring based on the configuration; because the front-end intermediate layer is introduced, the reported event is cached and calculated in the browser and then reported in batch, the technical burden of the browser is reduced, and the performance of the application program is improved.
In one embodiment, the dynamic spot burying method comprises the following steps:
registering a buried point logic in a main application through the global attribute of a front terminal application browser;
pulling configuration parameters of monitoring events in a back-end system;
and registering a buried point monitoring event according to the configuration parameters after the sub-application is mounted.
In this embodiment, the global attribute of the browser is used in the front-end application, the buried-point logic may be registered in the main application container, and the configuration parameters are pulled by the back-end; according to configuration parameters, registering a buried point monitoring event after the sub application is mounted; because the common back-end management system has the control of default values and unified authorities, the definition and the data acquisition in the embodiment are generally managed in a unified way based on authorities and an authorization system; the embodiment is a dynamic point burying mechanism of a single-page front-end framework based on micro-services, and has low intrusion degree to an application system.
In one embodiment, the dynamic spot burying method comprises the following steps:
defining a reporting event and a monitoring mode of the sub-application and the corresponding component thereof;
and generating configuration parameters and storing the configuration parameters in the back end.
In this embodiment, the configuration parameters are prepared in advance and stored in the backend, and define each subsystem (child application) and which components thereof need to be monitored and reported, and may be defined in advance by a developer or obtained through other channels. In this embodiment, the automatic processing of the embedded point is realized by pulling the configuration parameters stored in the back end into the front terminal application.
In one embodiment, the dynamic spot burying method comprises the following steps:
when a current terminal application page is initialized, automatically generating reported data and a monitoring mode based on a defined single-page buried point component and corresponding configuration parameters;
the configuration parameters are obtained by back-end pulling for the sub-applications or provided for other sub-applications in a front-end micro-service architecture.
In this embodiment, in the front-end page initialization stage, based on the configuration definition, an implementation manner of reporting data and monitoring is automatically generated; the reporting and monitoring are generated by pulling configuration parameters, and the configuration parameters can be actively pulled by the subsystem or provided by other subsystems.
Determining the implementation modes of reporting data and monitoring based on configuration, and realizing automatic processing for a system needing to bury points; and caching and calculating the report, and improving the performance of the application program.
In one embodiment, the dynamic spot burying method comprises the following steps:
collecting a trigger event;
acquiring an event text by using a route interception or monitoring method;
and caching the event text to generate a reporting event.
In this embodiment, a client trigger event is collected, and the buried point basic data is cached; and generating reported data.
In one embodiment, the dynamic spot burying method comprises the following steps:
and calculating a reporting event by utilizing a middle layer arranged at the front end to generate reporting data, wherein the reporting data comprises statistical data and an access path. In the embodiment, the report is calculated at the front end to generate statistical data, access paths and the like; reporting data does not limit the data; and reporting the cached data in batch.
In one embodiment, the dynamic spot burying method comprises the following steps:
and when the sub-application is dynamically switched, the front end acquires the single-page embedded point component and the configuration parameters, and updates the single-page embedded point component of the switched sub-application.
In this embodiment, when preloading other sub-application resources, the embedded point loading speed of subsequent other sub-applications can be optimized, and when dynamically switching to other sub-applications, a new embedded point of a sub-application can be updated immediately; the embedded point configuration can be directly realized by a main sub-application, such as login or portal, or any one of the sub-applications, and the same task can be completed without modifying codes of all the sub-applications.
In the embodiment, under the micro front-end application environment, a main application container is provided, uniform caching of all subsystems is performed, and statistics are generated; meanwhile, a front-end middle layer is provided for caching reported data in batches, so that the data of the subsystem is collected again, the performance of the browser is improved, and the applicability is improved.
In the embodiment, the intrusion of the newly added buried point object to the source code is reduced through the unified definition of the single-page component based on the front-end microservice; and the user-defined buried point data configuration with flexible action state is realized by uniformly defining single components and configuring a single-component collection mode; and get through the original service systems isolated from each other; in addition, the performance of the application program is improved by setting a reporting buffer; and determining the implementation modes of reporting data and monitoring based on configuration, and realizing automatic processing for a system needing to bury points.
Based on the same inventive concept, embodiments of the present invention further provide a dynamic point burying system, an electronic device, and a storage medium based on the front-end micro-service architecture, which solve the problems based on a principle similar to the dynamic point burying method based on the front-end micro-service architecture of the foregoing embodiments, so that the implementation of the dynamic point burying system, the electronic device, and the storage medium based on the front-end micro-service architecture can refer to the implementation of the method of the foregoing embodiments, and repeated parts are not described again.
In one embodiment, a dynamic point-of-site system based on a front-end microservice architecture is provided, as illustrated in fig. 2, the dynamic point-of-site system comprising:
the definition module 11 is configured to define a single-page embedded point component of a sub-application in the front-end micro service architecture, and generate an identifier of the single-page embedded point component by combining a sub-application name and a browser attribute;
a configuration pull module 12, configured to obtain configuration parameters corresponding to the sub-application in combination with the identifier, and determine a reporting event and a monitoring mode of the single-page embedded component;
and the data generation module 13 is used for creating an intermediate layer of the front terminal application, and adopting intermediate layer caching and calculating a reporting event.
In one embodiment, an electronic device is provided, which is a dynamic point burying device based on a front-end micro service architecture, and includes: a memory, a processor, a communication bus, and a dynamic flush point program based on a front-end microservice architecture stored on the memory,
the communication bus is used for realizing communication connection between the processor and the memory;
the processor is configured to execute the dynamic point burying program based on the front-end micro-service architecture, so as to implement the steps of the dynamic point burying method based on the front-end micro-service architecture.
In one embodiment, a storage medium is provided, the storage medium having stored thereon a front-end micro-service architecture based dynamic point burying program, which when executed by a processor implements the steps of the front-end micro-service architecture based dynamic point burying method as described above.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, device, 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, 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 (devices), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations 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.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (10)

1. A dynamic point burying method based on a front-end micro service architecture is characterized by comprising the following steps:
defining a single-page embedded point component of a sub-application in a front-end micro-service architecture, and generating an identifier of the single-page embedded point component by combining a name of the sub-application and a browser attribute;
acquiring configuration parameters corresponding to the sub-applications by combining the identifiers, and determining a reporting event and a monitoring mode of the single-page embedded point component;
and creating an intermediate layer of the front terminal application, and adopting the intermediate layer to cache and calculate the reporting event.
2. The front-end microservice architecture-based dynamic point burying method of claim 1, wherein the dynamic point burying method comprises:
registering a buried point logic in a main application through the global attribute of a front terminal application browser;
pulling configuration parameters of monitoring events in a back-end system;
and registering a buried point monitoring event according to the configuration parameters after the sub-application is mounted.
3. The front-end microservice architecture-based dynamic point burying method of claim 1, wherein the dynamic point burying method comprises:
defining a reporting event and a monitoring mode of the sub-application and the corresponding component;
and generating configuration parameters and storing the configuration parameters in the back end.
4. The front-end microservice architecture-based dynamic point burying method of claim 1, wherein the dynamic point burying method comprises:
when a current terminal application page is initialized, automatically generating reported data and a monitoring mode based on a defined single-page buried point component and corresponding configuration parameters;
the configuration parameters are obtained by back-end pulling for the sub-applications or provided for other sub-applications in a front-end micro-service architecture.
5. The front-end microservice architecture-based dynamic point burying method of claim 1, wherein the dynamic point burying method comprises:
collecting a trigger event;
acquiring an event text by using a route interception or monitoring method;
and caching the event text to generate a reporting event.
6. The front-end microservice architecture-based dynamic point burying method of claim 1, wherein the dynamic point burying method comprises:
and calculating a reporting event by utilizing a middle layer arranged at the front end to generate reporting data, wherein the reporting data comprises statistical data and an access path.
7. The front-end microservice architecture-based dynamic point burying method of claim 1, wherein the dynamic point burying method comprises:
and when the sub-application is dynamically switched, the front end acquires the single-page embedded point component and the configuration parameters, and updates the single-page embedded point component of the switched sub-application.
8. A dynamic point burying system based on a front-end micro service architecture is characterized by comprising:
the definition module is used for defining a single-page embedded point component of the sub-application in the front-end micro-service architecture and generating an identifier of the single-page embedded point component by combining the name of the sub-application and the attribute of the browser;
the configuration pulling module is used for acquiring configuration parameters corresponding to the sub-applications by combining the identifiers and determining a reporting event and a monitoring mode of the single-page embedded point component;
and the data generation module is used for creating an intermediate layer of the front terminal application, and adopting intermediate layer caching and reporting event calculation.
9. An electronic device, characterized in that the electronic device comprises: a memory, a processor, a communication bus, and a dynamic flush point program based on a front-end microservice architecture stored on the memory,
the communication bus is used for realizing communication connection between the processor and the memory;
the processor is configured to execute the dynamic spot burying program based on the front-end micro-service architecture to implement the steps of the dynamic spot burying method based on the front-end micro-service architecture according to any one of claims 1 to 7.
10. A storage medium, wherein the storage medium stores thereon a front-end micro-service architecture based dynamic point burying program, and the front-end micro-service architecture based dynamic point burying program, when executed by a processor, implements the steps of the front-end micro-service architecture based dynamic point burying method according to any one of claims 1 to 7.
CN202110432189.1A 2021-04-21 2021-04-21 Dynamic point burying method and system based on front-end micro-service architecture, electronic device and storage medium Pending CN115220988A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110432189.1A CN115220988A (en) 2021-04-21 2021-04-21 Dynamic point burying method and system based on front-end micro-service architecture, electronic device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110432189.1A CN115220988A (en) 2021-04-21 2021-04-21 Dynamic point burying method and system based on front-end micro-service architecture, electronic device and storage medium

Publications (1)

Publication Number Publication Date
CN115220988A true CN115220988A (en) 2022-10-21

Family

ID=83605853

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110432189.1A Pending CN115220988A (en) 2021-04-21 2021-04-21 Dynamic point burying method and system based on front-end micro-service architecture, electronic device and storage medium

Country Status (1)

Country Link
CN (1) CN115220988A (en)

Similar Documents

Publication Publication Date Title
KR102105683B1 (en) Integrated Platform Management Device And Method For Wire and Mobile communication Service
US20140280338A1 (en) Distributed network analytics
Gavalas et al. Advanced network monitoring applications based on mobile/intelligent agent technology
US11323348B2 (en) API dependency error and latency injection
US7499984B2 (en) Status-message mapping
US8554980B2 (en) Triggered notification
EP2768181B1 (en) System and method for abstracting and orchestrating mobile data networks in a network environment
WO2015144051A1 (en) Context-aware dynamic policy selection for messaging behavior
US8996668B2 (en) Method and system for storing configuration information for network nodes in a network management system
CN113141386A (en) Kubernetes cluster access method, device, equipment and medium in private network
CN109905492B (en) Safety operation management system and method based on distributed modular data center
CN113765980A (en) Current limiting method, device, system, server and storage medium
US20060149841A1 (en) Application session management for flow-based statistics
KR20180019126A (en) Implicit push data transfer
US8880578B2 (en) Hardware independent simple network management protocol based on a generic data collection scheme
Santos et al. Evaluating SNMP, NETCONF, and RESTful web services for router virtualization management
CN115220988A (en) Dynamic point burying method and system based on front-end micro-service architecture, electronic device and storage medium
US8972803B2 (en) Run-time default detection in a component associated with an application programming interface platform
US11210156B1 (en) Intelligent distributed tracing
CN110413484B (en) Cluster monitoring method supporting heterogeneous platform
US8631064B2 (en) Unified management of a hardware interface framework
Florissi et al. Management of application quality of service
Gavalas et al. A hybrid centralised-distributed network management architecture
CN113810448A (en) Cloud service method, deployment method, device, electronic equipment and storage medium
Saheb et al. Auto-discovery and monitoring of network resources: Snmp-based network mapping and fault management

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