for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from lib import action
class LibratoDeleteMetric(action.LibratoBaseAction):
def run(self, name):
return self.librato.delete(name)