-
Notifications
You must be signed in to change notification settings - Fork 347
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
feat(monitoring): Migrate to PodMonitor for Integration monitoring #2216
Conversation
May there be a general issue in the runtime? I see a NullPointerException in the logs |
Yes, it seems there is another issue with the polyglot tests, as well as the OpenAPI ones. It may relate to apache/camel-k-runtime#658. @squakez would you be able to have a look, it seems for these tests, the source type may be null. |
Let me merge this as the remaining CI errors are not related. |
Yes, I planned to work on it soon. |
Patch to avoid NPE such as in apache/camel-k#2216 Ref apache#658
Patch to avoid NPE such as in apache/camel-k#2216 Ref apache#658
We have too many places where we just don't set the I think we should understand if we want always to set the I will better follow up with a separate issue. |
The tactical solution sounds indeed safer as we are releasing 1.4.0. Once it's out, one approach is to set the |
Patch to avoid NPE such as in apache/camel-k#2216 Ref #658
Patch to avoid NPE such as in apache/camel-k#2216 Ref #658
Fixes #1555.
Fixes #2212.
Tested compatibility with Knative, and OpenShift monitoring stack, using the feed, splitter, printer example:
Release Note