Index

A B C E F G H R S V 
All Classes and Interfaces|All Packages

A

addHttpPipelinePolicy(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.
AzureMonitorLogExporter - Class in com.azure.monitor.opentelemetry.exporter
This class is an implementation of OpenTelemetry LogExporter that allows different logging services to export recorded data for sampled logs in their own format.
AzureMonitorMetricExporter - Class in com.azure.monitor.opentelemetry.exporter
This class is an implementation of OpenTelemetry MetricExporter
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

buildLogExporter() - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterBuilder
Creates an AzureMonitorLogExporter based on the options set in the builder.
buildMetricExporter() - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterBuilder
Creates an AzureMonitorMetricExporter based on the options set in the builder.
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.
credential(TokenCredential) - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterBuilder
Sets the token credential required for authentication with the ingestion endpoint service.

E

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

F

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

G

getAggregationTemporality(InstrumentType) - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorMetricExporter
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.
httpPipeline(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.AzureMonitorLogExporter
shutdown() - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorMetricExporter
shutdown() - Method in class com.azure.monitor.opentelemetry.exporter.AzureMonitorTraceExporter

V

V2020_09_15_PREVIEW - Enum constant in enum com.azure.monitor.opentelemetry.exporter.AzureMonitorExporterServiceVersion
Service version 2020-09-15_Preview.
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 R S V 
All Classes and Interfaces|All Packages