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

feat(cd-service): delete deprecated metrics #2095

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

Conversation

diogo-nogueira-freiheit
Copy link
Contributor

@diogo-nogueira-freiheit diogo-nogueira-freiheit commented Nov 12, 2024

Ref: SRX-EOXNZ3

BREAKING CHANGE: The datadog metrics env_lock_count and app_lock_count have been removed from the cd-service.

In PR #2092 two metrics were deprecated. This PR removes them from kuberpult, introducing a breaking change.

diogo-nogueira-freiheit added a commit that referenced this pull request Nov 12, 2024
The following metrics in the cd-service were renamed:
* `env_lock_count` > `environment_lock_count`
* `app_lock_count` > `application_lock_count`

While the new metrics were created the old ones are still present to
avoid a breaking change.
The PR that will remove these old metrics, thus introducing a breaking
change is [here](#2095).

The `UpdateDatadogMetrics` function is now independent of the manifest
repo.

Ref: SRX-EOXNZ3
@diogo-nogueira-freiheit diogo-nogueira-freiheit changed the title feat: delete deprecated metrics feat(cd-service): delete deprecated metrics Nov 12, 2024
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.

2 participants