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

Quarkus logs warning for properties set by Observability Dev Services with Grafana OTEL LGTM #41101

Closed
michalvavrik opened this issue Jun 10, 2024 · 6 comments · Fixed by #41244
Assignees
Labels
area/devservices kind/bug Something isn't working
Milestone

Comments

@michalvavrik
Copy link
Member

michalvavrik commented Jun 10, 2024

Describe the bug

I use Observability Dev Services with Grafana OTEL LGTM and see warnings about unrecognized properties I didn't set.

Expected behavior

No warning unless I can make action that prevents warning.

Actual behavior

2024-06-10 20:02:37,481 WARN  [io.qua.config] (main) Unrecognized configuration key "quarkus.otel-collector.url" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
2024-06-10 20:02:37,481 WARN  [io.qua.config] (main) Unrecognized configuration key "quarkus.grafana.url" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo

How to Reproduce?

Steps to reproduce the behavior:

  1. in Quarkus main run mvn clean test -f integration-tests/observability-lgtm/

Output of uname -a or ver

Fedora 38

Output of java -version

21

Quarkus version or git rev

999-SNAPSHOT

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

Apache Maven 3.9.4

Additional information

No response

@michalvavrik michalvavrik added the kind/bug Something isn't working label Jun 10, 2024
Copy link

quarkus-bot bot commented Jun 10, 2024

/cc @geoand (devservices), @stuartwdouglas (devservices)

@geoand
Copy link
Contributor

geoand commented Jun 10, 2024

cc @alesj @brunobat

@brunobat
Copy link
Contributor

@michalvavrik you didn't set anything in application.properties, right?
The documentation says we should add configurations but we should do that in the extension.
Not sure why it's complaining about quarkus.grafana.url.
@alesj can you please take a look?

@michalvavrik
Copy link
Member Author

@michalvavrik you didn't set anything in application.properties, right?

Not in my use case; but I linked here Quarkus main project integration test so that you can inspect it. I didn't find it set there either.

@melloware
Copy link
Contributor

I see this too and came to open a ticket but found this one!

@brunobat
Copy link
Contributor

Working on it

@brunobat brunobat self-assigned this Jun 14, 2024
@quarkus-bot quarkus-bot bot added this to the 3.13 - main milestone Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devservices kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants