Skip to content

Commit 05944ab

Browse files
authored
Merge pull request #101132 from johnkemnetz/patch-2
fixing location of sample rate in example
2 parents 6eeef71 + 84265a6 commit 05944ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/extensions/diagnostics-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,8 @@ In each case, data is also uploaded to:
597597
```json
598598
{
599599
"StorageAccount": "yourdiagstgacct",
600-
"sampleRateInSeconds": 15,
601600
"ladCfg": {
601+
"sampleRateInSeconds": 15,
602602
"diagnosticMonitorConfiguration": {
603603
"performanceCounters": {
604604
"sinks": "MyMetricEventHub,MyJsonMetricsBlob",

0 commit comments

Comments
 (0)