You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos-spark_3_2-12/docs/configuration-reference.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,6 @@
41
41
|`spark.cosmos.diagnostics.azureMonitor.sampling.maxCount`|`10000`| The max. number of dependency events sampled-in every interval. |
42
42
|`spark.cosmos.diagnostics.azureMonitor.sampling.intervalInSeconds`|`60`| The interval after which the max. number of events allowed to be sampled-in is reset. |
43
43
|`spark.cosmos.diagnostics.azureMonitor.metrics.intervalInSeconds`|`60`| The interval (in seconds) defining how often Metrics are captured and emitted to Azure Monitor. A negative value results in disabling metric collection. |
44
-
|`spark.cosmos.diagnostics.azureMonitor.log.level`|`INFO`| Determines which logs should be emitted to Azure Monitor. With the default `INFO` effectively all logs emitted to the built-in Spark logs are also emitted to Azure Monitor (unless the limit defined below is hit). |
45
-
|`spark.cosmos.diagnostics.azureMonitor.log.sampling.maxCount`|`None`| The max. number of log records emitted to Azure Monitor every interval. |
46
-
|`spark.cosmos.diagnostics.azureMonitor.log.sampling.intervalInSeconds`|`None`| The interval (in seconds) after which the max. number of log records allowed to be emitted to Azure Monitor is getting reset. |
0 commit comments