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
{{ message }}
This repository was archived by the owner on Jul 19, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/sources/operators-guide/configure-agent/language-support/jvm.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ If you're using maven, add the following dependency to your `pom.xml`:
21
21
<dependency>
22
22
<groupId>com.grafana</groupId>
23
23
<artifactId>jpprof</artifactId>
24
-
<version>0.1.0</version>
24
+
<version>0.1.4</version>
25
25
</dependency>
26
26
```
27
27
@@ -30,7 +30,7 @@ If you're using gradle, add the following dependency to your `build.gradle`:
30
30
```groovy
31
31
dependencies {
32
32
// ....
33
-
implementation 'com.grafana:jpprof:0.1.0'
33
+
implementation 'com.grafana:jpprof:0.1.4'
34
34
//...
35
35
}
36
36
```
@@ -104,7 +104,7 @@ This means that you need to run your container with the `SYS_ADMIN` capability a
104
104
105
105
> async-profiler also requires JVM symbols to be available, use an appropriate docker base image for your JVM version.
106
106
107
-
Make sure to check out our [docker-compose](https://github.com/grafana/phlare/tree/main/tools/docker-compose) example](https://github.com/grafana/phlare/tree/main/tools/docker-compose).
107
+
Make sure to check out our [docker-compose](https://github.com/grafana/phlare/tree/main/tools/docker-compose) example.
0 commit comments