Skip to content

Commit 7dc48a5

Browse files
authored
Merge pull request #188371 from lzchen/patch-3
Add section linking to opencensus functions extension
2 parents 13d276d + 81d1eeb commit 7dc48a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/azure-monitor/app/opencensus-python.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,10 @@ Each exporter accepts the same arguments for configuration, passed through the c
526526
- `proxies`: Specifies a sequence of proxies to use for sending data to Azure Monitor. For more information, see [proxies](https://requests.readthedocs.io/en/master/user/advanced/#proxies).
527527
- `storage_path`: A path to where the local storage folder exists (unsent telemetry). As of `opencensus-ext-azure` v1.0.3, the default path is the OS temp directory + `opencensus-python` + `your-ikey`. Prior to v1.0.3, the default path is $USER + `.opencensus` + `.azure` + `python-file-name`.
528528

529+
## Integrate with Azure Functions
530+
531+
Users who want to capture custom telemetry in Azure Functions environments are encouraged to used the OpenCensus Python Azure Functions [extension](https://github.com/census-ecosystem/opencensus-python-extensions-azure/tree/main/extensions/functions#opencensus-python-azure-functions-extension). More details can be found in this [document](../../azure-functions/functions-reference-python.md#log-custom-telemetry).
532+
529533
## Authentication (preview)
530534
> [!NOTE]
531535
> Authentication feature is available starting from `opencensus-ext-azure` v1.1b0

0 commit comments

Comments
 (0)