Skip to content

Commit e626e5d

Browse files
authored
Merge pull request #202836 from atikmapari/Broken-link-aaronmax
Broken link fixed
2 parents 63dd640 + 7dc0d43 commit e626e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ Each exporter accepts the same arguments for configuration, passed through the c
523523
- `instrumentation_key`: The instrumentation key used to connect to your Azure Monitor resource.
524524
- `logging_sampling_rate`: Used for `AzureLogHandler`. Provides a sampling rate [0,1.0] for exporting logs. Defaults to 1.0.
525525
- `max_batch_size`: Specifies the maximum size of telemetry that's exported at once.
526-
- `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).
526+
- `proxies`: Specifies a sequence of proxies to use for sending data to Azure Monitor. For more information, see [proxies](https://requests.readthedocs.io/en/latest/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

529529
## Integrate with Azure Functions

0 commit comments

Comments
 (0)