Skip to content

Commit

Permalink
Merge pull request #904 from DataDog/fix_open_fd_name
Browse files Browse the repository at this point in the history
Fix open_file_descriptors metric name
  • Loading branch information
Arthur committed Apr 21, 2014
2 parents 0ae96b1 + 724000b commit 0b231c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks.d/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ProcessCheck(AgentCheck):
'system.processes.mem.rss',
'system.processes.mem.vms',
'system.processes.mem.real',
'system.processes.open_file_decorators',
'system.processes.open_file_descriptors',
'system.processes.ioread_count',
'system.processes.iowrite_count',
'system.processes.ioread_bytes',
Expand Down

0 comments on commit 0b231c8

Please sign in to comment.