Closed
Bug 766444
Opened 13 years ago
Closed 13 years ago
Call to /lattice/stats returns error 500
Categories
(Pancake Graveyard :: Back-end, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
M3
People
(Reporter: st3fan, Assigned: oyiptong)
Details
(Whiteboard: qa-)
Traceback (most recent call last):
File "/home/pancake/pancake/fxhome-lattice-env/lib/python2.7/site-packages/tornado-2.2-py2.7.egg/tornado/web.py", line 1074, in wrapper
return method(self, *args, **kwargs)
File "/home/pancake/pancake/fxhome-lattice-env/lib/python2.7/site-packages/tornado-2.2-py2.7.egg/tornado/gen.py", line 104, in wrapper
gen = func(*args, **kwargs)
File "/home/pancake/pancake/fxhome-lattice/fxhome/lattice/handlers/__init__.py", line 86, in wrapper
return method(self, *args, **kwargs)
File "/home/pancake/pancake/fxhome-lattice/fxhome/lattice/handlers/stats.py", line 38, in post
msg.send()
File "/home/pancake/pancake/fxhome-lattice/fxhome/lattice/models.py", line 1739, in send
app.stats_timing(key_name, v['elapsed'])
File "/home/pancake/pancake/fxhome-lattice/fxhome/lattice/__init__.py", line 52, in stats_timing
self.metlog.timing(timer, elapsed)
AttributeError: 'MetlogClient' object has no attribute 'timing'
Assignee | ||
Comment 1•13 years ago
|
||
This error occurred because play was on a branch that wasn't merged with default. The error comes from using an old api in metlog
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•13 years ago
|
Resolution: FIXED → INVALID
I don't think there's anything to verify here. qa- whiteboarded.
Whiteboard: qa-
You need to log in
before you can comment on or make changes to this bug.
Description
•