-
Notifications
You must be signed in to change notification settings - Fork 83
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 Instrumentation - Monitor multiple processes #197
Labels
enhancement
New feature or request
Comments
This was referenced Jun 22, 2023
Sounds like a good plan, I suggest designing the orchestrator by using the existing APIs we expose in
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Our auto instrumentation system is currently limited to monitoring a single process. This approach poses an issue when dealing with a large cluster containing 1000 pods, for example, as it would necessitate deploying an instrumentation service as a sidecar for each pod. We can reduce our resource utilization by allowing a single instance of the auto instrumentation service to supervise numerous services.
Describe the solution you'd like
We want the auto instrumentation service to be able to monitor multiple processes. To achieve this
This approach involves significant code refactoring. We need to approach this in multiple PRs. Some concerns from slack
The text was updated successfully, but these errors were encountered: