Skip to content

Commit b9ffca4

Browse files
feat: added SqlCondition in AlertPolicy (#7933)
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
1 parent 7574722 commit b9ffca4

26 files changed

+1047
-61
lines changed

Monitoring/metadata/V3/Alert.php

1.04 KB
Binary file not shown.

Monitoring/metadata/V3/Metric.php

21 Bytes
Binary file not shown.
23 Bytes
Binary file not shown.

Monitoring/metadata/V3/QueryService.php

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Monitoring/metadata/V3/Uptime.php

84 Bytes
Binary file not shown.

Monitoring/samples/V3/QueryServiceClient/query_time_series.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
3030
use Google\Cloud\Monitoring\V3\TimeSeriesData;
3131

3232
/**
33-
* Queries time series using Monitoring Query Language.
33+
* Queries time series by using Monitoring Query Language (MQL). We recommend
34+
* using PromQL instead of MQL. For more information about the status of MQL,
35+
* see the [MQL deprecation
36+
* notice](https://cloud.google.com/stackdriver/docs/deprecations/mql).
3437
*
3538
* @param string $name The
3639
* [project](https://cloud.google.com/monitoring/api/v3#project_name) on which

Monitoring/samples/V3/UptimeCheckServiceClient/list_uptime_check_ips.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
use Google\Cloud\Monitoring\V3\UptimeCheckIp;
3131

3232
/**
33-
* Returns the list of IP addresses that checkers run from
33+
* Returns the list of IP addresses that checkers run from.
3434
*
3535
* This sample has been automatically generated and should be regarded as a code
3636
* template only. It will require modifications to work:

Monitoring/src/V3/AlertPolicy/Condition.php

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Monitoring/src/V3/AlertPolicy/Condition/PrometheusQueryLanguageCondition.php

Lines changed: 58 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)