File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/integrations/app-development/opentelemetry Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
248248
249249| Alert Name | Alert Description and conditions | Alert Condition | Recover Condition |
250250| :--| :--| :--| :--|
251- | ` JMX - High Heap Memory Usage Alert ` | This alert gets triggered when heap memory usage exceeds threshold | Count < 20 | Count >= 20 |
252- | ` JMX - High Memory Pool Usage Alert ` | This alert gets triggered when memory pool usage exceeds threshold | Count < 20 | Count >= 20 |
253- | ` JMX - High Non Heap Memory Usage Alert ` | This alert gets triggered when non heap memory usage exceeds threshold | Count < 20 | Count >= 20 |
254- | ` JMX - High Number Of Classes Loaded Alert ` | This alert gets triggered when high number of classes are loaded | Count > 1000 | Count < = 1000 |
251+ | ` JMX - High Heap Memory Usage Alert ` | This alert gets triggered when heap memory usage exceeds threshold. | Count < 20 | Count >= 20 |
252+ | ` JMX - High Memory Pool Usage Alert ` | This alert gets triggered when memory pool usage exceeds threshold. | Count < 20 | Count >= 20 |
253+ | ` JMX - High Non Heap Memory Usage Alert ` | This alert gets triggered when non heap memory usage exceeds threshold. | Count < 20 | Count >= 20 |
254+ | ` JMX - High Number Of Classes Loaded Alert ` | This alert gets triggered when high number of classes are loaded. | Count > 1000 | Count < = 1000 |
You can’t perform that action at this time.
0 commit comments