-
Notifications
You must be signed in to change notification settings - Fork 70
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 Jetty logging #573
Add Jetty logging #573
Conversation
Looks like the integrations tests are failing for Jetty. Lets fix that and then we can merge |
- name: jsonPayload.message | ||
value_regex: '.*oejs\.Server:main: Started Server\@.*\{STARTING\}.*' | ||
type: string | ||
description: null |
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.
All the other descriptions default to ''
instead of null
. We should do that here too
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.
Gotcha, updated.
Uggggh have to rebase again and will merge then (feel free to merge if you can) |
For more information about Jetty, see | ||
[The Jetty Docs](https://www.eclipse.org/jetty/documentation/jetty-11/operations-guide/index.html). | ||
minimum_supported_agent_version: | ||
metrics: 2.9.0 |
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.
This shouldn't be set up. Our release job will assign the actual release version when we trigger our ops-agent release.
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.
minimum_supported_agent_version for new integration or existing integration with newly added logging/metrics support doesn't need to be manually set.
Our release job will take care of.
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.
Got it. Would you like me to make a quick PR to fix it?
edit: Nevermind I see you've already done so.
Add a system log processor and access log receiver.
System Log
Access Log