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: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,7 @@
9
9
An application metrics facade for the most popular monitoring tools. Instrument your code with dimensional metrics with a
10
10
vendor neutral interface and decide on the monitoring backend at the last minute.
11
11
12
-
More info and the user manual are available on [micrometer.io](https://micrometer.io).
13
-
14
-
Micrometer is the instrumentation library underpinning Spring Boot 2's or later metrics collection.
12
+
More info on [micrometer.io](https://micrometer.io).
15
13
16
14
Micrometer artifacts work with Java 8 or later with a few exceptions such as the micrometer-java11 module and micrometer-jetty11.
17
15
@@ -47,7 +45,7 @@ Note that milestone releases are for testing purposes and are not intended for p
47
45
48
46
## Documentation
49
47
50
-
The reference documentation is managed in [a separate GitHub repository](https://github.com/micrometer-metrics/micrometer-docs) and published to https://micrometer.io/.
48
+
The reference documentation is managed in the [docs directory](/docs) and published to https://micrometer.io/.
0 commit comments