Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7166166

Browse files
committedJan 26, 2024
feat(monitoring): update the api
#### monitoring:v1 The following keys were added: - schemas.PieChartDataSet.properties.dimensions (Total Keys: 2) - schemas.PieChartDataSet.properties.measures (Total Keys: 2)
1 parent cf5c4d7 commit 7166166

File tree

3 files changed

+696
-58
lines changed

3 files changed

+696
-58
lines changed
 

‎docs/dyn/monitoring_v1.projects.dashboards.html

+678-54
Large diffs are not rendered by default.

‎googleapiclient/discovery_cache/documents/monitoring.v1.json

+17-3
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@
753753
}
754754
}
755755
},
756-
"revision": "20240118",
756+
"revision": "20240121",
757757
"rootUrl": "https://monitoring.googleapis.com/",
758758
"schemas": {
759759
"Aggregation": {
@@ -1195,7 +1195,7 @@
11951195
"type": "object"
11961196
},
11971197
"Dimension": {
1198-
"description": "Preview: A chart dimension for an SQL query. This is applied over the x-axis. This is a preview feature and may be subject to change before final release.",
1198+
"description": "A chart dimension. Dimensions are a structured label, class, or category for a set of measurements in your data.",
11991199
"id": "Dimension",
12001200
"properties": {
12011201
"column": {
@@ -1555,7 +1555,7 @@
15551555
"type": "object"
15561556
},
15571557
"Measure": {
1558-
"description": "Preview: A chart measure for an SQL query. This is applied over the y-axis. This is a preview feature and may be subject to change before final release.",
1558+
"description": "A chart measure. Measures represent a measured property in your chart data such as rainfall in inches, number of units sold, revenue gained, etc.",
15591559
"id": "Measure",
15601560
"properties": {
15611561
"aggregationFunction": {
@@ -1857,6 +1857,20 @@
18571857
"description": "Groups a time series query definition.",
18581858
"id": "PieChartDataSet",
18591859
"properties": {
1860+
"dimensions": {
1861+
"description": "A dimension is a structured label, class, or category for a set of measurements in your data.",
1862+
"items": {
1863+
"$ref": "Dimension"
1864+
},
1865+
"type": "array"
1866+
},
1867+
"measures": {
1868+
"description": "A measure is a measured value of a property in your data. For example, rainfall in inches, number of units sold, revenue gained, etc.",
1869+
"items": {
1870+
"$ref": "Measure"
1871+
},
1872+
"type": "array"
1873+
},
18601874
"minAlignmentPeriod": {
18611875
"description": "Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query. For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals.",
18621876
"format": "google-duration",

‎googleapiclient/discovery_cache/documents/monitoring.v3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2714,7 +2714,7 @@
27142714
}
27152715
}
27162716
},
2717-
"revision": "20240118",
2717+
"revision": "20240121",
27182718
"rootUrl": "https://monitoring.googleapis.com/",
27192719
"schemas": {
27202720
"Aggregation": {

0 commit comments

Comments
 (0)
Please sign in to comment.