Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Allow custom view.Meters to export metrics for other Resources #1212

Merged

Commits on Jun 4, 2020

  1. Remove call to time.Now() on worker thread when handling record reqs (c…

    …ensus-instrumentation#1210)
    
    Time is already recorded on the client side and stored in the currently unused recordReq.t
    field. Avoiding these repeated calls to time.Now while the worker is blocked can significantly
    reduce worker contention.
    ian-mi authored and evankanderson committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    a5a78ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8959408 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    30ad700 View commit details
    Browse the repository at this point in the history