@pulumiverse/grafana 2.13.0 → 2.14.0-alpha.1762332341
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alerting/ruleGroup.d.ts +21 -21
- package/alerting/ruleGroup.js +21 -21
- package/cloud/productActivationAppO11yConfigV1Alpha1.d.ts +16 -0
- package/cloud/productActivationAppO11yConfigV1Alpha1.js +16 -0
- package/cloud/productActivationAppO11yConfigV1Alpha1.js.map +1 -1
- package/cloud/productActivationK8sO11yConfigV1Alpha1.d.ts +16 -0
- package/cloud/productActivationK8sO11yConfigV1Alpha1.js +16 -0
- package/cloud/productActivationK8sO11yConfigV1Alpha1.js.map +1 -1
- package/cloudprovider/awsAccount.d.ts +0 -22
- package/cloudprovider/awsAccount.js +0 -22
- package/cloudprovider/awsAccount.js.map +1 -1
- package/cloudprovider/awsCloudwatchScrapeJob.d.ts +0 -62
- package/cloudprovider/awsCloudwatchScrapeJob.js +0 -62
- package/cloudprovider/awsCloudwatchScrapeJob.js.map +1 -1
- package/cloudprovider/awsResourceMetadataScrapeJob.d.ts +0 -39
- package/cloudprovider/awsResourceMetadataScrapeJob.js +0 -39
- package/cloudprovider/awsResourceMetadataScrapeJob.js.map +1 -1
- package/cloudprovider/getAwsCloudwatchScrapeJob.d.ts +0 -132
- package/cloudprovider/getAwsCloudwatchScrapeJob.js +0 -132
- package/cloudprovider/getAwsCloudwatchScrapeJob.js.map +1 -1
- package/enterprise/report.d.ts +2 -2
- package/enterprise/report.js +2 -2
- package/experimental/appsDashboard.d.ts +22 -0
- package/experimental/appsDashboard.js +22 -0
- package/experimental/appsDashboard.js.map +1 -1
- package/experimental/appsPlaylistV0Alpha1.d.ts +21 -0
- package/experimental/appsPlaylistV0Alpha1.js +21 -0
- package/experimental/appsPlaylistV0Alpha1.js.map +1 -1
- package/k6/getSchedule.d.ts +86 -0
- package/k6/getSchedule.js +86 -0
- package/k6/getSchedule.js.map +1 -1
- package/k6/getSchedules.d.ts +144 -0
- package/k6/getSchedules.js +144 -0
- package/k6/getSchedules.js.map +1 -1
- package/k6/schedule.d.ts +63 -0
- package/k6/schedule.js +63 -0
- package/k6/schedule.js.map +1 -1
- package/oss/folder.d.ts +2 -2
- package/oss/folder.js +2 -2
- package/package.json +2 -2
package/alerting/ruleGroup.d.ts
CHANGED
|
@@ -61,38 +61,38 @@ import * as outputs from "../types/output";
|
|
|
61
61
|
* },
|
|
62
62
|
* datasourceUid: "-100",
|
|
63
63
|
* model: `{
|
|
64
|
-
* "conditions": [
|
|
64
|
+
* \\"conditions\\": [
|
|
65
65
|
* {
|
|
66
|
-
* "evaluator": {
|
|
67
|
-
* "params": [
|
|
66
|
+
* \\"evaluator\\": {
|
|
67
|
+
* \\"params\\": [
|
|
68
68
|
* 3
|
|
69
69
|
* ],
|
|
70
|
-
* "type": "gt"
|
|
70
|
+
* \\"type\\": \\"gt\\"
|
|
71
71
|
* },
|
|
72
|
-
* "operator": {
|
|
73
|
-
* "type": "and"
|
|
72
|
+
* \\"operator\\": {
|
|
73
|
+
* \\"type\\": \\"and\\"
|
|
74
74
|
* },
|
|
75
|
-
* "query": {
|
|
76
|
-
* "params": [
|
|
77
|
-
* "A"
|
|
75
|
+
* \\"query\\": {
|
|
76
|
+
* \\"params\\": [
|
|
77
|
+
* \\"A\\"
|
|
78
78
|
* ]
|
|
79
79
|
* },
|
|
80
|
-
* "reducer": {
|
|
81
|
-
* "params": [],
|
|
82
|
-
* "type": "last"
|
|
80
|
+
* \\"reducer\\": {
|
|
81
|
+
* \\"params\\": [],
|
|
82
|
+
* \\"type\\": \\"last\\"
|
|
83
83
|
* },
|
|
84
|
-
* "type": "query"
|
|
84
|
+
* \\"type\\": \\"query\\"
|
|
85
85
|
* }
|
|
86
86
|
* ],
|
|
87
|
-
* "datasource": {
|
|
88
|
-
* "type": "__expr__",
|
|
89
|
-
* "uid": "-100"
|
|
87
|
+
* \\"datasource\\": {
|
|
88
|
+
* \\"type\\": \\"__expr__\\",
|
|
89
|
+
* \\"uid\\": \\"-100\\"
|
|
90
90
|
* },
|
|
91
|
-
* "hide": false,
|
|
92
|
-
* "intervalMs": 1000,
|
|
93
|
-
* "maxDataPoints": 43200,
|
|
94
|
-
* "refId": "B",
|
|
95
|
-
* "type": "classic_conditions"
|
|
91
|
+
* \\"hide\\": false,
|
|
92
|
+
* \\"intervalMs\\": 1000,
|
|
93
|
+
* \\"maxDataPoints\\": 43200,
|
|
94
|
+
* \\"refId\\": \\"B\\",
|
|
95
|
+
* \\"type\\": \\"classic_conditions\\"
|
|
96
96
|
* }
|
|
97
97
|
* `,
|
|
98
98
|
* },
|
package/alerting/ruleGroup.js
CHANGED
|
@@ -65,38 +65,38 @@ const utilities = require("../utilities");
|
|
|
65
65
|
* },
|
|
66
66
|
* datasourceUid: "-100",
|
|
67
67
|
* model: `{
|
|
68
|
-
* "conditions": [
|
|
68
|
+
* \\"conditions\\": [
|
|
69
69
|
* {
|
|
70
|
-
* "evaluator": {
|
|
71
|
-
* "params": [
|
|
70
|
+
* \\"evaluator\\": {
|
|
71
|
+
* \\"params\\": [
|
|
72
72
|
* 3
|
|
73
73
|
* ],
|
|
74
|
-
* "type": "gt"
|
|
74
|
+
* \\"type\\": \\"gt\\"
|
|
75
75
|
* },
|
|
76
|
-
* "operator": {
|
|
77
|
-
* "type": "and"
|
|
76
|
+
* \\"operator\\": {
|
|
77
|
+
* \\"type\\": \\"and\\"
|
|
78
78
|
* },
|
|
79
|
-
* "query": {
|
|
80
|
-
* "params": [
|
|
81
|
-
* "A"
|
|
79
|
+
* \\"query\\": {
|
|
80
|
+
* \\"params\\": [
|
|
81
|
+
* \\"A\\"
|
|
82
82
|
* ]
|
|
83
83
|
* },
|
|
84
|
-
* "reducer": {
|
|
85
|
-
* "params": [],
|
|
86
|
-
* "type": "last"
|
|
84
|
+
* \\"reducer\\": {
|
|
85
|
+
* \\"params\\": [],
|
|
86
|
+
* \\"type\\": \\"last\\"
|
|
87
87
|
* },
|
|
88
|
-
* "type": "query"
|
|
88
|
+
* \\"type\\": \\"query\\"
|
|
89
89
|
* }
|
|
90
90
|
* ],
|
|
91
|
-
* "datasource": {
|
|
92
|
-
* "type": "__expr__",
|
|
93
|
-
* "uid": "-100"
|
|
91
|
+
* \\"datasource\\": {
|
|
92
|
+
* \\"type\\": \\"__expr__\\",
|
|
93
|
+
* \\"uid\\": \\"-100\\"
|
|
94
94
|
* },
|
|
95
|
-
* "hide": false,
|
|
96
|
-
* "intervalMs": 1000,
|
|
97
|
-
* "maxDataPoints": 43200,
|
|
98
|
-
* "refId": "B",
|
|
99
|
-
* "type": "classic_conditions"
|
|
95
|
+
* \\"hide\\": false,
|
|
96
|
+
* \\"intervalMs\\": 1000,
|
|
97
|
+
* \\"maxDataPoints\\": 43200,
|
|
98
|
+
* \\"refId\\": \\"B\\",
|
|
99
|
+
* \\"type\\": \\"classic_conditions\\"
|
|
100
100
|
* }
|
|
101
101
|
* `,
|
|
102
102
|
* },
|
|
@@ -8,6 +8,22 @@ import * as outputs from "../types/output";
|
|
|
8
8
|
*
|
|
9
9
|
* **Note**: This is a singleton resource. The UID is automatically set to "global" and there can only be one per namespace.
|
|
10
10
|
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as grafana from "@pulumiverse/grafana";
|
|
16
|
+
*
|
|
17
|
+
* const example = new grafana.cloud.ProductActivationAppO11yConfigV1Alpha1("example", {
|
|
18
|
+
* metadata: {
|
|
19
|
+
* uid: "global",
|
|
20
|
+
* },
|
|
21
|
+
* spec: {
|
|
22
|
+
* enabled: true,
|
|
23
|
+
* },
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
11
27
|
* ## Import
|
|
12
28
|
*
|
|
13
29
|
* #!/bin/bash
|
|
@@ -12,6 +12,22 @@ const utilities = require("../utilities");
|
|
|
12
12
|
*
|
|
13
13
|
* **Note**: This is a singleton resource. The UID is automatically set to "global" and there can only be one per namespace.
|
|
14
14
|
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as grafana from "@pulumiverse/grafana";
|
|
20
|
+
*
|
|
21
|
+
* const example = new grafana.cloud.ProductActivationAppO11yConfigV1Alpha1("example", {
|
|
22
|
+
* metadata: {
|
|
23
|
+
* uid: "global",
|
|
24
|
+
* },
|
|
25
|
+
* spec: {
|
|
26
|
+
* enabled: true,
|
|
27
|
+
* },
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*
|
|
15
31
|
* ## Import
|
|
16
32
|
*
|
|
17
33
|
* #!/bin/bash
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"productActivationAppO11yConfigV1Alpha1.js","sourceRoot":"","sources":["../../cloud/productActivationAppO11yConfigV1Alpha1.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"productActivationAppO11yConfigV1Alpha1.js","sourceRoot":"","sources":["../../cloud/productActivationAppO11yConfigV1Alpha1.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,MAAa,sCAAuC,SAAQ,MAAM,CAAC,cAAc;IAC7E;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmD,EAAE,IAAmC;QACjJ,OAAO,IAAI,sCAAsC,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7F,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,sCAAsC,CAAC,YAAY,CAAC;IACvF,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAsG,EAAE,IAAmC;QACjK,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsE,CAAC;YACrF,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAqE,CAAC;YACnF,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;SACvC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,sCAAsC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3F,CAAC;;AAjEL,wFAkEC;AApDG,gBAAgB;AACO,mDAAY,GAAG,6FAA6F,CAAC"}
|
|
@@ -8,6 +8,22 @@ import * as outputs from "../types/output";
|
|
|
8
8
|
*
|
|
9
9
|
* **Note**: This is a singleton resource. The UID is automatically set to "global" and there can only be one per namespace.
|
|
10
10
|
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as grafana from "@pulumiverse/grafana";
|
|
16
|
+
*
|
|
17
|
+
* const example = new grafana.cloud.ProductActivationK8sO11yConfigV1Alpha1("example", {
|
|
18
|
+
* metadata: {
|
|
19
|
+
* uid: "global",
|
|
20
|
+
* },
|
|
21
|
+
* spec: {
|
|
22
|
+
* enabled: true,
|
|
23
|
+
* },
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
11
27
|
* ## Import
|
|
12
28
|
*
|
|
13
29
|
* #!/bin/bash
|
|
@@ -12,6 +12,22 @@ const utilities = require("../utilities");
|
|
|
12
12
|
*
|
|
13
13
|
* **Note**: This is a singleton resource. The UID is automatically set to "global" and there can only be one per namespace.
|
|
14
14
|
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as grafana from "@pulumiverse/grafana";
|
|
20
|
+
*
|
|
21
|
+
* const example = new grafana.cloud.ProductActivationK8sO11yConfigV1Alpha1("example", {
|
|
22
|
+
* metadata: {
|
|
23
|
+
* uid: "global",
|
|
24
|
+
* },
|
|
25
|
+
* spec: {
|
|
26
|
+
* enabled: true,
|
|
27
|
+
* },
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*
|
|
15
31
|
* ## Import
|
|
16
32
|
*
|
|
17
33
|
* #!/bin/bash
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"productActivationK8sO11yConfigV1Alpha1.js","sourceRoot":"","sources":["../../cloud/productActivationK8sO11yConfigV1Alpha1.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"productActivationK8sO11yConfigV1Alpha1.js","sourceRoot":"","sources":["../../cloud/productActivationK8sO11yConfigV1Alpha1.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,MAAa,sCAAuC,SAAQ,MAAM,CAAC,cAAc;IAC7E;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmD,EAAE,IAAmC;QACjJ,OAAO,IAAI,sCAAsC,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7F,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,sCAAsC,CAAC,YAAY,CAAC;IACvF,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAsG,EAAE,IAAmC;QACjK,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsE,CAAC;YACrF,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAqE,CAAC;YACnF,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;SACvC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,sCAAsC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3F,CAAC;;AAjEL,wFAkEC;AApDG,gBAAgB;AACO,mDAAY,GAAG,6FAA6F,CAAC"}
|
|
@@ -2,28 +2,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* ## Example Usage
|
|
4
4
|
*
|
|
5
|
-
* ```typescript
|
|
6
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
7
|
-
* import * as aws from "@pulumi/aws";
|
|
8
|
-
* import * as grafana from "@pulumiverse/grafana";
|
|
9
|
-
*
|
|
10
|
-
* const test = grafana.cloud.getStack({
|
|
11
|
-
* slug: "gcloudstacktest",
|
|
12
|
-
* });
|
|
13
|
-
* const testGetRole = aws.iam.getRole({
|
|
14
|
-
* name: "my-role",
|
|
15
|
-
* });
|
|
16
|
-
* const testAwsAccount = new grafana.cloudprovider.AwsAccount("test", {
|
|
17
|
-
* stackId: test.then(test => test.id),
|
|
18
|
-
* roleArn: testGetRole.then(testGetRole => testGetRole.arn),
|
|
19
|
-
* regions: [
|
|
20
|
-
* "us-east-1",
|
|
21
|
-
* "us-east-2",
|
|
22
|
-
* "us-west-1",
|
|
23
|
-
* ],
|
|
24
|
-
* });
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
5
|
* ## Import
|
|
28
6
|
*
|
|
29
7
|
* ```sh
|
|
@@ -8,28 +8,6 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
|
11
|
-
* ```typescript
|
|
12
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as aws from "@pulumi/aws";
|
|
14
|
-
* import * as grafana from "@pulumiverse/grafana";
|
|
15
|
-
*
|
|
16
|
-
* const test = grafana.cloud.getStack({
|
|
17
|
-
* slug: "gcloudstacktest",
|
|
18
|
-
* });
|
|
19
|
-
* const testGetRole = aws.iam.getRole({
|
|
20
|
-
* name: "my-role",
|
|
21
|
-
* });
|
|
22
|
-
* const testAwsAccount = new grafana.cloudprovider.AwsAccount("test", {
|
|
23
|
-
* stackId: test.then(test => test.id),
|
|
24
|
-
* roleArn: testGetRole.then(testGetRole => testGetRole.arn),
|
|
25
|
-
* regions: [
|
|
26
|
-
* "us-east-1",
|
|
27
|
-
* "us-east-2",
|
|
28
|
-
* "us-west-1",
|
|
29
|
-
* ],
|
|
30
|
-
* });
|
|
31
|
-
* ```
|
|
32
|
-
*
|
|
33
11
|
* ## Import
|
|
34
12
|
*
|
|
35
13
|
* ```sh
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"awsAccount.js","sourceRoot":"","sources":["../../cloudprovider/awsAccount.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"awsAccount.js","sourceRoot":"","sources":["../../cloudprovider/awsAccount.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACjE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;IA4BD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;SAC9C;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;;AAnFL,gCAoFC;AAtEG,gBAAgB;AACO,uBAAY,GAAG,6CAA6C,CAAC"}
|
|
@@ -4,68 +4,6 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
7
|
-
* ```typescript
|
|
8
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
-
* import * as aws from "@pulumi/aws";
|
|
10
|
-
* import * as grafana from "@pulumiverse/grafana";
|
|
11
|
-
*
|
|
12
|
-
* const test = grafana.cloud.getStack({
|
|
13
|
-
* slug: "gcloudstacktest",
|
|
14
|
-
* });
|
|
15
|
-
* const testGetRole = aws.iam.getRole({
|
|
16
|
-
* name: "my-role",
|
|
17
|
-
* });
|
|
18
|
-
* const testAwsAccount = new grafana.cloudprovider.AwsAccount("test", {
|
|
19
|
-
* stackId: test.then(test => test.id),
|
|
20
|
-
* roleArn: testGetRole.then(testGetRole => testGetRole.arn),
|
|
21
|
-
* regions: [
|
|
22
|
-
* "us-east-1",
|
|
23
|
-
* "us-east-2",
|
|
24
|
-
* "us-west-1",
|
|
25
|
-
* ],
|
|
26
|
-
* });
|
|
27
|
-
* const testAwsCloudwatchScrapeJob = new grafana.cloudprovider.AwsCloudwatchScrapeJob("test", {
|
|
28
|
-
* stackId: test.then(test => test.id),
|
|
29
|
-
* name: "my-cloudwatch-scrape-job",
|
|
30
|
-
* awsAccountResourceId: testAwsAccount.resourceId,
|
|
31
|
-
* exportTags: true,
|
|
32
|
-
* services: [{
|
|
33
|
-
* name: "AWS/EC2",
|
|
34
|
-
* metrics: [
|
|
35
|
-
* {
|
|
36
|
-
* name: "CPUUtilization",
|
|
37
|
-
* statistics: ["Average"],
|
|
38
|
-
* },
|
|
39
|
-
* {
|
|
40
|
-
* name: "StatusCheckFailed",
|
|
41
|
-
* statistics: ["Maximum"],
|
|
42
|
-
* },
|
|
43
|
-
* ],
|
|
44
|
-
* scrapeIntervalSeconds: 300,
|
|
45
|
-
* resourceDiscoveryTagFilters: [{
|
|
46
|
-
* key: "k8s.io/cluster-autoscaler/enabled",
|
|
47
|
-
* value: "true",
|
|
48
|
-
* }],
|
|
49
|
-
* tagsToAddToMetrics: ["eks:cluster-name"],
|
|
50
|
-
* }],
|
|
51
|
-
* customNamespaces: [{
|
|
52
|
-
* name: "CoolApp",
|
|
53
|
-
* metrics: [{
|
|
54
|
-
* name: "CoolMetric",
|
|
55
|
-
* statistics: [
|
|
56
|
-
* "Maximum",
|
|
57
|
-
* "Sum",
|
|
58
|
-
* ],
|
|
59
|
-
* }],
|
|
60
|
-
* scrapeIntervalSeconds: 300,
|
|
61
|
-
* }],
|
|
62
|
-
* staticLabels: {
|
|
63
|
-
* label1: "value1",
|
|
64
|
-
* label2: "value2",
|
|
65
|
-
* },
|
|
66
|
-
* });
|
|
67
|
-
* ```
|
|
68
|
-
*
|
|
69
7
|
* ## Import
|
|
70
8
|
*
|
|
71
9
|
* ```sh
|
|
@@ -8,68 +8,6 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
|
11
|
-
* ```typescript
|
|
12
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as aws from "@pulumi/aws";
|
|
14
|
-
* import * as grafana from "@pulumiverse/grafana";
|
|
15
|
-
*
|
|
16
|
-
* const test = grafana.cloud.getStack({
|
|
17
|
-
* slug: "gcloudstacktest",
|
|
18
|
-
* });
|
|
19
|
-
* const testGetRole = aws.iam.getRole({
|
|
20
|
-
* name: "my-role",
|
|
21
|
-
* });
|
|
22
|
-
* const testAwsAccount = new grafana.cloudprovider.AwsAccount("test", {
|
|
23
|
-
* stackId: test.then(test => test.id),
|
|
24
|
-
* roleArn: testGetRole.then(testGetRole => testGetRole.arn),
|
|
25
|
-
* regions: [
|
|
26
|
-
* "us-east-1",
|
|
27
|
-
* "us-east-2",
|
|
28
|
-
* "us-west-1",
|
|
29
|
-
* ],
|
|
30
|
-
* });
|
|
31
|
-
* const testAwsCloudwatchScrapeJob = new grafana.cloudprovider.AwsCloudwatchScrapeJob("test", {
|
|
32
|
-
* stackId: test.then(test => test.id),
|
|
33
|
-
* name: "my-cloudwatch-scrape-job",
|
|
34
|
-
* awsAccountResourceId: testAwsAccount.resourceId,
|
|
35
|
-
* exportTags: true,
|
|
36
|
-
* services: [{
|
|
37
|
-
* name: "AWS/EC2",
|
|
38
|
-
* metrics: [
|
|
39
|
-
* {
|
|
40
|
-
* name: "CPUUtilization",
|
|
41
|
-
* statistics: ["Average"],
|
|
42
|
-
* },
|
|
43
|
-
* {
|
|
44
|
-
* name: "StatusCheckFailed",
|
|
45
|
-
* statistics: ["Maximum"],
|
|
46
|
-
* },
|
|
47
|
-
* ],
|
|
48
|
-
* scrapeIntervalSeconds: 300,
|
|
49
|
-
* resourceDiscoveryTagFilters: [{
|
|
50
|
-
* key: "k8s.io/cluster-autoscaler/enabled",
|
|
51
|
-
* value: "true",
|
|
52
|
-
* }],
|
|
53
|
-
* tagsToAddToMetrics: ["eks:cluster-name"],
|
|
54
|
-
* }],
|
|
55
|
-
* customNamespaces: [{
|
|
56
|
-
* name: "CoolApp",
|
|
57
|
-
* metrics: [{
|
|
58
|
-
* name: "CoolMetric",
|
|
59
|
-
* statistics: [
|
|
60
|
-
* "Maximum",
|
|
61
|
-
* "Sum",
|
|
62
|
-
* ],
|
|
63
|
-
* }],
|
|
64
|
-
* scrapeIntervalSeconds: 300,
|
|
65
|
-
* }],
|
|
66
|
-
* staticLabels: {
|
|
67
|
-
* label1: "value1",
|
|
68
|
-
* label2: "value2",
|
|
69
|
-
* },
|
|
70
|
-
* });
|
|
71
|
-
* ```
|
|
72
|
-
*
|
|
73
11
|
* ## Import
|
|
74
12
|
*
|
|
75
13
|
* ```sh
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"awsCloudwatchScrapeJob.js","sourceRoot":"","sources":["../../cloudprovider/awsCloudwatchScrapeJob.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"awsCloudwatchScrapeJob.js","sourceRoot":"","sources":["../../cloudprovider/awsCloudwatchScrapeJob.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,45 +4,6 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
7
|
-
* ```typescript
|
|
8
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
-
* import * as aws from "@pulumi/aws";
|
|
10
|
-
* import * as grafana from "@pulumiverse/grafana";
|
|
11
|
-
*
|
|
12
|
-
* const test = grafana.cloud.getStack({
|
|
13
|
-
* slug: "gcloudstacktest",
|
|
14
|
-
* });
|
|
15
|
-
* const testGetRole = aws.iam.getRole({
|
|
16
|
-
* name: "my-role",
|
|
17
|
-
* });
|
|
18
|
-
* const testAwsAccount = new grafana.cloudprovider.AwsAccount("test", {
|
|
19
|
-
* stackId: test.then(test => test.id),
|
|
20
|
-
* roleArn: testGetRole.then(testGetRole => testGetRole.arn),
|
|
21
|
-
* regions: [
|
|
22
|
-
* "us-east-1",
|
|
23
|
-
* "us-east-2",
|
|
24
|
-
* "us-west-1",
|
|
25
|
-
* ],
|
|
26
|
-
* });
|
|
27
|
-
* const testAwsResourceMetadataScrapeJob = new grafana.cloudprovider.AwsResourceMetadataScrapeJob("test", {
|
|
28
|
-
* stackId: test.then(test => test.id),
|
|
29
|
-
* name: "my-aws-resource-metadata-scrape-job",
|
|
30
|
-
* awsAccountResourceId: testAwsAccount.resourceId,
|
|
31
|
-
* services: [{
|
|
32
|
-
* name: "AWS/EC2",
|
|
33
|
-
* scrapeIntervalSeconds: 300,
|
|
34
|
-
* resourceDiscoveryTagFilters: [{
|
|
35
|
-
* key: "k8s.io/cluster-autoscaler/enabled",
|
|
36
|
-
* value: "true",
|
|
37
|
-
* }],
|
|
38
|
-
* }],
|
|
39
|
-
* staticLabels: {
|
|
40
|
-
* label1: "value1",
|
|
41
|
-
* label2: "value2",
|
|
42
|
-
* },
|
|
43
|
-
* });
|
|
44
|
-
* ```
|
|
45
|
-
*
|
|
46
7
|
* ## Import
|
|
47
8
|
*
|
|
48
9
|
* ```sh
|
|
@@ -8,45 +8,6 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
|
11
|
-
* ```typescript
|
|
12
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as aws from "@pulumi/aws";
|
|
14
|
-
* import * as grafana from "@pulumiverse/grafana";
|
|
15
|
-
*
|
|
16
|
-
* const test = grafana.cloud.getStack({
|
|
17
|
-
* slug: "gcloudstacktest",
|
|
18
|
-
* });
|
|
19
|
-
* const testGetRole = aws.iam.getRole({
|
|
20
|
-
* name: "my-role",
|
|
21
|
-
* });
|
|
22
|
-
* const testAwsAccount = new grafana.cloudprovider.AwsAccount("test", {
|
|
23
|
-
* stackId: test.then(test => test.id),
|
|
24
|
-
* roleArn: testGetRole.then(testGetRole => testGetRole.arn),
|
|
25
|
-
* regions: [
|
|
26
|
-
* "us-east-1",
|
|
27
|
-
* "us-east-2",
|
|
28
|
-
* "us-west-1",
|
|
29
|
-
* ],
|
|
30
|
-
* });
|
|
31
|
-
* const testAwsResourceMetadataScrapeJob = new grafana.cloudprovider.AwsResourceMetadataScrapeJob("test", {
|
|
32
|
-
* stackId: test.then(test => test.id),
|
|
33
|
-
* name: "my-aws-resource-metadata-scrape-job",
|
|
34
|
-
* awsAccountResourceId: testAwsAccount.resourceId,
|
|
35
|
-
* services: [{
|
|
36
|
-
* name: "AWS/EC2",
|
|
37
|
-
* scrapeIntervalSeconds: 300,
|
|
38
|
-
* resourceDiscoveryTagFilters: [{
|
|
39
|
-
* key: "k8s.io/cluster-autoscaler/enabled",
|
|
40
|
-
* value: "true",
|
|
41
|
-
* }],
|
|
42
|
-
* }],
|
|
43
|
-
* staticLabels: {
|
|
44
|
-
* label1: "value1",
|
|
45
|
-
* label2: "value2",
|
|
46
|
-
* },
|
|
47
|
-
* });
|
|
48
|
-
* ```
|
|
49
|
-
*
|
|
50
11
|
* ## Import
|
|
51
12
|
*
|
|
52
13
|
* ```sh
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"awsResourceMetadataScrapeJob.js","sourceRoot":"","sources":["../../cloudprovider/awsResourceMetadataScrapeJob.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"awsResourceMetadataScrapeJob.js","sourceRoot":"","sources":["../../cloudprovider/awsResourceMetadataScrapeJob.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,4BAA6B,SAAQ,MAAM,CAAC,cAAc;IACnE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyC,EAAE,IAAmC;QACvI,OAAO,IAAI,4BAA4B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACnF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,4BAA4B,CAAC,YAAY,CAAC;IAC7E,CAAC;IAqCD,YAAY,IAAY,EAAE,WAAkF,EAAE,IAAmC;QAC7I,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4D,CAAC;YAC3E,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,EAAE,oBAAoB,CAAC;YACrE,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,EAAE,sBAAsB,CAAC;YACzE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;SACxD;aAAM;YACH,MAAM,IAAI,GAAG,WAA2D,CAAC;YACzE,IAAI,IAAI,EAAE,oBAAoB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,kDAAkD,CAAC,CAAC;aACvE;YACD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,EAAE,oBAAoB,CAAC;YACpE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,EAAE,sBAAsB,CAAC;YACxE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACxD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,4BAA4B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjF,CAAC;;AA/FL,oEAgGC;AAlFG,gBAAgB;AACO,yCAAY,GAAG,iFAAiF,CAAC"}
|