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.

Installation

If you are using Agent v6.8+ follow the instructions below to install the HBase RegionServer check on your host. See the dedicated Agent guide for installing community integrations to install checks with the Agent prior v6.8 or the Docker Agent:

  1. Download and launch the Datadog Agent.

  2. Run the following command to install the integrations wheel with the Agent:

    datadog-agent integration install -t datadog-hbase_regionserver==<INTEGRATION_VERSION>
  3. Configure your integration like any other packaged integration.

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.