mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
Fix newrelic test
This commit is contained in:
parent
5b0fd3cee4
commit
1fb2e8f01c
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class EventDispatcher:
|
|||
|
||||
serialized = event.SerializeToString()
|
||||
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")
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Reference in a new issue