Exemplo n.º 1
0
 def compile(self):
     """
     When we send the metrics off to graphdat, we only care about
     a subset of the information
     """
     result = DotDictionary()
     result.callcount = self.callcount
     result.firsttimestampoffset = self.offset * 1000
     result.name = self.path
     result.responsetime = self.responseTime
     return result