Class DefaultTracerBuilder

    • Constructor Detail

      • DefaultTracerBuilder

        DefaultTracerBuilder()
    • Method Detail

      • setSchemaUrl

        public TracerBuilder setSchemaUrl​(java.lang.String schemaUrl)
        Description copied from interface: TracerBuilder
        Set the scope schema URL of the resulting Tracer. Schema URL is part of Tracer identity.
        Specified by:
        setSchemaUrl in interface TracerBuilder
        Parameters:
        schemaUrl - The schema URL.
        Returns:
        this
      • setInstrumentationVersion

        public TracerBuilder setInstrumentationVersion​(java.lang.String instrumentationScopeVersion)
        Description copied from interface: TracerBuilder
        Sets the instrumentation scope version of the resulting Tracer. Version is part of Tracer identity.
        Specified by:
        setInstrumentationVersion in interface TracerBuilder
        Parameters:
        instrumentationScopeVersion - The instrumentation scope version.
        Returns:
        this