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

telemetry: add new field for prev status #706

Merged
merged 4 commits into from
Mar 7, 2024
Merged

telemetry: add new field for prev status #706

merged 4 commits into from
Mar 7, 2024

Conversation

dhasani23
Copy link
Contributor

@dhasani23 dhasani23 commented Mar 6, 2024

Problem

We already have a status field, but also want to be able to track the previous status of a job so that we can see how the status changes over time more easily. Using a new field rather than putting it all in the existing status field because our dashboards and other metrics are already configured to visualize the status with the existing field, so don't want to break that.

Solution

Add new field to hold job's previous status.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@dhasani23 dhasani23 requested a review from a team as a code owner March 6, 2024 23:36
@@ -282,6 +282,11 @@
"RemoteRunProject"
]
},
{
Copy link
Contributor

Choose a reason for hiding this comment

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

Question: Are you adding this new type to a metric? Will need to define that here as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh shoot forgot to do that, fixing now

@dhruvigajjar dhruvigajjar merged commit d38a23b into aws:main Mar 7, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants