Get metrics from the HBase RegionServer service in real time to:
- Visualize and monitor HBase RegionServer states.
- Be notified about HBase RegionServer failovers and events.
The HBase RegionServer check is not included in the Datadog Agent package, so you need to install it.
For Agent v7.21+ / v6.21+, follow the instructions below to install the HBase RegionServer check on your host. See Use Community Integrations to install with the Docker Agent or earlier versions of the Agent.
-
Run the following command to install the Agent integration:
datadog-agent integration install -t datadog-hbase_regionserver==<INTEGRATION_VERSION>
-
Configure your integration similar to core integrations.
-
Edit the
hbase_regionserver.d/conf.yaml
file in theconf.d/
folder at the root of your Agent's configuration directory to start collecting your HBase RegionServer metrics. See the sample hbase_regionserver.d/conf.yaml for all available configuration options.
-
Collecting logs is disabled by default in the Datadog Agent, you need to enable it in
datadog.yaml
:logs_enabled: true
-
Add this configuration block to your
hbase_regionserver.d/conf.yaml
file to start collecting your Hbase_regionserver Logs:logs: - type: file path: /path/to/my/directory/file.log source: hbase
Change the
path
parameter value and configure it for your environment. See the sample hbase_regionserver.d/conf.yaml for all available configuration options.
Run the Agent's status subcommand and look for hbase_regionserver
under the Checks section.
See metadata.csv for a list of metrics provided by this check.
The HBase RegionServer check does not include any events.
The HBase RegionServer check does not include any service checks.
Need help? Contact Datadog support.