Interface TracerBuilder

    • Method Detail

      • setSchemaUrl

        TracerBuilder setSchemaUrl​(java.lang.String schemaUrl)
        Set the scope schema URL of the resulting Tracer. Schema URL is part of Tracer identity.
        Parameters:
        schemaUrl - The schema URL.
        Returns:
        this
      • setInstrumentationVersion

        TracerBuilder setInstrumentationVersion​(java.lang.String instrumentationScopeVersion)
        Sets the instrumentation scope version of the resulting Tracer. Version is part of Tracer identity.
        Parameters:
        instrumentationScopeVersion - The instrumentation scope version.
        Returns:
        this
      • build

        Tracer build()
        Gets or creates a Tracer instance.
        Returns:
        a Tracer instance configured with the provided options.