Skip to content

Commit

Permalink
feat: added SqlCondition in AlertPolicy (#7933)
Browse files Browse the repository at this point in the history
feat: added PrometheusQueryLanguageCondition.disable_metric_validation
feat: deprecated QueryTimeSeries (MQL query endpoint)
feat: added TimeSeries.description for input only
docs: TimeSeries.unit allows limited updating by CreateTimeSeries
docs: ServiceLevelObjective.goal must be <= 0.9999
docs: ServiceAgentAuthentication supports generating an OAuth token

For more information about the status of MQL, see the [MQL deprecation notice](https://cloud.google.com/stackdriver/docs/deprecations/mql).
PiperOrigin-RevId: 706010293
Source-Link: googleapis/googleapis@f4eff54
Source-Link: googleapis/googleapis-gen@adad43e
Copy-Tag: eyJwIjoiTW9uaXRvcmluZy8uT3dsQm90LnlhbWwiLCJoIjoiYWRhZDQzZWJlMGM5NTk5MTdhNWQ5MzM0OGMyMmI5NWRiNjJlNjVhMSJ9
  • Loading branch information
gcf-owl-bot[bot] authored Dec 20, 2024
1 parent 7574722 commit b9ffca4
Show file tree
Hide file tree
Showing 26 changed files with 1,047 additions and 61 deletions.
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

0 comments on commit b9ffca4

Please sign in to comment.