Uploaded image for project: 'C++ Couchbase Client'
  1. C++ Couchbase Client
  2. CXXCBC-11

Implement External Metrics/Tracing

    XMLWordPrintable

Details

    • New Feature
    • Resolution: Fixed
    • Major
    • 1.0.0-dp.1
    • None
    • None
    • None

    Description

      The motivation for this task is that the wrappers will need a way to support external metrics/tracing without blocking during interpreter/VM transitions. This should not require much pathfinding at this point after our discussion.

      Key notes:

      • global lock problem in Node.js, Python, Ruby, PHP
      • strategy is to queue and defer invocation of custom tracer API until next time we have the lock (so we're not blocking trying to obtain the lock each time)
      • but need to document a limitation because this strategy can only be used with tracers that allow explicit timestamps
      • Note that this is not for Metrics/Tracing in transactions itself but only in the main CB++ implementation

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              avsej Sergey Avseyev
              ray.cardillo Ray Cardillo
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes