@pulumi/signalfx 7.20.0-alpha.1761980596 → 7.20.0-alpha.1762844344
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/gcp/integration.d.ts +15 -9
- package/gcp/integration.js.map +1 -1
- package/heatmapChart.d.ts +2 -2
- package/heatmapChart.js +2 -2
- package/listChart.d.ts +2 -2
- package/listChart.js +2 -2
- package/package.json +2 -2
- package/singleValueChart.d.ts +2 -2
- package/singleValueChart.js +2 -2
- package/timeChart.d.ts +1 -1
- package/timeChart.js +1 -1
- package/webhookIntegration.d.ts +1 -1
- package/webhookIntegration.js +1 -1
package/gcp/integration.d.ts
CHANGED
|
@@ -59,11 +59,13 @@ export declare class Integration extends pulumi.CustomResource {
|
|
|
59
59
|
*/
|
|
60
60
|
readonly projectServiceKeys: pulumi.Output<outputs.gcp.IntegrationProjectServiceKey[] | undefined>;
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
62
|
+
* Please use `workloadIdentityFederationConfig` with `projects` instead.
|
|
63
|
+
*
|
|
64
|
+
* @deprecated Please use workloadIdentityFederationConfig with projects instead
|
|
63
65
|
*/
|
|
64
66
|
readonly projectWifConfigs: pulumi.Output<outputs.gcp.IntegrationProjectWifConfig[] | undefined>;
|
|
65
67
|
/**
|
|
66
|
-
* GCP projects
|
|
68
|
+
* Object comprised of `syncMode` and optional `selectedProjectIds`. If you use `syncMode` `ALL_REACHABLE` then Splunk Observability Cloud will automatically discover GCP projects that the provided WIF principal has permissions to query. If `syncMode` is `SELECTED`, you need to provide a list of project ids in the `selectedProjectIds` field.
|
|
67
69
|
*/
|
|
68
70
|
readonly projects: pulumi.Output<outputs.gcp.IntegrationProjects | undefined>;
|
|
69
71
|
/**
|
|
@@ -81,7 +83,7 @@ export declare class Integration extends pulumi.CustomResource {
|
|
|
81
83
|
[key: string]: string;
|
|
82
84
|
}>;
|
|
83
85
|
/**
|
|
84
|
-
* Workload Identity Federation
|
|
86
|
+
* Your Workload Identity Federation config. To easily set up WIF you can use helpers provided in the gcpWorkloadIdentityFederation repository.
|
|
85
87
|
*/
|
|
86
88
|
readonly workloadIdentityFederationConfig: pulumi.Output<string | undefined>;
|
|
87
89
|
/**
|
|
@@ -134,11 +136,13 @@ export interface IntegrationState {
|
|
|
134
136
|
*/
|
|
135
137
|
projectServiceKeys?: pulumi.Input<pulumi.Input<inputs.gcp.IntegrationProjectServiceKey>[]>;
|
|
136
138
|
/**
|
|
137
|
-
*
|
|
139
|
+
* Please use `workloadIdentityFederationConfig` with `projects` instead.
|
|
140
|
+
*
|
|
141
|
+
* @deprecated Please use workloadIdentityFederationConfig with projects instead
|
|
138
142
|
*/
|
|
139
143
|
projectWifConfigs?: pulumi.Input<pulumi.Input<inputs.gcp.IntegrationProjectWifConfig>[]>;
|
|
140
144
|
/**
|
|
141
|
-
* GCP projects
|
|
145
|
+
* Object comprised of `syncMode` and optional `selectedProjectIds`. If you use `syncMode` `ALL_REACHABLE` then Splunk Observability Cloud will automatically discover GCP projects that the provided WIF principal has permissions to query. If `syncMode` is `SELECTED`, you need to provide a list of project ids in the `selectedProjectIds` field.
|
|
142
146
|
*/
|
|
143
147
|
projects?: pulumi.Input<inputs.gcp.IntegrationProjects>;
|
|
144
148
|
/**
|
|
@@ -156,7 +160,7 @@ export interface IntegrationState {
|
|
|
156
160
|
[key: string]: pulumi.Input<string>;
|
|
157
161
|
}>;
|
|
158
162
|
/**
|
|
159
|
-
* Workload Identity Federation
|
|
163
|
+
* Your Workload Identity Federation config. To easily set up WIF you can use helpers provided in the gcpWorkloadIdentityFederation repository.
|
|
160
164
|
*/
|
|
161
165
|
workloadIdentityFederationConfig?: pulumi.Input<string>;
|
|
162
166
|
}
|
|
@@ -201,11 +205,13 @@ export interface IntegrationArgs {
|
|
|
201
205
|
*/
|
|
202
206
|
projectServiceKeys?: pulumi.Input<pulumi.Input<inputs.gcp.IntegrationProjectServiceKey>[]>;
|
|
203
207
|
/**
|
|
204
|
-
*
|
|
208
|
+
* Please use `workloadIdentityFederationConfig` with `projects` instead.
|
|
209
|
+
*
|
|
210
|
+
* @deprecated Please use workloadIdentityFederationConfig with projects instead
|
|
205
211
|
*/
|
|
206
212
|
projectWifConfigs?: pulumi.Input<pulumi.Input<inputs.gcp.IntegrationProjectWifConfig>[]>;
|
|
207
213
|
/**
|
|
208
|
-
* GCP projects
|
|
214
|
+
* Object comprised of `syncMode` and optional `selectedProjectIds`. If you use `syncMode` `ALL_REACHABLE` then Splunk Observability Cloud will automatically discover GCP projects that the provided WIF principal has permissions to query. If `syncMode` is `SELECTED`, you need to provide a list of project ids in the `selectedProjectIds` field.
|
|
209
215
|
*/
|
|
210
216
|
projects?: pulumi.Input<inputs.gcp.IntegrationProjects>;
|
|
211
217
|
/**
|
|
@@ -223,7 +229,7 @@ export interface IntegrationArgs {
|
|
|
223
229
|
[key: string]: pulumi.Input<string>;
|
|
224
230
|
}>;
|
|
225
231
|
/**
|
|
226
|
-
* Workload Identity Federation
|
|
232
|
+
* Your Workload Identity Federation config. To easily set up WIF you can use helpers provided in the gcpWorkloadIdentityFederation repository.
|
|
227
233
|
*/
|
|
228
234
|
workloadIdentityFederationConfig?: pulumi.Input<string>;
|
|
229
235
|
}
|
package/gcp/integration.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integration.js","sourceRoot":"","sources":["../../gcp/integration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;GAIG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;
|
|
1
|
+
{"version":3,"file":"integration.js","sourceRoot":"","sources":["../../gcp/integration.ts"],"names":[],"mappings":"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"}
|
package/heatmapChart.d.ts
CHANGED
|
@@ -12,8 +12,8 @@ import * as outputs from "./types/output";
|
|
|
12
12
|
*
|
|
13
13
|
* const myheatmapchart0 = new signalfx.HeatmapChart("myheatmapchart0", {
|
|
14
14
|
* name: "CPU Total Idle - Heatmap",
|
|
15
|
-
* programText: `myfilters = filter("cluster_name", "prod") and filter("role", "search")
|
|
16
|
-
* data("cpu.total.idle", filter=myfilters).publish()
|
|
15
|
+
* programText: `myfilters = filter(\\"cluster_name\\", \\"prod\\") and filter(\\"role\\", \\"search\\")
|
|
16
|
+
* data(\\"cpu.total.idle\\", filter=myfilters).publish()
|
|
17
17
|
* `,
|
|
18
18
|
* description: "Very cool Heatmap",
|
|
19
19
|
* disableSampling: true,
|
package/heatmapChart.js
CHANGED
|
@@ -16,8 +16,8 @@ const utilities = require("./utilities");
|
|
|
16
16
|
*
|
|
17
17
|
* const myheatmapchart0 = new signalfx.HeatmapChart("myheatmapchart0", {
|
|
18
18
|
* name: "CPU Total Idle - Heatmap",
|
|
19
|
-
* programText: `myfilters = filter("cluster_name", "prod") and filter("role", "search")
|
|
20
|
-
* data("cpu.total.idle", filter=myfilters).publish()
|
|
19
|
+
* programText: `myfilters = filter(\\"cluster_name\\", \\"prod\\") and filter(\\"role\\", \\"search\\")
|
|
20
|
+
* data(\\"cpu.total.idle\\", filter=myfilters).publish()
|
|
21
21
|
* `,
|
|
22
22
|
* description: "Very cool Heatmap",
|
|
23
23
|
* disableSampling: true,
|
package/listChart.d.ts
CHANGED
|
@@ -14,8 +14,8 @@ import * as outputs from "./types/output";
|
|
|
14
14
|
*
|
|
15
15
|
* const mylistchart0 = new signalfx.ListChart("mylistchart0", {
|
|
16
16
|
* name: "CPU Total Idle - List",
|
|
17
|
-
* programText: `myfilters = filter("cluster_name", "prod") and filter("role", "search")
|
|
18
|
-
* data("cpu.total.idle", filter=myfilters).publish()
|
|
17
|
+
* programText: `myfilters = filter(\\"cluster_name\\", \\"prod\\") and filter(\\"role\\", \\"search\\")
|
|
18
|
+
* data(\\"cpu.total.idle\\", filter=myfilters).publish()
|
|
19
19
|
* `,
|
|
20
20
|
* description: "Very cool List Chart",
|
|
21
21
|
* colorBy: "Metric",
|
package/listChart.js
CHANGED
|
@@ -18,8 +18,8 @@ const utilities = require("./utilities");
|
|
|
18
18
|
*
|
|
19
19
|
* const mylistchart0 = new signalfx.ListChart("mylistchart0", {
|
|
20
20
|
* name: "CPU Total Idle - List",
|
|
21
|
-
* programText: `myfilters = filter("cluster_name", "prod") and filter("role", "search")
|
|
22
|
-
* data("cpu.total.idle", filter=myfilters).publish()
|
|
21
|
+
* programText: `myfilters = filter(\\"cluster_name\\", \\"prod\\") and filter(\\"role\\", \\"search\\")
|
|
22
|
+
* data(\\"cpu.total.idle\\", filter=myfilters).publish()
|
|
23
23
|
* `,
|
|
24
24
|
* description: "Very cool List Chart",
|
|
25
25
|
* colorBy: "Metric",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/signalfx",
|
|
3
|
-
"version": "7.20.0-alpha.
|
|
3
|
+
"version": "7.20.0-alpha.1762844344",
|
|
4
4
|
"description": "A Pulumi package for creating and managing SignalFx resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "signalfx",
|
|
26
|
-
"version": "7.20.0-alpha.
|
|
26
|
+
"version": "7.20.0-alpha.1762844344"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/singleValueChart.d.ts
CHANGED
|
@@ -14,8 +14,8 @@ import * as outputs from "./types/output";
|
|
|
14
14
|
*
|
|
15
15
|
* const mysvchart0 = new signalfx.SingleValueChart("mysvchart0", {
|
|
16
16
|
* name: "CPU Total Idle - Single Value",
|
|
17
|
-
* programText: `myfilters = filter("cluster_name", "prod") and filter("role", "search")
|
|
18
|
-
* data("cpu.total.idle", filter=myfilters).publish()
|
|
17
|
+
* programText: `myfilters = filter(\\"cluster_name\\", \\"prod\\") and filter(\\"role\\", \\"search\\")
|
|
18
|
+
* data(\\"cpu.total.idle\\", filter=myfilters).publish()
|
|
19
19
|
* `,
|
|
20
20
|
* description: "Very cool Single Value Chart",
|
|
21
21
|
* colorBy: "Dimension",
|
package/singleValueChart.js
CHANGED
|
@@ -18,8 +18,8 @@ const utilities = require("./utilities");
|
|
|
18
18
|
*
|
|
19
19
|
* const mysvchart0 = new signalfx.SingleValueChart("mysvchart0", {
|
|
20
20
|
* name: "CPU Total Idle - Single Value",
|
|
21
|
-
* programText: `myfilters = filter("cluster_name", "prod") and filter("role", "search")
|
|
22
|
-
* data("cpu.total.idle", filter=myfilters).publish()
|
|
21
|
+
* programText: `myfilters = filter(\\"cluster_name\\", \\"prod\\") and filter(\\"role\\", \\"search\\")
|
|
22
|
+
* data(\\"cpu.total.idle\\", filter=myfilters).publish()
|
|
23
23
|
* `,
|
|
24
24
|
* description: "Very cool Single Value Chart",
|
|
25
25
|
* colorBy: "Dimension",
|
package/timeChart.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ import * as outputs from "./types/output";
|
|
|
14
14
|
*
|
|
15
15
|
* const mychart0 = new signalfx.TimeChart("mychart0", {
|
|
16
16
|
* name: "CPU Total Idle",
|
|
17
|
-
* programText: "data(
|
|
17
|
+
* programText: "data(\\\"cpu.total.idle\\\").publish(label=\\\"CPU Idle\\\")\n",
|
|
18
18
|
* timeRange: 3600,
|
|
19
19
|
* plotType: "LineChart",
|
|
20
20
|
* showDataMarkers: true,
|
package/timeChart.js
CHANGED
|
@@ -18,7 +18,7 @@ const utilities = require("./utilities");
|
|
|
18
18
|
*
|
|
19
19
|
* const mychart0 = new signalfx.TimeChart("mychart0", {
|
|
20
20
|
* name: "CPU Total Idle",
|
|
21
|
-
* programText: "data(
|
|
21
|
+
* programText: "data(\\\"cpu.total.idle\\\").publish(label=\\\"CPU Idle\\\")\n",
|
|
22
22
|
* timeRange: 3600,
|
|
23
23
|
* plotType: "LineChart",
|
|
24
24
|
* showDataMarkers: true,
|
package/webhookIntegration.d.ts
CHANGED
package/webhookIntegration.js
CHANGED