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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The following data collection sources are built-in:
11
11
GC | Percentage time spent in garbage collection
12
12
Memory | Java native and non-native memory usage
13
13
HTTP | HTTP request information
14
-
14
+
15
15
16
16
## Getting Started
17
17
### Prerequisites
@@ -56,9 +56,9 @@ Coming soon
56
56
57
57
Requirements: Maven
58
58
59
-
To build javametrics, run `mvn clean package` from the root project. This will build a zip file in the distribution directory containing
59
+
To build javametrics, run `mvn clean package` from the root project. This will build a zip file in the distribution directory containing
60
60
`javametrics-agent.jar`, `javametrics-web.war` and a `lib/` directory with the `asm*.jar` files.
61
-
61
+
62
62
## Source code
63
63
The source code for Application Metrics for Java is available in the [Javametrics Github project](http://github.com/RuntimeTools/javametrics).
64
64
@@ -69,4 +69,4 @@ This project is released under an Apache 2.0 open source license.
69
69
This project uses a semver-parsable X.0.Z version number for releases, where X is incremented for breaking changes to the public API described in this document and Z is incremented for bug fixes **and** for non-breaking changes to the public API that provide new function.
0 commit comments