Skip to content

Commit 19671d1

Browse files
committed
Update doc for metricIntervalSeconds
1 parent 9604a2a commit 19671d1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/azure-monitor/app/java-standalone-config.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -682,17 +682,13 @@ Starting from version 3.2.0, you can enable the following preview instrumentatio
682682
683683
## Metric interval
684684

685-
This feature is in preview.
686-
687685
By default, metrics are captured every 60 seconds.
688686

689687
Starting from version 3.0.3, you can change this interval:
690688

691689
```json
692690
{
693-
"preview": {
694-
"metricIntervalSeconds": 300
695-
}
691+
"metricIntervalSeconds": 300
696692
}
697693
```
698694

0 commit comments

Comments
 (0)