- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
Get metrics from Hbase_master service in real time to:
The Hbase_master 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_master 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_master==<INTEGRATION_VERSION>
Configure your integration similar to core integrations.
Edit the hbase_master.d/conf.yaml
file in the conf.d/
folder at the root of your Agent’s configuration directory to start collecting your Hbase_master metrics. See the sample hbase_master.d/conf.yaml for all available configuration options.
NOTE: If using Agent 6, be sure to modify the hbase_master.d/metrics.yaml
file and wrap boolean keys in quotes.
- include:
domain: Hadoop
bean:
- Hadoop:service=HBase,name=Master,sub=Server
attribute:
# Is Active Master
tag.isActiveMaster:
metric_type: gauge
alias: hbase.master.server.tag.is_active_master
values: {"true": 1, "false": 0, default: 0}
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_master.d/conf.yaml
file to start collecting your Hbase_master 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_master.d/conf.yaml for all available configuration options.
Run the Agent’s status subcommand and look for hbase_master
under the Checks section.
hbase.master.assignmentmanager.rit_oldest_age (gauge) | The age of the longest region in transition, in milliseconds Shown as millisecond |
hbase.master.assignmentmanager.rit_count_over_threshold (gauge) | The number of regions that have been in transition longer than a threshold time |
hbase.master.assignmentmanager.rit_count (gauge) | The number of regions in transition |
hbase.master.assignmentmanager.assign.min (gauge) | |
hbase.master.assignmentmanager.assign.max (gauge) | |
hbase.master.assignmentmanager.assign.mean (gauge) | |
hbase.master.assignmentmanager.assign.median (gauge) | |
hbase.master.assignmentmanager.assign.percentile.99 (gauge) | |
hbase.master.ipc.queue_size (gauge) | Number of bytes in the call queues. Shown as byte |
hbase.master.ipc.num_calls_in_general_queue (gauge) | Number of calls in the general call queue. |
hbase.master.ipc.num_calls_in_replication_queue (gauge) | Number of calls in the replication call queue. |
hbase.master.ipc.num_calls_in_priority_queue (gauge) | Number of calls in the priority call queue. |
hbase.master.ipc.num_open_connections (gauge) | Number of open connections. |
hbase.master.ipc.num_active_handler (gauge) | Number of active rpc handlers. |
hbase.master.ipc.total_call_time.max (gauge) | total call time, including both queued and processing time. Shown as millisecond |
hbase.master.ipc.total_call_time.mean (gauge) | total call time, including both queued and processing time. Shown as millisecond |
hbase.master.ipc.total_call_time.median (gauge) | total call time, including both queued and processing time. Shown as millisecond |
hbase.master.ipc.total_call_time.percentile.99 (gauge) | total call time, including both queued and processing time. Shown as millisecond |
hbase.master.server.tag.is_active_master (gauge) | Is Active Master |
hbase.master.server.num_region_servers (gauge) | Number of RegionServers |
hbase.master.server.num_dead_region_servers (gauge) | Number of dead RegionServers |
The Hbase_master check does not include any events.
The Hbase_master check does not include any service checks.
Need help? Contact Datadog support.