Closed tachyonics closed 3 years ago
Issue #, if available:
Description of changes:
Add three additional metrics to potentially be emitted
let serviceLatencyTimer: Metrics.Timer let outwardsServiceCallLatencySumTimer: Metrics.Timer let outwardsServiceCallRetryWaitSumTimer: Metrics.Timer
Create a SmokeInwardsRequestContext protocol to aggregate all the request data and emit metrics at the end of the request.
SmokeInwardsRequestContext
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available:
Description of changes:
Add three additional metrics to potentially be emitted
Create a
SmokeInwardsRequestContext
protocol to aggregate all the request data and emit metrics at the end of the request.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.