Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation page for micrometer metrics shows wrong quarkiverse extension depedency #20040

Closed
FGRCL opened this issue Sep 9, 2021 · 2 comments · Fixed by #20041
Closed
Milestone

Comments

@FGRCL
Copy link

FGRCL commented Sep 9, 2021

Describe the bug

In the quarkus guide titled "MICROMETER METRICS" located here: https://quarkus.io/guides/micrometer, it is shown that to add a quarkiverse extension the following maven dependency must be added:

<dependency>
    <groupId>io.quarkiverse</groupId>
    <artifactId>quarkus-micrometer-registry-stackdriver</artifactId>
</dependency>

However, the maven is unable to retrieve this dependency. The maven repository instead shows that the following dependecy should be added:

<dependency>
    <groupId>io.quarkiverse.micrometer.registry</groupId>
    <artifactId>quarkus-micrometer-registry-stackdriver</artifactId>
</dependency>

Expected behavior

The documentation shows that the dependency to be used is:

<dependency>
    <groupId>io.quarkiverse.micrometer.registry</groupId>
    <artifactId>quarkus-micrometer-registry-stackdriver</artifactId>
</dependency>

Actual behavior

The documentation shows:

<dependency>
    <groupId>io.quarkiverse</groupId>
    <artifactId>quarkus-micrometer-registry-stackdriver</artifactId>
</dependency>

How to Reproduce?

  1. Open https://quarkus.io/guides/micrometer#using-other-registry-implementations
  2. View the displayed dependencies
  3. Open https://mvnrepository.com/artifact/io.quarkiverse.micrometer.registry/quarkus-micrometer-registry-stackdriver/2.1.0
  4. View the displayed dependency
  5. Assert the dependencies differ

Output of uname -a or ver

N/A

Output of java -version

16.0.2

GraalVM version (if different from Java)

N/A

Quarkus version or git rev

N/A

Build tool (ie. output of mvnw --version or gradlew --version)

Maven 3.8.1

Additional information

No response

@FGRCL FGRCL added the kind/bug Something isn't working label Sep 9, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 9, 2021

@quarkus-bot quarkus-bot bot added area/metrics area/smallrye kind/extension-proposal Discuss and Propose new extensions labels Sep 9, 2021
@ebullient
Copy link
Contributor

oops! You're right. How did I manage that? yikes. Easy to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants