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 InstrumentationScopeInfoBuilder
InstrumentationScopeInfo. builder(java.lang.String name)
Returns abuilder
for aInstrumentationScopeInfo
.InstrumentationScopeInfoBuilder
InstrumentationScopeInfoBuilder. setAttributes(Attributes attributes)
Set the attributes.InstrumentationScopeInfoBuilder
InstrumentationScopeInfoBuilder. setSchemaUrl(java.lang.String schemaUrl)
Set the schema URL.InstrumentationScopeInfoBuilder
InstrumentationScopeInfoBuilder. setVersion(java.lang.String version)
Set the version.
-