Skip to content

Commit

Permalink
feat: release v11.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic committed Dec 12, 2024
1 parent 361aeb2 commit adbb13c
Show file tree
Hide file tree
Showing 326 changed files with 97,043 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: generate regenerate localmkdocs test

LATEST := v11.3.0
LATEST := v11.4.0

generate: gen/grafonnet-latest

Expand Down
13 changes: 13 additions & 0 deletions docs/API/query/cloudWatch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ grafonnet.query.cloudWatch
* [`fn withLogGroupNamesMixin(value)`](#fn-cloudwatchlogsquerywithloggroupnamesmixin)
* [`fn withLogGroups(value)`](#fn-cloudwatchlogsquerywithloggroups)
* [`fn withLogGroupsMixin(value)`](#fn-cloudwatchlogsquerywithloggroupsmixin)
* [`fn withQueryLanguage(value)`](#fn-cloudwatchlogsquerywithquerylanguage)
* [`fn withQueryMode(value="Logs")`](#fn-cloudwatchlogsquerywithquerymode)
* [`fn withQueryType(value)`](#fn-cloudwatchlogsquerywithquerytype)
* [`fn withRefId(value)`](#fn-cloudwatchlogsquerywithrefid)
Expand Down Expand Up @@ -475,6 +476,18 @@ PARAMETERS:
* **value** (`array`)

Log groups to query
#### fn CloudWatchLogsQuery.withQueryLanguage

```jsonnet
CloudWatchLogsQuery.withQueryLanguage(value)
```

PARAMETERS:

* **value** (`string`)
- valid values: `"CWLI"`, `"SQL"`, `"PPL"`

Language used for querying logs, can be CWLI, SQL, or PPL. If empty, the default language is CWLI.
#### fn CloudWatchLogsQuery.withQueryMode

```jsonnet
Expand Down
8 changes: 4 additions & 4 deletions examples/redMethod/output.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"y": 1
},
"id": 2,
"pluginVersion": "v11.3.0",
"pluginVersion": "v11.4.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -77,7 +77,7 @@
"y": 1
},
"id": 3,
"pluginVersion": "v11.3.0",
"pluginVersion": "v11.4.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -138,7 +138,7 @@
"y": 10
},
"id": 5,
"pluginVersion": "v11.3.0",
"pluginVersion": "v11.4.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -174,7 +174,7 @@
"y": 10
},
"id": 6,
"pluginVersion": "v11.3.0",
"pluginVersion": "v11.4.0",
"targets": [
{
"datasource": {
Expand Down
22 changes: 11 additions & 11 deletions examples/runtimeDashboard/output.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"displayMode": "table"
}
},
"pluginVersion": "v11.3.0",
"pluginVersion": "v11.4.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -128,7 +128,7 @@
"displayMode": "table"
}
},
"pluginVersion": "v11.3.0",
"pluginVersion": "v11.4.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -200,7 +200,7 @@
"displayMode": "table"
}
},
"pluginVersion": "v11.3.0",
"pluginVersion": "v11.4.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -245,7 +245,7 @@
"displayMode": "table"
}
},
"pluginVersion": "v11.3.0",
"pluginVersion": "v11.4.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -295,7 +295,7 @@
"displayMode": "table"
}
},
"pluginVersion": "v11.3.0",
"pluginVersion": "v11.4.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -352,7 +352,7 @@
"unit": "s"
}
},
"pluginVersion": "v11.3.0",
"pluginVersion": "v11.4.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -422,7 +422,7 @@
"displayMode": "table"
}
},
"pluginVersion": "v11.3.0",
"pluginVersion": "v11.4.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -487,7 +487,7 @@
"displayMode": "table"
}
},
"pluginVersion": "v11.3.0",
"pluginVersion": "v11.4.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -534,7 +534,7 @@
"displayMode": "table"
}
},
"pluginVersion": "v11.3.0",
"pluginVersion": "v11.4.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -595,7 +595,7 @@
"unit": "s"
}
},
"pluginVersion": "v11.3.0",
"pluginVersion": "v11.4.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -665,7 +665,7 @@
"displayMode": "table"
}
},
"pluginVersion": "v11.3.0",
"pluginVersion": "v11.4.0",
"targets": [
{
"datasource": {
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/output.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
w: 24,
},
id: 1,
pluginVersion: 'v11.3.0',
pluginVersion: 'v11.4.0',
targets: [
{
datasource: {
Expand Down
2 changes: 1 addition & 1 deletion gen/grafonnet-latest/jsonnetfile.json

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

2 changes: 1 addition & 1 deletion gen/grafonnet-latest/main.libsonnet

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

90 changes: 90 additions & 0 deletions gen/grafonnet-v11.4.0/accesspolicy.libsonnet

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

9 changes: 9 additions & 0 deletions gen/grafonnet-v11.4.0/alerting.libsonnet

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

33 changes: 33 additions & 0 deletions gen/grafonnet-v11.4.0/clean/alerting/contactPoint.libsonnet

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

Loading

0 comments on commit adbb13c

Please sign in to comment.