-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Monitoring] New platform migration - Server shim #46507
Conversation
Pinging @elastic/stack-monitoring |
💔 Build Failed |
💚 Build Succeeded |
💚 Build Succeeded |
@igoristic @restrry I think this is ready for a first round of review |
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.
Everything works as expected. Great job! 👍
💚 Build Succeeded |
* WIP * More NP refactoring * Hook up infra postInit logic * Fix broken tests * Cleanup
* WIP * More NP refactoring * Hook up infra postInit logic * Fix broken tests * Cleanup
Backport: 7.x: f3991b9 |
@@ -26,7 +26,7 @@ export function opsBuffer(server) { | |||
return { | |||
push(event) { | |||
eventRoller.addEvent(event); | |||
server.log(['debug', LOGGING_TAG, KIBANA_MONITORING_LOGGING_TAG], 'Received Kibana Ops event data'); |
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.
Wondering if this debug helps you folks, or you think it would be OK to remove. It generates a lot of noise when running in verbose.
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.
I think it would be okay. I don't know how useful it is to folks, but my gut says not that useful
Relates to #33671
This is a PR that introduces a shim around Stack Monitoring server code for new platform use.
It resolves the following two migration steps: