Naming pattern in graphite and statsd
Problem Description: I have module which does following thing. delete/folder delete/file move/folder move/file This application is running on multiple host. I am not able to find better namespace pattern for storing it in statsd: I have thought about following patterns: <env>.<app>.<action>.<object>.<host>.exec_time <env>.<app>.<action>.<object>.<host>.failed <env>.<app>.<action>.<object>.<host>.succeeded Second pattern I am thinking is: <env>.<app>.<object>.<action>.<host>.exec_time <env>.<app>.<object>.<action>.<host>.failed <env>.<app>.<object>.<action>.<host>.succeeded I can have some more