Skip to content

Commit

Permalink
Remove metrics dependencies because they are not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Oct 20, 2023
1 parent 8839263 commit 58e3589
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions docs/mp/guides/upgrade_4x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -118,24 +118,6 @@ NOTE: Please, read each specification carefully for incompatible changes!
Jandex group id was `org.jboss.jandex` and now is `io.smallrye`.
==== Metrics and observability
The correct work of observability in quickstarts now requires dependencies:
[source, xml]
----
<dependency>
<groupId>io.helidon.webserver.observe</groupId>
<artifactId>helidon-webserver-observe-metrics</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.helidon.metrics</groupId>
<artifactId>helidon-metrics-system-meters</artifactId>
<scope>runtime</scope>
</dependency>
----
==== Testing
Testing is now in a new package. It was:
Expand Down

0 comments on commit 58e3589

Please sign in to comment.