-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update service check and metadata integration name (#10823)
* Update service checks integration name * Update metadata integrations
- Loading branch information
Showing
5 changed files
with
36 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name | ||
hdfs.datanode.dfs_remaining,gauge,,byte,,The remaining disk space left in bytes,0,hdfs,dfs rem | ||
hdfs.datanode.dfs_capacity,gauge,,byte,,Disk capacity in bytes,0,hdfs,dfs cap | ||
hdfs.datanode.dfs_used,gauge,,byte,,Disk usage in bytes,0,hdfs,dfs usd | ||
hdfs.datanode.cache_capacity,gauge,,byte,,Cache capacity in bytes,0,hdfs,cache cap | ||
hdfs.datanode.cache_used,gauge,,byte,,Cache used in bytes,0,hdfs,cache usd | ||
hdfs.datanode.num_failed_volumes,gauge,,,,Number of failed volumes,0,hdfs,failed vols | ||
hdfs.datanode.last_volume_failure_date,gauge,,millisecond,,The date/time of the last volume failure in milliseconds since epoch,0,hdfs,lst failed vol | ||
hdfs.datanode.estimated_capacity_lost_total,gauge,,byte,,The estimated capacity lost in bytes,0,hdfs,cap lst | ||
hdfs.datanode.num_blocks_cached,gauge,,block,,The number of blocks cached,0,hdfs,blk cachd | ||
hdfs.datanode.num_blocks_failed_to_cache,gauge,,block,,The number of blocks that failed to cache,0,hdfs,blk fld | ||
hdfs.datanode.num_blocks_failed_to_uncache,gauge,,block,,The number of failed blocks to remove from cache,0,hdfs,blk failed uncache | ||
hdfs.datanode.dfs_remaining,gauge,,byte,,The remaining disk space left in bytes,0,hdfs_datanode,dfs rem | ||
hdfs.datanode.dfs_capacity,gauge,,byte,,Disk capacity in bytes,0,hdfs_datanode,dfs cap | ||
hdfs.datanode.dfs_used,gauge,,byte,,Disk usage in bytes,0,hdfs_datanode,dfs usd | ||
hdfs.datanode.cache_capacity,gauge,,byte,,Cache capacity in bytes,0,hdfs_datanode,cache cap | ||
hdfs.datanode.cache_used,gauge,,byte,,Cache used in bytes,0,hdfs_datanode,cache usd | ||
hdfs.datanode.num_failed_volumes,gauge,,,,Number of failed volumes,0,hdfs_datanode,failed vols | ||
hdfs.datanode.last_volume_failure_date,gauge,,millisecond,,The date/time of the last volume failure in milliseconds since epoch,0,hdfs_datanode,lst failed vol | ||
hdfs.datanode.estimated_capacity_lost_total,gauge,,byte,,The estimated capacity lost in bytes,0,hdfs_datanode,cap lst | ||
hdfs.datanode.num_blocks_cached,gauge,,block,,The number of blocks cached,0,hdfs_datanode,blk cachd | ||
hdfs.datanode.num_blocks_failed_to_cache,gauge,,block,,The number of blocks that failed to cache,0,hdfs_datanode,blk fld | ||
hdfs.datanode.num_blocks_failed_to_uncache,gauge,,block,,The number of failed blocks to remove from cache,0,hdfs_datanode,blk failed uncache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name | ||
hdfs.namenode.capacity_total,gauge,,byte,,Total disk capacity in bytes,0,hdfs,cap tot | ||
hdfs.namenode.capacity_used,gauge,,byte,,Disk usage in bytes,0,hdfs,cap usd | ||
hdfs.namenode.capacity_remaining,gauge,,byte,,Remaining disk space left in bytes,0,hdfs,cap rem | ||
hdfs.namenode.total_load,gauge,,,,Total load on the file system,0,hdfs,tot ld | ||
hdfs.namenode.fs_lock_queue_length,gauge,,,,Lock queue length,0,hdfs,lck queue | ||
hdfs.namenode.blocks_total,gauge,,block,,Total number of blocks,0,hdfs,blk tot | ||
hdfs.namenode.max_objects,gauge,,object,,Maximum number of files HDFS supports,0,hdfs,max objs | ||
hdfs.namenode.files_total,gauge,,file,,Total number of files,0,hdfs,files tot | ||
hdfs.namenode.pending_replication_blocks,gauge,,block,,Number of blocks pending replication,0,hdfs,pnd rep blks | ||
hdfs.namenode.under_replicated_blocks,gauge,,block,,Number of under replicated blocks,0,hdfs,undr rep blks | ||
hdfs.namenode.scheduled_replication_blocks,gauge,,block,,Number of blocks scheduled for replication,0,hdfs,sched rep blks | ||
hdfs.namenode.pending_deletion_blocks,gauge,,block,,Number of pending deletion blocks,0,hdfs,pnd del blks | ||
hdfs.namenode.num_live_data_nodes,gauge,,node,,Total number of live data nodes,0,hdfs,lv d nds | ||
hdfs.namenode.num_dead_data_nodes,gauge,,node,,Total number of dead data nodes,0,hdfs,dead d nds | ||
hdfs.namenode.num_decom_live_data_nodes,gauge,,node,,Number of decommissioning live data nodes,0,hdfs,decom lv d nodes | ||
hdfs.namenode.num_decom_dead_data_nodes,gauge,,node,,Number of decommissioning dead data nodes,0,hdfs,decom dead d nds | ||
hdfs.namenode.volume_failures_total,gauge,,,,Total volume failures,0,hdfs,vol fail tot | ||
hdfs.namenode.estimated_capacity_lost_total,gauge,,byte,,Estimated capacity lost in bytes,0,hdfs,est cap lst tot | ||
hdfs.namenode.num_decommissioning_data_nodes,gauge,,node,,Number of decommissioning data nodes,0,hdfs,decom d nds | ||
hdfs.namenode.num_stale_data_nodes,gauge,,node,,Number of stale data nodes,0,hdfs,stl d nds | ||
hdfs.namenode.num_stale_storages,gauge,,,,Number of stale storages,0,hdfs,stl strgs | ||
hdfs.namenode.missing_blocks,gauge,,block,,Number of missing blocks,0,hdfs,miss blks | ||
hdfs.namenode.corrupt_blocks,gauge,,block,,Number of corrupt blocks,0,hdfs,corr blks | ||
hdfs.namenode.capacity_total,gauge,,byte,,Total disk capacity in bytes,0,hdfs_namenode,cap tot | ||
hdfs.namenode.capacity_used,gauge,,byte,,Disk usage in bytes,0,hdfs_namenode,cap usd | ||
hdfs.namenode.capacity_remaining,gauge,,byte,,Remaining disk space left in bytes,0,hdfs_namenode,cap rem | ||
hdfs.namenode.total_load,gauge,,,,Total load on the file system,0,hdfs_namenode,tot ld | ||
hdfs.namenode.fs_lock_queue_length,gauge,,,,Lock queue length,0,hdfs_namenode,lck queue | ||
hdfs.namenode.blocks_total,gauge,,block,,Total number of blocks,0,hdfs_namenode,blk tot | ||
hdfs.namenode.max_objects,gauge,,object,,Maximum number of files HDFS supports,0,hdfs_namenode,max objs | ||
hdfs.namenode.files_total,gauge,,file,,Total number of files,0,hdfs_namenode,files tot | ||
hdfs.namenode.pending_replication_blocks,gauge,,block,,Number of blocks pending replication,0,hdfs_namenode,pnd rep blks | ||
hdfs.namenode.under_replicated_blocks,gauge,,block,,Number of under replicated blocks,0,hdfs_namenode,undr rep blks | ||
hdfs.namenode.scheduled_replication_blocks,gauge,,block,,Number of blocks scheduled for replication,0,hdfs_namenode,sched rep blks | ||
hdfs.namenode.pending_deletion_blocks,gauge,,block,,Number of pending deletion blocks,0,hdfs_namenode,pnd del blks | ||
hdfs.namenode.num_live_data_nodes,gauge,,node,,Total number of live data nodes,0,hdfs_namenode,lv d nds | ||
hdfs.namenode.num_dead_data_nodes,gauge,,node,,Total number of dead data nodes,0,hdfs_namenode,dead d nds | ||
hdfs.namenode.num_decom_live_data_nodes,gauge,,node,,Number of decommissioning live data nodes,0,hdfs_namenode,decom lv d nodes | ||
hdfs.namenode.num_decom_dead_data_nodes,gauge,,node,,Number of decommissioning dead data nodes,0,hdfs_namenode,decom dead d nds | ||
hdfs.namenode.volume_failures_total,gauge,,,,Total volume failures,0,hdfs_namenode,vol fail tot | ||
hdfs.namenode.estimated_capacity_lost_total,gauge,,byte,,Estimated capacity lost in bytes,0,hdfs_namenode,est cap lst tot | ||
hdfs.namenode.num_decommissioning_data_nodes,gauge,,node,,Number of decommissioning data nodes,0,hdfs_namenode,decom d nds | ||
hdfs.namenode.num_stale_data_nodes,gauge,,node,,Number of stale data nodes,0,hdfs_namenode,stl d nds | ||
hdfs.namenode.num_stale_storages,gauge,,,,Number of stale storages,0,hdfs_namenode,stl strgs | ||
hdfs.namenode.missing_blocks,gauge,,block,,Number of missing blocks,0,hdfs_namenode,miss blks | ||
hdfs.namenode.corrupt_blocks,gauge,,block,,Number of corrupt blocks,0,hdfs_namenode,corr blks |