Uses of Class
com.azure.core.util.LibraryTelemetryOptions
Packages that use LibraryTelemetryOptions
Package
Description
Package containing core utility classes.
Package containing core utility classes.
Package containing API for tracing.
-
Uses of LibraryTelemetryOptions in com.azure.core.util
Methods in com.azure.core.util that return LibraryTelemetryOptionsModifier and TypeMethodDescriptionLibraryTelemetryOptions.setLibraryVersion(String libraryVersion) Sets the client library version.LibraryTelemetryOptions.setResourceProviderNamespace(String rpNamespace) Sets the Azure namespace.LibraryTelemetryOptions.setSchemaUrl(String schemaUrl) Sets the schema URL describing specific schema and version of the telemetry the library emits. -
Uses of LibraryTelemetryOptions in com.azure.core.util.metrics
Methods in com.azure.core.util.metrics with parameters of type LibraryTelemetryOptionsModifier and TypeMethodDescriptiondefault MeterMeterProvider.createMeter(LibraryTelemetryOptions libraryOptions, MetricsOptions applicationOptions) Creates meter instance. -
Uses of LibraryTelemetryOptions in com.azure.core.util.tracing
Methods in com.azure.core.util.tracing with parameters of type LibraryTelemetryOptionsModifier and TypeMethodDescriptiondefault TracerTracerProvider.createTracer(LibraryTelemetryOptions libraryOptions, TracingOptions options) Creates tracer provider instance.