-
Notifications
You must be signed in to change notification settings - Fork 41
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
Created Metrics job #379
Created Metrics job #379
Conversation
Signed-off-by: Samarpita Bhaumik <[email protected]>
Can we convert this to a draft? The implementation should include the resources to build the image itself and to deploy it. Happy to sync on this if there is any confusion here. |
@Gregory-Pereira can you please elaborate, on the implementation of which you are talking about? I will make the changes and update the PR. |
Applogies for the late response, I would love to help explain this! Particularly what I am reffering to is that this implementation is theoretical at this point, see code: image: your-image:tag
command: ["/bin/sh", "-c", "your-metrics-command"] We dont currently have the image for gathering the metrics, we will need to create a container image that will do this for us. In addition to this, its typically considered best practice to include other manifests to properly scope the permissions of the job / cronjob in the form of a
I know there is a lot here, but this is meant as background context to help. We can start piece by piece, and perhaps I should move this to an epic and break it down into more granular pieces. I will consult @vishnoianil and @nerdalert on scoping this accurately |
Actually lets hold on the segment implementation. I would like to have the metrics from deployment and the metrics from the UI code (#281) go to the same place. Ill talk with Oleg and figure out which service we want to go with. |
Im creating the base metrics deployment in #391, so we can pick this up as soon as that merges. |
Hi @samarpita-bhaumik , I am sorry to say but the community has decided to not track instances of self-deploying the stack as it feels like that is more of a product related concern than an upstream one (feel free to read my full description on the issue thread). As such I don't think were going to implement the k8s job manifests. Instead were going to focus on just tracking Metrics for our QA and Prod deployments. If you still wanted to be involved with the metrics we are looking for help with #433 , where we are going to first gather a list of all the metrics we want to track, and then implement what doesn't come out of the box into the typescript codebase. Let me know if you are interested so I can start breaking it out into smaller feature issues. |
@Gregory-Pereira yes I am interested. |
Create openshift manifest for Metrics job or cronjob #269