Skip to content

Commit a8252c6

Browse files
authored
Fixed README AzureMonitorTraceExporter typo (Azure#25226)
* Corrected README typo * Updated CHANGELOG * Removed unnecessary CHANGELOG update
1 parent 548a178 commit a8252c6

File tree

1 file changed

+1
-1
lines changed
  • sdk/monitor/azure-monitor-opentelemetry-exporter

1 file changed

+1
-1
lines changed

sdk/monitor/azure-monitor-opentelemetry-exporter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To use this package, you must have:
2525

2626
### Instantiate the client
2727

28-
Interaction with Azure monitor exporter starts with an instance of the `AzureMonitorTraceExporter` class for distributed tracing or `AzureMonitorTraceExporter` for logging. You will need a **connection_string** to instantiate the object.
28+
Interaction with Azure monitor exporter starts with an instance of the `AzureMonitorTraceExporter` class for distributed tracing or `AzureMonitorLogExporter` for logging. You will need a **connection_string** to instantiate the object.
2929
Please find the samples linked below for demonstration as to how to construct the exporter using a connection string.
3030

3131
#### Logging

0 commit comments

Comments
 (0)