-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add support for GlassFish #51
Conversation
.../main/java/com/splunk/opentelemetry/middleware/GlassfishAttributesInstrumentationModule.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will look into tomcat next.
@Override | ||
protected WaitStrategy getWaitStrategy() { | ||
return Wait.forLogMessage(".*app was successfully deployed.*", 1) | ||
.withStartupTimeout(Duration.ofMinutes(15)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a huge timeout. Does it really take this long to start?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it does not. Left from local testing, will decrease separately
* Introduce proprietary images in test matrix and convert weblogic to such. * Add support for GlassFish (#51) * Add support for GlassFish * Update Tomcat to new images as well * Format * Simplify config * Update to new images that use application with context path * Polish * Actually disable failing test for now * add maven local repository (#52) * Detect liberty version (#53) Detect WebSphere liberty version. * Update tests to play well with both proprietary and public images. * Removed separate weblogic project. * Remove matrix parts for images that are reused from opentelemetry-java-instrumentation matrix. * Remove matrix parts for images that are reused from opentelemetry-java-instrumentation matrix. Co-authored-by: Nikita Salnikov-Tarnovski <nsalnikovtarnovski@splunk.com> Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
No description provided.