Skip to content
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

Merged
merged 9 commits into from
Oct 11, 2019

Conversation

chrisronline
Copy link
Contributor

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:

@elasticmachine
Copy link
Contributor

Pinging @elastic/stack-monitoring

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@chrisronline chrisronline marked this pull request as ready for review October 7, 2019 17:26
@chrisronline
Copy link
Contributor Author

@igoristic @restrry I think this is ready for a first round of review

@chrisronline chrisronline added release_note:skip Skip the PR/issue when compiling release notes review v7.5.0 v8.0.0 labels Oct 7, 2019
Copy link
Contributor

@igoristic igoristic left a 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! 👍

x-pack/legacy/plugins/monitoring/index.js Show resolved Hide resolved
x-pack/legacy/plugins/monitoring/index.js Show resolved Hide resolved
x-pack/legacy/plugins/monitoring/server/plugin.js Outdated Show resolved Hide resolved
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@chrisronline chrisronline merged commit f8a5c66 into elastic:master Oct 11, 2019
@chrisronline chrisronline deleted the monitoring-np branch October 11, 2019 13:20
chrisronline added a commit to chrisronline/kibana that referenced this pull request Oct 11, 2019
* WIP

* More NP refactoring

* Hook up infra postInit logic

* Fix broken tests

* Cleanup
chrisronline added a commit to chrisronline/kibana that referenced this pull request Oct 11, 2019
* WIP

* More NP refactoring

* Hook up infra postInit logic

* Fix broken tests

* Cleanup
chrisronline added a commit that referenced this pull request Oct 14, 2019
)

* [Monitoring] New platform migration - Server shim (#46507)

* WIP

* More NP refactoring

* Hook up infra postInit logic

* Fix broken tests

* Cleanup

* Add missing config for 7.x
@chrisronline
Copy link
Contributor Author

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');
Copy link
Contributor

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.

Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Stack Monitoring release_note:skip Skip the PR/issue when compiling release notes review Team:Monitoring Stack Monitoring team v7.5.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants