mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
Fix newrelic test
This commit is contained in:
parent
5b0fd3cee4
commit
1fb2e8f01c
@ -68,7 +68,7 @@ class EventDispatcher:
|
|||||||
|
|
||||||
serialized = event.SerializeToString()
|
serialized = event.SerializeToString()
|
||||||
dispatcher.send(serialized)
|
dispatcher.send(serialized)
|
||||||
newrelic.agent.record_custom_event("event_stored")
|
newrelic.agent.record_custom_metric("Custom/events_stored", 1)
|
||||||
LOG.i("Sent event to the dispatcher")
|
LOG.i("Sent event to the dispatcher")
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user