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

Adding metrics for Runtime CR state #403

Open
wants to merge 30 commits into
base: main
Choose a base branch
from

Conversation

koala7659
Copy link
Contributor

@koala7659 koala7659 commented Sep 30, 2024

Description

Changes proposed in this pull request:

  • Following metrics collected:
    • Runtime states as they are updated during sFnUpdateStatus() function
    • Unexpected stops of FSM when the machine stops before finishing processing with one of following functions :
      • stop()
      • updateStatusAndStopWithError()
  • Providing metrics with Mock objects
  • Refactoring of Audit log objects, wich will not be created each time when state machine is created (multiple times per reconclitiaon)
  • Runtime Reconciler is configured with duration of the reconcile. Will allow to shorten integration tests
  • Adapting unit tests and integration tests

Related issue(s)

@koala7659 koala7659 requested a review from a team as a code owner September 30, 2024 14:18
@koala7659 koala7659 marked this pull request as draft September 30, 2024 14:18
@kyma-bot kyma-bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cla: yes Indicates the PR's author has signed the CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Sep 30, 2024
@kyma-bot kyma-bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Oct 3, 2024
@koala7659 koala7659 marked this pull request as ready for review October 11, 2024 07:35
@kyma-bot kyma-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 11, 2024
@kyma-bot kyma-bot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Oct 16, 2024
@kyma-bot kyma-bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants