Skip to content

Commit 91ddd91

Browse files
authored
Update articles/azure-monitor/app/opencensus-python.md
1 parent 288ea8f commit 91ddd91

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
@@ -521,7 +521,7 @@ Each exporter accepts the same arguments for configuration, passed through the c
521521
`connection_string`| The connection string used to connect to your Azure Monitor resource. Takes priority over `instrumentation_key`.|
522522
`credential`| Credential class used by Azure Active Directory authentication. See the "Authentication" section that follows.|
523523
`enable_standard_metrics`| Used for `AzureMetricsExporter`. Signals the exporter to send [performance counter](../essentials/app-insights-metrics.md#performance-counters) metrics automatically to Azure Monitor. Defaults to `True`.|
524-
`export_interval`| Used to specify the frequency in seconds of exporting. Defaults to `15s`. Note for metrics your MUST set this to 60s or else your metric aggregations will not make sense in the metrics explorer.|
524+
`export_interval`| Used to specify the frequency in seconds of exporting. Defaults to `15s`. For metrics you MUST set this to 60s or else your metric aggregations will not make sense in the metrics explorer.|
525525
`grace_period`| Used to specify the timeout for shutdown of exporters in seconds. Defaults to `5s`.|
526526
`instrumentation_key`| The instrumentation key used to connect to your Azure Monitor resource.|
527527
`logging_sampling_rate`| Used for `AzureLogHandler` and `AzureEventHandler`. Provides a sampling rate [0,1.0] for exporting logs/events. Defaults to `1.0`.|

0 commit comments

Comments
 (0)