Uses of Class
io.opentelemetry.sdk.common.InstrumentationScopeInfoBuilder
-
Packages that use InstrumentationScopeInfoBuilder Package Description io.opentelemetry.sdk.common Common utilities used by all SDK components. -
-
Uses of InstrumentationScopeInfoBuilder in io.opentelemetry.sdk.common
Methods in io.opentelemetry.sdk.common that return InstrumentationScopeInfoBuilder Modifier and Type Method Description static InstrumentationScopeInfoBuilderInstrumentationScopeInfo. builder(java.lang.String name)Returns abuilderfor aInstrumentationScopeInfo.InstrumentationScopeInfoBuilderInstrumentationScopeInfoBuilder. setAttributes(Attributes attributes)Set the attributes.InstrumentationScopeInfoBuilderInstrumentationScopeInfoBuilder. setSchemaUrl(java.lang.String schemaUrl)Set the schema URL.InstrumentationScopeInfoBuilderInstrumentationScopeInfoBuilder. setVersion(java.lang.String version)Set the version.
-