Skip to content

Commit 162abe7

Browse files
committed
updates for OTEL
1 parent a6d2fa3 commit 162abe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/how-to/develop/trace-agents-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ To trace your custom functions, use the OpenTelemetry SDK to instrument your cod
189189
3. **Add attributes**: Enrich spans with attributes to provide more context for the trace data.
190190
4. **Configure an exporter**: Send the trace data to a backend for analysis and visualization.
191191

192-
Heres an example of tracing a custom function:
192+
Here's an example of tracing a custom function:
193193

194194
```python
195195
from opentelemetry import trace

0 commit comments

Comments
 (0)