You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/monitor/azure-monitor-opentelemetry-exporter/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ To use this package, you must have:
23
23
* Opentelemetry SDK - [Opentelemtry SDK for Python][ot_sdk_python]
24
24
* Python 3.5 or later - [Install Python][python]
25
25
26
-
### Authenticate the client
26
+
### Instantiate the client
27
27
28
28
Interaction with Azure monitor exporter starts with an instance of the `AzureMonitorTraceExporter` class. You will need a **connection_string** to instantiate the object.
29
-
Please find the samples linked below for demonstration as to how to authenticate using a connection string.
29
+
Please find the samples linked below for demonstration as to how to construct the exporter using a connection string.
30
30
31
31
#### [Create Exporter from connection string][sample_authenticate_client_connstr]
0 commit comments