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

Bug 1851095: Delete subscription metric when an operator is uninstalled #1746

Merged

Commits on Sep 4, 2020

  1. Bug 1851095: Delete subscription metric when an operator is uninstall…

    …ed …
    
    When an operator was subscribed to using a Subscription Object,
    the subscription_sync_total metric was emitted whenever the Subscription
    Object was created/updated/deleted. This PR updates that behaviour to emit
    the metric only when the Subscription object is created/updated, and deletes
    the time series for that particular subscription when the subscription object
    is deleted.
    anik120 committed Sep 4, 2020
    Copy the full SHA
    92bbdd4 View commit details
    Browse the repository at this point in the history