Add latency metric for notification service
This MR is to create custom metric for event notification latency. The latency is the time between the message is sent into message bus until the first successful attempt to deliver the message to subscriber. The response time from the subscriber is not included.
In the customDimension of the metric, we included correlation id, data partition id and topic name the message belongs to.
Issue: #126
Edited by Vasyl Leskiv [SLB]