Skip navigation links
A B C E F G H P R S V 

A

addPolicy(HttpPipelinePolicy) - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterBuilder
Adds a policy to the set of existing policies that are executed after required policies.
AzureMonitorExporterBuilder - Class in com.azure.monitor.opentelemetry.exporter
This class provides a fluent builder API to instantiate AzureMonitorTraceExporter that implements SpanExporter interface defined by OpenTelemetry API specification.
AzureMonitorExporterBuilder() - Constructor for class com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterBuilder
Creates an instance of AzureMonitorExporterBuilder.
AzureMonitorExporterServiceVersion - Enum in com.azure.monitor.opentelemetry.exporter
The versions of Azure Monitor service supported by this client library.
AzureMonitorTraceExporter - Class in com.azure.monitor.opentelemetry.exporter
This class is an implementation of OpenTelemetry SpanExporter that allows different tracing services to export recorded data for sampled spans in their own format.

B

buildTraceExporter() - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterBuilder
Creates an AzureMonitorTraceExporter based on the options set in the builder.

C

clientOptions(ClientOptions) - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterBuilder
Sets the client options such as application ID and custom headers to set on a request.
com.azure.monitor.opentelemetry.exporter - package com.azure.monitor.opentelemetry.exporter
Package containing the OpenTelemetry Exporter for Azure Monitor.
configuration(Configuration) - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterBuilder
Sets the configuration store that is used during construction of the service client.
connectionString(String) - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterBuilder
Sets the connection string to use for exporting telemetry events to Azure Monitor.

E

export(Collection<SpanData>) - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorTraceExporter

F

flush() - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorTraceExporter

G

getLatest() - Static method in enum com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterServiceVersion
Gets the latest service version supported by this client library.
getVersion() - Method in enum com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterServiceVersion
 

H

httpClient(HttpClient) - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterBuilder
Sets the HTTP client to use for sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterBuilder
Sets the logging configuration for HTTP requests and responses.

P

pipeline(HttpPipeline) - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterBuilder
Sets the HTTP pipeline to use for the service client.

R

retryPolicy(RetryPolicy) - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterBuilder
Sets the RetryPolicy that is used when each request is sent.

S

serviceVersion(AzureMonitorExporterServiceVersion) - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterBuilder
Sets the Azure Monitor service version.
shutdown() - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorTraceExporter

V

valueOf(String) - Static method in enum com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E F G H P R S V 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2021 Microsoft Corporation. All rights reserved.