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

[Monitor] Metric Alerts commands #7037

Merged
merged 2 commits into from
Aug 17, 2018
Merged

[Monitor] Metric Alerts commands #7037

merged 2 commits into from
Aug 17, 2018

Conversation

tjprescott
Copy link
Member

@tjprescott tjprescott commented Aug 14, 2018

Add support for near-realtime metric alerts. Deprecates and hides the old monitor alter metric alert commands.


This checklist is used to make sure that common guidelines for a pull request are followed.

  • The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see Modifying change log).

  • I adhere to the Command Guidelines.

@tjprescott tjprescott added this to the Sprint 44 milestone Aug 14, 2018
@tjprescott
Copy link
Member Author

@troydai ping.

@@ -2,10 +2,99 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------
from __future__ import print_function
Copy link
Contributor

Choose a reason for hiding this comment

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

Ugr, what is this for? Was print used in this file?

Copy link
Member Author

Choose a reason for hiding this comment

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

Mmmm...yeah. I can remove it.

@@ -5,6 +5,8 @@

import argparse

import antlr4
Copy link
Contributor

Choose a reason for hiding this comment

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

Was it brought in by the monitor module?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. This is needed for the grammar parser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants