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: [Monitoring] added SqlCondition in AlertPolicy #7933

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Monitoring/metadata/V3/Alert.php
Binary file not shown.
Binary file modified Monitoring/metadata/V3/Metric.php
Binary file not shown.
Binary file modified Monitoring/metadata/V3/MetricService.php
Binary file not shown.
8 changes: 4 additions & 4 deletions Monitoring/metadata/V3/QueryService.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Monitoring/metadata/V3/Uptime.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
use Google\Cloud\Monitoring\V3\TimeSeriesData;

/**
* Queries time series using Monitoring Query Language.
* Queries time series by using Monitoring Query Language (MQL). We recommend
* using PromQL instead of MQL. For more information about the status of MQL,
* see the [MQL deprecation
* notice](https://cloud.google.com/stackdriver/docs/deprecations/mql).
*
* @param string $name The
* [project](https://cloud.google.com/monitoring/api/v3#project_name) on which
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
use Google\Cloud\Monitoring\V3\UptimeCheckIp;

/**
* Returns the list of IP addresses that checkers run from
* Returns the list of IP addresses that checkers run from.
*
* This sample has been automatically generated and should be regarded as a code
* template only. It will require modifications to work:
Expand Down
33 changes: 33 additions & 0 deletions Monitoring/src/V3/AlertPolicy/Condition.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading