Skip to content

Commit 3aed305

Browse files
authored
Update opentelemetry-howto.md
1 parent 45428ee commit 3aed305

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

articles/azure-functions/opentelemetry-howto.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,19 @@ These instructions only apply for an OTLP exporter:
215215
216216
::: zone-end
217217
::: zone pivot="programming-language-python"
218-
1. Add an application setting named `PYTHON_APPLICATIONINSIGHTS_ENABLE_TELEMETRY` with value of True.
218+
1. Add the following application settings with value of True.
219+
220+
### [Application Insights](#tab/app-insights)
221+
222+
```text
223+
PYTHON_APPLICATIONINSIGHTS_ENABLE_TELEMETRY
224+
```
225+
### [OTLP Exporter](#tab/otlp-export)
226+
227+
```text
228+
PYTHON_ENABLE_OPENTELEMETRY
229+
```
230+
---
219231
220232
1. Make sure the below library is in your `requirements.txt` file, whether from uncommenting or adding yourself:
221233

0 commit comments

Comments
 (0)