[Metricbeat] Add STAN (NATS streaming) module#14839
Merged
ChrsMark merged 36 commits intoelastic:masterfrom Dec 13, 2019
Merged
[Metricbeat] Add STAN (NATS streaming) module#14839ChrsMark merged 36 commits intoelastic:masterfrom
ChrsMark merged 36 commits intoelastic:masterfrom
Conversation
houndci-bot
reviewed
Nov 28, 2019
houndci-bot
reviewed
Nov 28, 2019
houndci-bot
reviewed
Nov 28, 2019
houndci-bot
reviewed
Nov 28, 2019
houndci-bot
reviewed
Nov 28, 2019
f5e9331 to
4d9ccfc
Compare
e4b2602 to
f9ccafe
Compare
Contributor
There was a problem hiding this comment.
Might be worth moving some of the setup to another function?
Contributor
There was a problem hiding this comment.
We're checking the same error twice here, it looks like?
Contributor
There was a problem hiding this comment.
There's been some debate about this. The only time r.Event will return false is when the underlying channel is closed and metricbeat is shutting down. I believe we decide that if we check this in a loop (which we should) It shouldn't be reported as an error and we should just return.
Signed-off-by: chrismark <chrismarkou92@gmail.com>
Signed-off-by: chrismark <chrismarkou92@gmail.com>
Signed-off-by: chrismark <chrismarkou92@gmail.com>
Signed-off-by: chrismark <chrismarkou92@gmail.com>
Signed-off-by: chrismark <chrismarkou92@gmail.com>
Signed-off-by: chrismark <chrismarkou92@gmail.com>
784ada4 to
79743d4
Compare
kaiyan-sheng
reviewed
Dec 2, 2019
Signed-off-by: chrismark <chrismarkou92@gmail.com>
Member
Author
Thanks for the suggestions @odacremolbap ! Updates were pushed. |
Signed-off-by: chrismark <chrismarkou92@gmail.com>
Signed-off-by: chrismark <chrismarkou92@gmail.com>
odacremolbap
approved these changes
Dec 12, 2019
Signed-off-by: chrismark <chrismarkou92@gmail.com>
11a4b26 to
644e6e8
Compare
Signed-off-by: chrismark <chrismarkou92@gmail.com>
644e6e8 to
e20c930
Compare
Member
Author
Contributor
|
As discussed offline, let's try to make mage log the output of |
Signed-off-by: chrismark <chrismarkou92@gmail.com>
Signed-off-by: chrismark <chrismarkou92@gmail.com>
Member
Author
ChrsMark
added a commit
to ChrsMark/beats
that referenced
this pull request
Dec 13, 2019
(cherry picked from commit 10c741a)
ChrsMark
added a commit
that referenced
this pull request
Dec 16, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR cherry-picks the commits of @devon-kim
from 7.2...devon-kim:ops-1844-stan-metricbeat so as to be merged to
beats/masteras part of #14629.cc: @exekias
Manual testing
docker build -t stan_test .(run this command underx-pack/metricbeat/module/stan/_meta)docker run -p 8222:8222 stan_test(Note that default fetching period is 60secs, so this might should be changed for the testing)