-
Notifications
You must be signed in to change notification settings - Fork 5
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
Run ddprof as a sidecar container #220
Comments
Although I mentioned the sidecar container is the previous post, the term sidecar was used to distinguish in ddprof running in the same container vs ddprof running in another container, side by side with the monitoring process. However, the ideal scenario for ddprof is the following:
This deployment has a number of advantages:
|
Thanks for the feedback, I established an example here to help us iterate on a side-container deployment. Keep in mind this is not the current way we advocate using However I'd be happy if you can give it a try and explain what is missing to make this usable for your use case. |
👋 Thanks for the feedback. The anonymous frames
PID Aggregation question
Split the data per POD
|
Could you try the main branch with The release is available here : https://github.com/DataDog/ddprof/releases/tag/v0.13.0-rc |
Right now we are deploying ddprof inside every container so we sample only the containers we want. (we run ddprof with adding the pid inside the pod of the process we want to profile). |
That would be great! My question is basically if the current |
The next item you discussed was PID filtering. Is this still something required ? |
Latest release |
Description
Allow
ddprof
to be deployed as a side container to monitor the activity of processes running on the host.Context
This was a request within the following discussion
#212
Within this ticket we should define the expected user experience
The text was updated successfully, but these errors were encountered: