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

auto-discovery poc, local process discovery #863

Closed
wants to merge 20 commits into from

Conversation

portertech
Copy link
Contributor

@portertech portertech commented Dec 9, 2022

This is an auto-discovery proof of concept. This pull-request demonstrates how easy it is to discover local processes, filter the process list, and create the appropriate collector tags in order to drive Sumo platform "insights" (e.g. "We've noticed that these hosts are running MySQL, would you like to install the Sumo MySQL app to monitoring them?").

This POC depends on the WIP metadata API.. The code currently produces auto-discovery tags like these on my development host:

{
  "sumo.disco.enabled": "true",
  "sumo.disco.docker": "running",
  "...": "..."
}

Signed-off-by: Sean Porter <portertech@gmail.com>
Signed-off-by: Sean Porter <portertech@gmail.com>
Signed-off-by: Sean Porter <portertech@gmail.com>
Signed-off-by: Sean Porter <portertech@gmail.com>
Signed-off-by: Sean Porter <portertech@gmail.com>
Signed-off-by: Sean Porter <portertech@gmail.com>
Signed-off-by: Sean Porter <portertech@gmail.com>
Signed-off-by: Sean Porter <portertech@gmail.com>
Signed-off-by: Sean Porter <portertech@gmail.com>
Signed-off-by: Sean Porter <portertech@gmail.com>
Signed-off-by: Sean Porter <portertech@gmail.com>
Signed-off-by: Sean Porter <portertech@gmail.com>
@github-actions github-actions bot added the go label Dec 9, 2022
portertech and others added 7 commits December 9, 2022 13:18
Signed-off-by: Sean Porter <portertech@gmail.com>
Signed-off-by: Sean Porter <portertech@gmail.com>
Signed-off-by: Sean Porter <portertech@gmail.com>
Signed-off-by: Sean Porter <portertech@gmail.com>
Signed-off-by: Justin Kolberg <amd.prophet@gmail.com>
Signed-off-by: Justin Kolberg <amd.prophet@gmail.com>
…iscovery

Signed-off-by: Sean Porter <portertech@gmail.com>
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Dec 10, 2022
Base automatically changed from feature/metadata-api to main January 9, 2023 17:00
@portertech
Copy link
Contributor Author

Closing in favour of #893

@portertech portertech closed this Jan 12, 2023
@portertech portertech deleted the feature/autodiscovery branch January 12, 2023 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants