We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d68d16 commit cec8d8bCopy full SHA for cec8d8b
hertzbeat-manager/src/main/java/org/apache/hertzbeat/manager/service/impl/AppServiceImpl.java
@@ -75,7 +75,8 @@
75
76
/**
77
* Monitoring Type Management Implementation
78
- * temporarily stores the monitoring configuration and parameter configuration in memory and then stores it in the
+ * Temporarily stores the monitoring configuration and parameter configuration in memory,
79
+ * and then persists it to a storage system.
80
*/
81
@Service
82
@Order(value = Ordered.HIGHEST_PRECEDENCE)
0 commit comments