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
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:
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
The text was updated successfully, but these errors were encountered:
@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?
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
How to Reproduce?
Steps to reproduce the behavior:
mvn clean test -f integration-tests/observability-lgtm/
Output of
uname -a
orver
Fedora 38
Output of
java -version
21
Quarkus version or git rev
999-SNAPSHOT
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.4
Additional information
No response
The text was updated successfully, but these errors were encountered: