You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apache-hbase-mixin/README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ The Apache HBase mixin contains the following dashboards:
11
11
and the following alerts:
12
12
13
13
- HBaseHighHeapMemUsage
14
-
- HBaseHighNonHeapMemUsage
15
14
- HBaseDeadRegionServer
16
15
- HBaseOldRegionsInTransition
17
16
- HBaseHighMasterAuthFailureRate
@@ -28,12 +27,13 @@ The Apache HBase RegionServer overview dashboard provides details on data region
28
27
29
28

30
29

30
+

31
31
32
32
33
33
## Apache HBase logs
34
34
The Apache HBase logs dashboard provides details on incoming system logs.
35
35
36
-

36
+

37
37
38
38
Apache HBase system logs are enabled by default in the `config.libsonnet` and can be removed by setting `enableLokiLogs` to `false`. Then run `make` again to regenerate the dashboard:
39
39
@@ -70,7 +70,6 @@ scrape_configs:
70
70
## Alerts overview
71
71
72
72
- ApacheHBaseHighHeapMemUsage: There is a limited amount of heap memory available to the JVM.
73
-
- ApacheHBaseHighNonHeapMemUsage: There is a limited amount of non-heap memory available to the JVM.
74
73
- ApacheHBaseDeadRegionServer: One or more RegionServer(s) has become unresponsive.
75
74
- ApacheHBaseOldRegionsInTransition: RegionServers are in transition for longer than expected.
76
75
- ApacheHBaseHighMasterAuthFailureRate: A high percentage of authentication attempts to the master are failing.
@@ -82,7 +81,6 @@ Default thresholds can be configured in `config.libsonnet`.
0 commit comments