[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `BaseApiTracerFactory` class, which is a base factory for building `ApiTracer` instances that do nothing, and it is intended for internal use."],["The latest version of this class is 2.63.1, and the page contains links to documentation for multiple previous versions, going back to version 2.7.1."],["The `BaseApiTracerFactory` class implements the `ApiTracerFactory` interface and inherits from `java.lang.Object`, providing inherited methods like `clone()`, `equals()`, and `hashCode()`."],["It has a static method `getInstance()` that returns a `BaseApiTracerFactory`, and a `newTracer()` method that creates a new `ApiTracer` as a child of the current context."],["The class contains a protected constructor, and the `newTracer()` method requires parameters for the parent, span name, and operation type."]]],[]]