Skip to content

Commit adbb13c

Browse files
committed
feat: release v11.4.0
1 parent 361aeb2 commit adbb13c

File tree

326 files changed

+97043
-24
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

326 files changed

+97043
-24
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: generate regenerate localmkdocs test
22

3-
LATEST := v11.3.0
3+
LATEST := v11.4.0
44

55
generate: gen/grafonnet-latest
66

docs/API/query/cloudWatch/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ grafonnet.query.cloudWatch
4343
* [`fn withLogGroupNamesMixin(value)`](#fn-cloudwatchlogsquerywithloggroupnamesmixin)
4444
* [`fn withLogGroups(value)`](#fn-cloudwatchlogsquerywithloggroups)
4545
* [`fn withLogGroupsMixin(value)`](#fn-cloudwatchlogsquerywithloggroupsmixin)
46+
* [`fn withQueryLanguage(value)`](#fn-cloudwatchlogsquerywithquerylanguage)
4647
* [`fn withQueryMode(value="Logs")`](#fn-cloudwatchlogsquerywithquerymode)
4748
* [`fn withQueryType(value)`](#fn-cloudwatchlogsquerywithquerytype)
4849
* [`fn withRefId(value)`](#fn-cloudwatchlogsquerywithrefid)
@@ -475,6 +476,18 @@ PARAMETERS:
475476
* **value** (`array`)
476477

477478
Log groups to query
479+
#### fn CloudWatchLogsQuery.withQueryLanguage
480+
481+
```jsonnet
482+
CloudWatchLogsQuery.withQueryLanguage(value)
483+
```
484+
485+
PARAMETERS:
486+
487+
* **value** (`string`)
488+
- valid values: `"CWLI"`, `"SQL"`, `"PPL"`
489+
490+
Language used for querying logs, can be CWLI, SQL, or PPL. If empty, the default language is CWLI.
478491
#### fn CloudWatchLogsQuery.withQueryMode
479492

480493
```jsonnet

examples/redMethod/output.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"y": 1
4242
},
4343
"id": 2,
44-
"pluginVersion": "v11.3.0",
44+
"pluginVersion": "v11.4.0",
4545
"targets": [
4646
{
4747
"datasource": {
@@ -77,7 +77,7 @@
7777
"y": 1
7878
},
7979
"id": 3,
80-
"pluginVersion": "v11.3.0",
80+
"pluginVersion": "v11.4.0",
8181
"targets": [
8282
{
8383
"datasource": {
@@ -138,7 +138,7 @@
138138
"y": 10
139139
},
140140
"id": 5,
141-
"pluginVersion": "v11.3.0",
141+
"pluginVersion": "v11.4.0",
142142
"targets": [
143143
{
144144
"datasource": {
@@ -174,7 +174,7 @@
174174
"y": 10
175175
},
176176
"id": 6,
177-
"pluginVersion": "v11.3.0",
177+
"pluginVersion": "v11.4.0",
178178
"targets": [
179179
{
180180
"datasource": {

examples/runtimeDashboard/output.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"displayMode": "table"
5151
}
5252
},
53-
"pluginVersion": "v11.3.0",
53+
"pluginVersion": "v11.4.0",
5454
"targets": [
5555
{
5656
"datasource": {
@@ -128,7 +128,7 @@
128128
"displayMode": "table"
129129
}
130130
},
131-
"pluginVersion": "v11.3.0",
131+
"pluginVersion": "v11.4.0",
132132
"targets": [
133133
{
134134
"datasource": {
@@ -200,7 +200,7 @@
200200
"displayMode": "table"
201201
}
202202
},
203-
"pluginVersion": "v11.3.0",
203+
"pluginVersion": "v11.4.0",
204204
"targets": [
205205
{
206206
"datasource": {
@@ -245,7 +245,7 @@
245245
"displayMode": "table"
246246
}
247247
},
248-
"pluginVersion": "v11.3.0",
248+
"pluginVersion": "v11.4.0",
249249
"targets": [
250250
{
251251
"datasource": {
@@ -295,7 +295,7 @@
295295
"displayMode": "table"
296296
}
297297
},
298-
"pluginVersion": "v11.3.0",
298+
"pluginVersion": "v11.4.0",
299299
"targets": [
300300
{
301301
"datasource": {
@@ -352,7 +352,7 @@
352352
"unit": "s"
353353
}
354354
},
355-
"pluginVersion": "v11.3.0",
355+
"pluginVersion": "v11.4.0",
356356
"targets": [
357357
{
358358
"datasource": {
@@ -422,7 +422,7 @@
422422
"displayMode": "table"
423423
}
424424
},
425-
"pluginVersion": "v11.3.0",
425+
"pluginVersion": "v11.4.0",
426426
"targets": [
427427
{
428428
"datasource": {
@@ -487,7 +487,7 @@
487487
"displayMode": "table"
488488
}
489489
},
490-
"pluginVersion": "v11.3.0",
490+
"pluginVersion": "v11.4.0",
491491
"targets": [
492492
{
493493
"datasource": {
@@ -534,7 +534,7 @@
534534
"displayMode": "table"
535535
}
536536
},
537-
"pluginVersion": "v11.3.0",
537+
"pluginVersion": "v11.4.0",
538538
"targets": [
539539
{
540540
"datasource": {
@@ -595,7 +595,7 @@
595595
"unit": "s"
596596
}
597597
},
598-
"pluginVersion": "v11.3.0",
598+
"pluginVersion": "v11.4.0",
599599
"targets": [
600600
{
601601
"datasource": {
@@ -665,7 +665,7 @@
665665
"displayMode": "table"
666666
}
667667
},
668-
"pluginVersion": "v11.3.0",
668+
"pluginVersion": "v11.4.0",
669669
"targets": [
670670
{
671671
"datasource": {

examples/simple/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
w: 24,
1818
},
1919
id: 1,
20-
pluginVersion: 'v11.3.0',
20+
pluginVersion: 'v11.4.0',
2121
targets: [
2222
{
2323
datasource: {

gen/grafonnet-latest/jsonnetfile.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/grafonnet-latest/main.libsonnet

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/grafonnet-v11.4.0/accesspolicy.libsonnet

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

gen/grafonnet-v11.4.0/alerting.libsonnet

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

gen/grafonnet-v11.4.0/clean/alerting/contactPoint.libsonnet

Lines changed: 33 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)