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
*`agent/javametrics-agent-x.x.x.jar` - Javametrics agent and required ASM libraries
36
+
*`spring/javametrics-spring-x.x.x.jar` - Javametrics spring
36
37
37
38
### Building with Maven
38
39
@@ -67,7 +68,7 @@ javametrics-prometheus
67
68
```
68
69
69
70
#### Websphere Liberty
70
-
Unpack the `.zip` or `.tar.gz` archive that you downloaded in the previous step. Copy the `javametrics-dash-x.x.x.war` and the `javametrics-prometheus-x.x.x.war` files into your [Websphere Liberty](https://developer.ibm.com/wasdev/websphere-liberty/) 'dropins' directory.
71
+
Unpack the release `.zip` archive that you downloaded in the previous step. Copy the `javametrics-dash-x.x.x.war` and the `javametrics-prometheus-x.x.x.war` files into your [Websphere Liberty](https://developer.ibm.com/wasdev/websphere-liberty/) 'dropins' directory.
71
72
72
73
If you only want the dashboard or prometheus support you can just copy the appropriate war file to the 'dropins' directory. Both require the agent to be loaded following the instructions below.
73
74
@@ -138,4 +139,4 @@ This project is released under an Apache 2.0 open source license.
138
139
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