Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Feature/add elasticsearch resource detection #98

Merged
merged 12 commits into from
Jul 16, 2020

Conversation

cregev
Copy link
Contributor

@cregev cregev commented Jul 15, 2020

What type of PR is this?
/Backend Feature

What this PR does / why we need it:
Add a new resource to Collector's detection : ElasticSearch

@cregev cregev requested a review from kaplanelad July 15, 2020 07:21
@cregev cregev added the kind/new-feature New feature label Jul 15, 2020
@cregev cregev self-assigned this Jul 15, 2020
@cregev cregev linked an issue Jul 15, 2020 that may be closed by this pull request
})

tagsData := map[string]string{}
if err == nil {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not remove this check? you already check if err is empty in line 210

@kaplanelad
Copy link
Contributor

and please fix conflicts

@cregev cregev requested a review from kaplanelad July 16, 2020 06:26
@cregev cregev merged commit d5b6d0a into master Jul 16, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ElasticSearch resource detection
2 participants