Closed
Bug 829645
Opened 12 years ago
Closed 12 years ago
Statsd and sentry on solitude in -dev
Categories
(Cloud Services :: Operations: Marketplace, task)
Cloud Services
Operations: Marketplace
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: andy+bugzilla, Assigned: jason)
References
Details
A hit to:
[amckay@dev1.addons.phx1 ~]$ curl http://127.0.0.1:10008/services/error/
{"error_code": "TestError", "error_data": {}, "error_message": "This is a test."}
on -dev should generate one error in sentry and 4 statsd times. I can't find the sentry or graphite entries for those, not sure if they are being sent or not.
Reporter | ||
Comment 1•12 years ago
|
||
It used to be there: http://sentry.dmz.phx1.mozilla.com/payments-dev/?df=2012-07-03&tf=05%3A24+PM&dt=&tt=#
Comment 2•12 years ago
|
||
This is related to payments which is currently our highest priority
Severity: normal → major
Assignee | ||
Updated•12 years ago
|
Assignee: server-ops-amo → jthomas
Assignee | ||
Comment 3•12 years ago
|
||
I think the metlog configuration is breaking solitude sentry and statsd [1].
I removed the configuration from my sandbox and sentry started working. However statsd is throwing 'django_statsd.middleware.process_response TypeError: an integer is required'.
Can we back this out until we get metlog sorted out for solitude?
[1] https://github.com/mozilla/solitude/commit/bbab6245bd6fa6cd45372cf96ad74e151b86f045
Assignee | ||
Comment 4•12 years ago
|
||
Both working now. Thanks @andy.
http://sentry.dmz.phx1.mozilla.com/payments-dev/group/10851/
statsd - http://tinyurl.com/ay83kav
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Component: Server Operations: AMO Operations → Operations: Marketplace
Product: mozilla.org → Mozilla Services
You need to log in
before you can comment on or make changes to this bug.
Description
•