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

Fix Metricbeat module debug statement #4264

Merged
merged 1 commit into from
May 10, 2017

Conversation

andrewkroh
Copy link
Member

The "Stopped Wrapper" statement was logged at the wrong time.

2017-05-09T09:35:52-04:00 DBG Starting Wrapper[name=system, len(metricSetWrappers)=3]
2017-05-09T09:35:52-04:00 DBG Stopped Wrapper[name=system, len(metricSetWrappers)=3]
2017-05-09T09:35:52-04:00 DBG Starting metricSetWrapper[module=system, name=cpu, host=]
2017-05-09T09:35:52-04:00 DBG Starting metricSetWrapper[module=system, name=process, host=]
2017-05-09T09:35:52-04:00 DBG Starting metricSetWrapper[module=system, name=memory, host=]

The "Stopped Wrapper" statement was logged at the wrong time.

    2017-05-09T09:35:52-04:00 DBG Starting Wrapper[name=system, len(metricSetWrappers)=3]
    2017-05-09T09:35:52-04:00 DBG Stopped Wrapper[name=system, len(metricSetWrappers)=3]
    2017-05-09T09:35:52-04:00 DBG Starting metricSetWrapper[module=system, name=cpu, host=]
    2017-05-09T09:35:52-04:00 DBG Starting metricSetWrapper[module=system, name=process, host=]
    2017-05-09T09:35:52-04:00 DBG Starting metricSetWrapper[module=system, name=memory, host=]
@ruflin ruflin merged commit 1cffd0b into elastic:master May 10, 2017
@andrewkroh andrewkroh deleted the bugfix/mb/debug-stopped branch July 5, 2017 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants