We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that we have a Hilla module for backend and frontend observability, we need to verify that data is exported correctly.
We can approach this in the same way we did for flow, using the OTLP exported and a MockServer instance:
MockServer
observability-kit/observability-kit-test/observability-kit-agent-it/src/test/java/com/vaadin/observability/test/MainViewIT.java
Lines 33 to 61 in e5d1200
The text was updated successfully, but these errors were encountered:
MatthewVaadin
Successfully merging a pull request may close this issue.
Now that we have a Hilla module for backend and frontend observability, we need to verify that data is exported correctly.
We can approach this in the same way we did for flow, using the OTLP exported and a
MockServer
instance:observability-kit/observability-kit-test/observability-kit-agent-it/src/test/java/com/vaadin/observability/test/MainViewIT.java
Lines 33 to 61 in e5d1200
The text was updated successfully, but these errors were encountered: