We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45428ee commit 3aed305Copy full SHA for 3aed305
articles/azure-functions/opentelemetry-howto.md
@@ -215,7 +215,19 @@ These instructions only apply for an OTLP exporter:
215
216
::: zone-end
217
::: zone pivot="programming-language-python"
218
-1. Add an application setting named `PYTHON_APPLICATIONINSIGHTS_ENABLE_TELEMETRY` with value of True.
+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
228
+ PYTHON_ENABLE_OPENTELEMETRY
229
230
+ ---
231
232
1. Make sure the below library is in your `requirements.txt` file, whether from uncommenting or adding yourself:
233
0 commit comments