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

Collector metadata tags auto-discovery (local services, e.g. mysql) #893

Merged
merged 8 commits into from
Jan 18, 2023

Conversation

portertech
Copy link
Contributor

@portertech portertech commented Jan 12, 2023

This pull-request demonstrates how easy it is to discover local processes, filter the process list, and create the appropriate collector metadata 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 feature leverages the existing/new Sumo metadata API.

This pull-request currently produces auto-discovery tags like these on my development host:

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

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jan 12, 2023
Copy link
Contributor

@perk-sumo perk-sumo left a comment

Choose a reason for hiding this comment

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

LGTM pending README with information that this is an alpha feature :)

@portertech portertech enabled auto-merge (squash) January 17, 2023 23:52
@portertech portertech merged commit d582668 into main Jan 18, 2023
@portertech portertech deleted the feature/discover-tags branch January 18, 2023 00:06
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.

2 participants