Skip to content

Latest commit

 

History

History
 
 

hbase_regionserver

HBase RegionServer Integration

Overview

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.

Setup

The HBase RegionServer check is not included in the Datadog Agent package, so you need to install it.

Installation

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.

  1. Run the following command to install the Agent integration:

    datadog-agent integration install -t datadog-hbase_regionserver==<INTEGRATION_VERSION>
  2. Configure your integration similar to core integrations.

Configuration

  1. Edit the hbase_regionserver.d/conf.yaml file in the conf.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.

  2. Restart the Agent

Log collection

  1. Collecting logs is disabled by default in the Datadog Agent, you need to enable it in datadog.yaml:

    logs_enabled: true
  2. 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.

  3. Restart the Agent.

Validation

Run the Agent's status subcommand and look for hbase_regionserver under the Checks section.

Data Collected

Metrics

See metadata.csv for a list of metrics provided by this check.

Events

The HBase RegionServer check does not include any events.

Service Checks

The HBase RegionServer check does not include any service checks.

Troubleshooting

Need help? Contact Datadog support.