Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/reference/metrics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

Check notice on line 1 in docs/reference/metrics.md

View workflow job for this annotation

GitHub Actions / docs-preview / build

Irregular whitespace character detected: U+2009 (Thin Space). This may impair Markdown rendering.
mapped_pages:
- https://www.elastic.co/guide/en/apm/agent/java/current/metrics.html
---
Expand Down Expand Up @@ -422,9 +422,9 @@
Use the `management.metrics.export.simple` prefix to configure via `application.properties`

```properties
management.metrics.export.simple.enabled=true
management.metrics.export.simple.step=30s
management.metrics.export.simple.mode=STEP
management.simple.metrics.export.enabled=true
management.simple.metrics.export.step=30s
management.simple.metrics.export.mode=STEP
```


Expand Down
Loading