AxonIQ / console-framework-client

Client for Axon Framework to connect to AxonIQ Console
https://console.axoniq.io/
Apache License 2.0
0 stars 0 forks source link

Introduce JVM metrics for Inspector #75

Closed CodeDrivenMitch closed 3 months ago

CodeDrivenMitch commented 3 months ago

Introduces the following metrics to report to AxonIQ Console:

CodeDrivenMitch commented 3 months ago

The Kotlin compilation error in the JDK build is known (https://youtrack.jetbrains.com/issue/KT-62389/JDK-21-Cannot-access-class-TimeUnit.-Check-your-module-classpath-for-missing-or-conflicting-dependencies), but only fixed in the Kotlin 1.9.x branch. Since we need to stick to older versions, and it still runs on java 21 (just doesn't compile), I am ignoring this and removing the JDK 21 build for now

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
5 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
2.9% Duplication on New Code

See analysis details on SonarCloud