Skip to content

Commit

Permalink
Fix newrelic test
Browse files Browse the repository at this point in the history
  • Loading branch information
acasajus committed Sep 2, 2024
1 parent 5b0fd3c commit 1fb2e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/events/event_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def send_event(

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
Expand Down

0 comments on commit 1fb2e8f

Please sign in to comment.