pulumi-signalfx 7.19.2__tar.gz → 7.20.0a1765584820__tar.gz
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.
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/PKG-INFO +1 -1
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/event_feed_chart.py +28 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/gcp/integration.py +82 -21
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/get_dimension_values.py +56 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/heatmap_chart.py +4 -4
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/list_chart.py +4 -4
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/pulumi-plugin.json +1 -1
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/single_value_chart.py +4 -4
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/time_chart.py +2 -2
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/webhook_integration.py +2 -2
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx.egg-info/PKG-INFO +1 -1
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pyproject.toml +1 -1
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/README.md +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/__init__.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/_inputs.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/_utilities.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/alert_muting_rule.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/automatedarchival/__init__.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/automatedarchival/_inputs.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/automatedarchival/exempt_metric.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/automatedarchival/outputs.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/automatedarchival/settings.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/aws/__init__.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/aws/_inputs.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/aws/external_integration.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/aws/integration.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/aws/outputs.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/aws/token_integration.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/azure/__init__.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/azure/_inputs.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/azure/integration.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/azure/outputs.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/config/__init__.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/config/__init__.pyi +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/config/vars.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/dashboard.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/dashboard_group.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/data_link.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/detector.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/gcp/__init__.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/gcp/_inputs.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/gcp/outputs.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/jira/__init__.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/jira/integration.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/log/__init__.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/log/_inputs.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/log/outputs.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/log/timeline.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/log/view.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/metric_ruleset.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/opsgenie/__init__.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/opsgenie/integration.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/org_token.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/organization_members.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/outputs.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/pagerduty/__init__.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/pagerduty/get_integration.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/pagerduty/integration.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/provider.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/py.typed +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/servicenow/__init__.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/servicenow/integration.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/slack/__init__.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/slack/integration.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/slo.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/slo_chart.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/table_chart.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/team.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/text_chart.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/victorops/__init__.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/victorops/integration.py +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx.egg-info/SOURCES.txt +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx.egg-info/dependency_links.txt +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx.egg-info/requires.txt +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx.egg-info/top_level.txt +0 -0
- {pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/setup.cfg +0 -0
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/event_feed_chart.py
RENAMED
|
@@ -290,6 +290,20 @@ class EventFeedChart(pulumi.CustomResource):
|
|
|
290
290
|
|
|
291
291
|
## Example
|
|
292
292
|
|
|
293
|
+
```python
|
|
294
|
+
import pulumi
|
|
295
|
+
import pulumi_signalfx as signalfx
|
|
296
|
+
|
|
297
|
+
mynote0 = signalfx.EventFeedChart("mynote0",
|
|
298
|
+
name="Important Dashboard Note",
|
|
299
|
+
description="Lorem ipsum dolor sit amet",
|
|
300
|
+
program_text="A = events(eventType='My Event Type').publish(label='A')",
|
|
301
|
+
viz_options=[{
|
|
302
|
+
"label": "A",
|
|
303
|
+
"color": "orange",
|
|
304
|
+
}])
|
|
305
|
+
```
|
|
306
|
+
|
|
293
307
|
:param str resource_name: The name of the resource.
|
|
294
308
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
295
309
|
:param pulumi.Input[_builtins.str] description: Description of the text note.
|
|
@@ -311,6 +325,20 @@ class EventFeedChart(pulumi.CustomResource):
|
|
|
311
325
|
|
|
312
326
|
## Example
|
|
313
327
|
|
|
328
|
+
```python
|
|
329
|
+
import pulumi
|
|
330
|
+
import pulumi_signalfx as signalfx
|
|
331
|
+
|
|
332
|
+
mynote0 = signalfx.EventFeedChart("mynote0",
|
|
333
|
+
name="Important Dashboard Note",
|
|
334
|
+
description="Lorem ipsum dolor sit amet",
|
|
335
|
+
program_text="A = events(eventType='My Event Type').publish(label='A')",
|
|
336
|
+
viz_options=[{
|
|
337
|
+
"label": "A",
|
|
338
|
+
"color": "orange",
|
|
339
|
+
}])
|
|
340
|
+
```
|
|
341
|
+
|
|
314
342
|
:param str resource_name: The name of the resource.
|
|
315
343
|
:param EventFeedChartArgs args: The arguments to use to populate this resource's properties.
|
|
316
344
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/gcp/integration.py
RENAMED
|
@@ -47,12 +47,12 @@ class IntegrationArgs:
|
|
|
47
47
|
:param pulumi.Input[_builtins.str] named_token: Name of the org token to be used for data ingestion. If not specified then default access token is used.
|
|
48
48
|
:param pulumi.Input[_builtins.int] poll_rate: GCP integration poll rate (in seconds). Value between `60` and `600`. Default: `300`.
|
|
49
49
|
:param pulumi.Input[Sequence[pulumi.Input['IntegrationProjectServiceKeyArgs']]] project_service_keys: GCP projects to add.
|
|
50
|
-
:param pulumi.Input[Sequence[pulumi.Input['IntegrationProjectWifConfigArgs']]] project_wif_configs:
|
|
51
|
-
:param pulumi.Input['IntegrationProjectsArgs'] projects: GCP projects
|
|
50
|
+
:param pulumi.Input[Sequence[pulumi.Input['IntegrationProjectWifConfigArgs']]] project_wif_configs: Please use `workload_identity_federation_config` with `projects` instead.
|
|
51
|
+
:param pulumi.Input['IntegrationProjectsArgs'] projects: Object comprised of `sync_mode` and optional `selected_project_ids`. If you use `sync_mode` `ALL_REACHABLE` then Splunk Observability Cloud will automatically discover GCP projects that the provided WIF principal has permissions to query. If `sync_mode` is `SELECTED`, you need to provide a list of project ids in the `selected_project_ids` field.
|
|
52
52
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] services: GCP service metrics to import. Can be an empty list, or not included, to import 'All services'. See [Google Cloud Platform services](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html#google-cloud-platform-services) for a list of valid values.
|
|
53
53
|
:param pulumi.Input[_builtins.bool] use_metric_source_project_for_quota: When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are stored. For this to work the service account provided for the project needs to be provided with serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota settings are used.
|
|
54
54
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] wif_splunk_identity: The Splunk Observability GCP identity to include in GCP WIF provider definition.
|
|
55
|
-
:param pulumi.Input[_builtins.str] workload_identity_federation_config: Workload Identity Federation
|
|
55
|
+
:param pulumi.Input[_builtins.str] workload_identity_federation_config: Your Workload Identity Federation config. To easily set up WIF you can use helpers provided in the gcp_workload_identity_federation repository.
|
|
56
56
|
"""
|
|
57
57
|
pulumi.set(__self__, "enabled", enabled)
|
|
58
58
|
if auth_method is not None:
|
|
@@ -71,6 +71,9 @@ class IntegrationArgs:
|
|
|
71
71
|
pulumi.set(__self__, "poll_rate", poll_rate)
|
|
72
72
|
if project_service_keys is not None:
|
|
73
73
|
pulumi.set(__self__, "project_service_keys", project_service_keys)
|
|
74
|
+
if project_wif_configs is not None:
|
|
75
|
+
warnings.warn("""Please use workload_identity_federation_config with projects instead""", DeprecationWarning)
|
|
76
|
+
pulumi.log.warn("""project_wif_configs is deprecated: Please use workload_identity_federation_config with projects instead""")
|
|
74
77
|
if project_wif_configs is not None:
|
|
75
78
|
pulumi.set(__self__, "project_wif_configs", project_wif_configs)
|
|
76
79
|
if projects is not None:
|
|
@@ -194,9 +197,10 @@ class IntegrationArgs:
|
|
|
194
197
|
|
|
195
198
|
@_builtins.property
|
|
196
199
|
@pulumi.getter(name="projectWifConfigs")
|
|
200
|
+
@_utilities.deprecated("""Please use workload_identity_federation_config with projects instead""")
|
|
197
201
|
def project_wif_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IntegrationProjectWifConfigArgs']]]]:
|
|
198
202
|
"""
|
|
199
|
-
|
|
203
|
+
Please use `workload_identity_federation_config` with `projects` instead.
|
|
200
204
|
"""
|
|
201
205
|
return pulumi.get(self, "project_wif_configs")
|
|
202
206
|
|
|
@@ -208,7 +212,7 @@ class IntegrationArgs:
|
|
|
208
212
|
@pulumi.getter
|
|
209
213
|
def projects(self) -> Optional[pulumi.Input['IntegrationProjectsArgs']]:
|
|
210
214
|
"""
|
|
211
|
-
GCP projects
|
|
215
|
+
Object comprised of `sync_mode` and optional `selected_project_ids`. If you use `sync_mode` `ALL_REACHABLE` then Splunk Observability Cloud will automatically discover GCP projects that the provided WIF principal has permissions to query. If `sync_mode` is `SELECTED`, you need to provide a list of project ids in the `selected_project_ids` field.
|
|
212
216
|
"""
|
|
213
217
|
return pulumi.get(self, "projects")
|
|
214
218
|
|
|
@@ -256,7 +260,7 @@ class IntegrationArgs:
|
|
|
256
260
|
@pulumi.getter(name="workloadIdentityFederationConfig")
|
|
257
261
|
def workload_identity_federation_config(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
258
262
|
"""
|
|
259
|
-
Workload Identity Federation
|
|
263
|
+
Your Workload Identity Federation config. To easily set up WIF you can use helpers provided in the gcp_workload_identity_federation repository.
|
|
260
264
|
"""
|
|
261
265
|
return pulumi.get(self, "workload_identity_federation_config")
|
|
262
266
|
|
|
@@ -294,12 +298,12 @@ class _IntegrationState:
|
|
|
294
298
|
:param pulumi.Input[_builtins.str] named_token: Name of the org token to be used for data ingestion. If not specified then default access token is used.
|
|
295
299
|
:param pulumi.Input[_builtins.int] poll_rate: GCP integration poll rate (in seconds). Value between `60` and `600`. Default: `300`.
|
|
296
300
|
:param pulumi.Input[Sequence[pulumi.Input['IntegrationProjectServiceKeyArgs']]] project_service_keys: GCP projects to add.
|
|
297
|
-
:param pulumi.Input[Sequence[pulumi.Input['IntegrationProjectWifConfigArgs']]] project_wif_configs:
|
|
298
|
-
:param pulumi.Input['IntegrationProjectsArgs'] projects: GCP projects
|
|
301
|
+
:param pulumi.Input[Sequence[pulumi.Input['IntegrationProjectWifConfigArgs']]] project_wif_configs: Please use `workload_identity_federation_config` with `projects` instead.
|
|
302
|
+
:param pulumi.Input['IntegrationProjectsArgs'] projects: Object comprised of `sync_mode` and optional `selected_project_ids`. If you use `sync_mode` `ALL_REACHABLE` then Splunk Observability Cloud will automatically discover GCP projects that the provided WIF principal has permissions to query. If `sync_mode` is `SELECTED`, you need to provide a list of project ids in the `selected_project_ids` field.
|
|
299
303
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] services: GCP service metrics to import. Can be an empty list, or not included, to import 'All services'. See [Google Cloud Platform services](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html#google-cloud-platform-services) for a list of valid values.
|
|
300
304
|
:param pulumi.Input[_builtins.bool] use_metric_source_project_for_quota: When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are stored. For this to work the service account provided for the project needs to be provided with serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota settings are used.
|
|
301
305
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] wif_splunk_identity: The Splunk Observability GCP identity to include in GCP WIF provider definition.
|
|
302
|
-
:param pulumi.Input[_builtins.str] workload_identity_federation_config: Workload Identity Federation
|
|
306
|
+
:param pulumi.Input[_builtins.str] workload_identity_federation_config: Your Workload Identity Federation config. To easily set up WIF you can use helpers provided in the gcp_workload_identity_federation repository.
|
|
303
307
|
"""
|
|
304
308
|
if auth_method is not None:
|
|
305
309
|
pulumi.set(__self__, "auth_method", auth_method)
|
|
@@ -319,6 +323,9 @@ class _IntegrationState:
|
|
|
319
323
|
pulumi.set(__self__, "poll_rate", poll_rate)
|
|
320
324
|
if project_service_keys is not None:
|
|
321
325
|
pulumi.set(__self__, "project_service_keys", project_service_keys)
|
|
326
|
+
if project_wif_configs is not None:
|
|
327
|
+
warnings.warn("""Please use workload_identity_federation_config with projects instead""", DeprecationWarning)
|
|
328
|
+
pulumi.log.warn("""project_wif_configs is deprecated: Please use workload_identity_federation_config with projects instead""")
|
|
322
329
|
if project_wif_configs is not None:
|
|
323
330
|
pulumi.set(__self__, "project_wif_configs", project_wif_configs)
|
|
324
331
|
if projects is not None:
|
|
@@ -442,9 +449,10 @@ class _IntegrationState:
|
|
|
442
449
|
|
|
443
450
|
@_builtins.property
|
|
444
451
|
@pulumi.getter(name="projectWifConfigs")
|
|
452
|
+
@_utilities.deprecated("""Please use workload_identity_federation_config with projects instead""")
|
|
445
453
|
def project_wif_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IntegrationProjectWifConfigArgs']]]]:
|
|
446
454
|
"""
|
|
447
|
-
|
|
455
|
+
Please use `workload_identity_federation_config` with `projects` instead.
|
|
448
456
|
"""
|
|
449
457
|
return pulumi.get(self, "project_wif_configs")
|
|
450
458
|
|
|
@@ -456,7 +464,7 @@ class _IntegrationState:
|
|
|
456
464
|
@pulumi.getter
|
|
457
465
|
def projects(self) -> Optional[pulumi.Input['IntegrationProjectsArgs']]:
|
|
458
466
|
"""
|
|
459
|
-
GCP projects
|
|
467
|
+
Object comprised of `sync_mode` and optional `selected_project_ids`. If you use `sync_mode` `ALL_REACHABLE` then Splunk Observability Cloud will automatically discover GCP projects that the provided WIF principal has permissions to query. If `sync_mode` is `SELECTED`, you need to provide a list of project ids in the `selected_project_ids` field.
|
|
460
468
|
"""
|
|
461
469
|
return pulumi.get(self, "projects")
|
|
462
470
|
|
|
@@ -504,7 +512,7 @@ class _IntegrationState:
|
|
|
504
512
|
@pulumi.getter(name="workloadIdentityFederationConfig")
|
|
505
513
|
def workload_identity_federation_config(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
506
514
|
"""
|
|
507
|
-
Workload Identity Federation
|
|
515
|
+
Your Workload Identity Federation config. To easily set up WIF you can use helpers provided in the gcp_workload_identity_federation repository.
|
|
508
516
|
"""
|
|
509
517
|
return pulumi.get(self, "workload_identity_federation_config")
|
|
510
518
|
|
|
@@ -540,6 +548,32 @@ class Integration(pulumi.CustomResource):
|
|
|
540
548
|
|
|
541
549
|
> **NOTE** When managing integrations, use a session token of an administrator to authenticate the Splunk Observability Cloud provider. See [Operations that require a session token for an administrator](https://dev.splunk.com/observability/docs/administration/authtokens#Operations-that-require-a-session-token-for-an-administrator). Otherwise you'll receive a 4xx error.
|
|
542
550
|
|
|
551
|
+
## Example
|
|
552
|
+
|
|
553
|
+
```python
|
|
554
|
+
import pulumi
|
|
555
|
+
import pulumi_signalfx as signalfx
|
|
556
|
+
import pulumi_std as std
|
|
557
|
+
|
|
558
|
+
gcp_myteam = signalfx.gcp.Integration("gcp_myteam",
|
|
559
|
+
name="GCP - My Team",
|
|
560
|
+
enabled=True,
|
|
561
|
+
poll_rate=300,
|
|
562
|
+
services=["compute"],
|
|
563
|
+
custom_metric_type_domains=["istio.io"],
|
|
564
|
+
import_gcp_metrics=True,
|
|
565
|
+
project_service_keys=[
|
|
566
|
+
{
|
|
567
|
+
"project_id": "gcp_project_id_1",
|
|
568
|
+
"project_key": std.index.file(input="/path/to/gcp_credentials_1.json")["result"],
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"project_id": "gcp_project_id_2",
|
|
572
|
+
"project_key": std.index.file(input="/path/to/gcp_credentials_2.json")["result"],
|
|
573
|
+
},
|
|
574
|
+
])
|
|
575
|
+
```
|
|
576
|
+
|
|
543
577
|
:param str resource_name: The name of the resource.
|
|
544
578
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
545
579
|
:param pulumi.Input[_builtins.str] auth_method: Authentication method to use in this integration. If empty, Splunk Observability backend defaults to SERVICE_ACCOUNT_KEY
|
|
@@ -551,12 +585,12 @@ class Integration(pulumi.CustomResource):
|
|
|
551
585
|
:param pulumi.Input[_builtins.str] named_token: Name of the org token to be used for data ingestion. If not specified then default access token is used.
|
|
552
586
|
:param pulumi.Input[_builtins.int] poll_rate: GCP integration poll rate (in seconds). Value between `60` and `600`. Default: `300`.
|
|
553
587
|
:param pulumi.Input[Sequence[pulumi.Input[Union['IntegrationProjectServiceKeyArgs', 'IntegrationProjectServiceKeyArgsDict']]]] project_service_keys: GCP projects to add.
|
|
554
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['IntegrationProjectWifConfigArgs', 'IntegrationProjectWifConfigArgsDict']]]] project_wif_configs:
|
|
555
|
-
:param pulumi.Input[Union['IntegrationProjectsArgs', 'IntegrationProjectsArgsDict']] projects: GCP projects
|
|
588
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['IntegrationProjectWifConfigArgs', 'IntegrationProjectWifConfigArgsDict']]]] project_wif_configs: Please use `workload_identity_federation_config` with `projects` instead.
|
|
589
|
+
:param pulumi.Input[Union['IntegrationProjectsArgs', 'IntegrationProjectsArgsDict']] projects: Object comprised of `sync_mode` and optional `selected_project_ids`. If you use `sync_mode` `ALL_REACHABLE` then Splunk Observability Cloud will automatically discover GCP projects that the provided WIF principal has permissions to query. If `sync_mode` is `SELECTED`, you need to provide a list of project ids in the `selected_project_ids` field.
|
|
556
590
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] services: GCP service metrics to import. Can be an empty list, or not included, to import 'All services'. See [Google Cloud Platform services](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html#google-cloud-platform-services) for a list of valid values.
|
|
557
591
|
:param pulumi.Input[_builtins.bool] use_metric_source_project_for_quota: When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are stored. For this to work the service account provided for the project needs to be provided with serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota settings are used.
|
|
558
592
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] wif_splunk_identity: The Splunk Observability GCP identity to include in GCP WIF provider definition.
|
|
559
|
-
:param pulumi.Input[_builtins.str] workload_identity_federation_config: Workload Identity Federation
|
|
593
|
+
:param pulumi.Input[_builtins.str] workload_identity_federation_config: Your Workload Identity Federation config. To easily set up WIF you can use helpers provided in the gcp_workload_identity_federation repository.
|
|
560
594
|
"""
|
|
561
595
|
...
|
|
562
596
|
@overload
|
|
@@ -569,6 +603,32 @@ class Integration(pulumi.CustomResource):
|
|
|
569
603
|
|
|
570
604
|
> **NOTE** When managing integrations, use a session token of an administrator to authenticate the Splunk Observability Cloud provider. See [Operations that require a session token for an administrator](https://dev.splunk.com/observability/docs/administration/authtokens#Operations-that-require-a-session-token-for-an-administrator). Otherwise you'll receive a 4xx error.
|
|
571
605
|
|
|
606
|
+
## Example
|
|
607
|
+
|
|
608
|
+
```python
|
|
609
|
+
import pulumi
|
|
610
|
+
import pulumi_signalfx as signalfx
|
|
611
|
+
import pulumi_std as std
|
|
612
|
+
|
|
613
|
+
gcp_myteam = signalfx.gcp.Integration("gcp_myteam",
|
|
614
|
+
name="GCP - My Team",
|
|
615
|
+
enabled=True,
|
|
616
|
+
poll_rate=300,
|
|
617
|
+
services=["compute"],
|
|
618
|
+
custom_metric_type_domains=["istio.io"],
|
|
619
|
+
import_gcp_metrics=True,
|
|
620
|
+
project_service_keys=[
|
|
621
|
+
{
|
|
622
|
+
"project_id": "gcp_project_id_1",
|
|
623
|
+
"project_key": std.index.file(input="/path/to/gcp_credentials_1.json")["result"],
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"project_id": "gcp_project_id_2",
|
|
627
|
+
"project_key": std.index.file(input="/path/to/gcp_credentials_2.json")["result"],
|
|
628
|
+
},
|
|
629
|
+
])
|
|
630
|
+
```
|
|
631
|
+
|
|
572
632
|
:param str resource_name: The name of the resource.
|
|
573
633
|
:param IntegrationArgs args: The arguments to use to populate this resource's properties.
|
|
574
634
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -668,12 +728,12 @@ class Integration(pulumi.CustomResource):
|
|
|
668
728
|
:param pulumi.Input[_builtins.str] named_token: Name of the org token to be used for data ingestion. If not specified then default access token is used.
|
|
669
729
|
:param pulumi.Input[_builtins.int] poll_rate: GCP integration poll rate (in seconds). Value between `60` and `600`. Default: `300`.
|
|
670
730
|
:param pulumi.Input[Sequence[pulumi.Input[Union['IntegrationProjectServiceKeyArgs', 'IntegrationProjectServiceKeyArgsDict']]]] project_service_keys: GCP projects to add.
|
|
671
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['IntegrationProjectWifConfigArgs', 'IntegrationProjectWifConfigArgsDict']]]] project_wif_configs:
|
|
672
|
-
:param pulumi.Input[Union['IntegrationProjectsArgs', 'IntegrationProjectsArgsDict']] projects: GCP projects
|
|
731
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['IntegrationProjectWifConfigArgs', 'IntegrationProjectWifConfigArgsDict']]]] project_wif_configs: Please use `workload_identity_federation_config` with `projects` instead.
|
|
732
|
+
:param pulumi.Input[Union['IntegrationProjectsArgs', 'IntegrationProjectsArgsDict']] projects: Object comprised of `sync_mode` and optional `selected_project_ids`. If you use `sync_mode` `ALL_REACHABLE` then Splunk Observability Cloud will automatically discover GCP projects that the provided WIF principal has permissions to query. If `sync_mode` is `SELECTED`, you need to provide a list of project ids in the `selected_project_ids` field.
|
|
673
733
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] services: GCP service metrics to import. Can be an empty list, or not included, to import 'All services'. See [Google Cloud Platform services](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html#google-cloud-platform-services) for a list of valid values.
|
|
674
734
|
:param pulumi.Input[_builtins.bool] use_metric_source_project_for_quota: When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are stored. For this to work the service account provided for the project needs to be provided with serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota settings are used.
|
|
675
735
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] wif_splunk_identity: The Splunk Observability GCP identity to include in GCP WIF provider definition.
|
|
676
|
-
:param pulumi.Input[_builtins.str] workload_identity_federation_config: Workload Identity Federation
|
|
736
|
+
:param pulumi.Input[_builtins.str] workload_identity_federation_config: Your Workload Identity Federation config. To easily set up WIF you can use helpers provided in the gcp_workload_identity_federation repository.
|
|
677
737
|
"""
|
|
678
738
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
679
739
|
|
|
@@ -770,9 +830,10 @@ class Integration(pulumi.CustomResource):
|
|
|
770
830
|
|
|
771
831
|
@_builtins.property
|
|
772
832
|
@pulumi.getter(name="projectWifConfigs")
|
|
833
|
+
@_utilities.deprecated("""Please use workload_identity_federation_config with projects instead""")
|
|
773
834
|
def project_wif_configs(self) -> pulumi.Output[Optional[Sequence['outputs.IntegrationProjectWifConfig']]]:
|
|
774
835
|
"""
|
|
775
|
-
|
|
836
|
+
Please use `workload_identity_federation_config` with `projects` instead.
|
|
776
837
|
"""
|
|
777
838
|
return pulumi.get(self, "project_wif_configs")
|
|
778
839
|
|
|
@@ -780,7 +841,7 @@ class Integration(pulumi.CustomResource):
|
|
|
780
841
|
@pulumi.getter
|
|
781
842
|
def projects(self) -> pulumi.Output[Optional['outputs.IntegrationProjects']]:
|
|
782
843
|
"""
|
|
783
|
-
GCP projects
|
|
844
|
+
Object comprised of `sync_mode` and optional `selected_project_ids`. If you use `sync_mode` `ALL_REACHABLE` then Splunk Observability Cloud will automatically discover GCP projects that the provided WIF principal has permissions to query. If `sync_mode` is `SELECTED`, you need to provide a list of project ids in the `selected_project_ids` field.
|
|
784
845
|
"""
|
|
785
846
|
return pulumi.get(self, "projects")
|
|
786
847
|
|
|
@@ -812,7 +873,7 @@ class Integration(pulumi.CustomResource):
|
|
|
812
873
|
@pulumi.getter(name="workloadIdentityFederationConfig")
|
|
813
874
|
def workload_identity_federation_config(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
814
875
|
"""
|
|
815
|
-
Workload Identity Federation
|
|
876
|
+
Your Workload Identity Federation config. To easily set up WIF you can use helpers provided in the gcp_workload_identity_federation repository.
|
|
816
877
|
"""
|
|
817
878
|
return pulumi.get(self, "workload_identity_federation_config")
|
|
818
879
|
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/get_dimension_values.py
RENAMED
|
@@ -101,6 +101,34 @@ def get_dimension_values(limit: Optional[_builtins.int] = None,
|
|
|
101
101
|
"""
|
|
102
102
|
This data sources allows for obtaining a list of dimension values by on query provided.
|
|
103
103
|
|
|
104
|
+
```python
|
|
105
|
+
import pulumi
|
|
106
|
+
import pulumi_signalfx as signalfx
|
|
107
|
+
import pulumi_std as std
|
|
108
|
+
|
|
109
|
+
mydashboardgroup0 = signalfx.DashboardGroup("mydashboardgroup0",
|
|
110
|
+
name="My team dashboard group",
|
|
111
|
+
description="Cool dashboard group")
|
|
112
|
+
hosts = signalfx.get_dimension_values(query="key:host")
|
|
113
|
+
host_charts = []
|
|
114
|
+
for range in [{"value": i} for i in range(0, std.index.toset(input=hosts.values).result)]:
|
|
115
|
+
host_charts.append(signalfx.TimeChart(f"host_charts-{range['value']}",
|
|
116
|
+
name=f"CPU Total Idle {range['value']}",
|
|
117
|
+
plot_type="ColumnChart",
|
|
118
|
+
axes_include_zero=True,
|
|
119
|
+
color_by="Metric",
|
|
120
|
+
program_text=f"A = data(\\\\\\"cpu.idle\\\\\\", filter('host', '{range['key']}').publish(label=\\\\\\"CPU\\\\\\")\\n"))
|
|
121
|
+
mydashboard1 = signalfx.Dashboard("mydashboard1",
|
|
122
|
+
name="My Dashboard",
|
|
123
|
+
dashboard_group=mydashboardgroup0.id,
|
|
124
|
+
time_range="-30m",
|
|
125
|
+
grids=[{
|
|
126
|
+
"chart_ids": std.index.toset(input=[v.id for v in host_charts])["result"],
|
|
127
|
+
"width": 3,
|
|
128
|
+
"height": 1,
|
|
129
|
+
}])
|
|
130
|
+
```
|
|
131
|
+
|
|
104
132
|
|
|
105
133
|
:param _builtins.int limit: This allows you to define how many dimensions are returned as the values output.
|
|
106
134
|
:param _builtins.str query: Acepts a query string that allows for defining a key value deintion, wild card matching on values, or where the dimension value exists. Refer to https://dev.splunk.com/observability/reference/api/metrics_metadata/latest#endpoint-retrieve-dimensions-query for more details
|
|
@@ -125,6 +153,34 @@ def get_dimension_values_output(limit: Optional[pulumi.Input[Optional[_builtins.
|
|
|
125
153
|
"""
|
|
126
154
|
This data sources allows for obtaining a list of dimension values by on query provided.
|
|
127
155
|
|
|
156
|
+
```python
|
|
157
|
+
import pulumi
|
|
158
|
+
import pulumi_signalfx as signalfx
|
|
159
|
+
import pulumi_std as std
|
|
160
|
+
|
|
161
|
+
mydashboardgroup0 = signalfx.DashboardGroup("mydashboardgroup0",
|
|
162
|
+
name="My team dashboard group",
|
|
163
|
+
description="Cool dashboard group")
|
|
164
|
+
hosts = signalfx.get_dimension_values(query="key:host")
|
|
165
|
+
host_charts = []
|
|
166
|
+
for range in [{"value": i} for i in range(0, std.index.toset(input=hosts.values).result)]:
|
|
167
|
+
host_charts.append(signalfx.TimeChart(f"host_charts-{range['value']}",
|
|
168
|
+
name=f"CPU Total Idle {range['value']}",
|
|
169
|
+
plot_type="ColumnChart",
|
|
170
|
+
axes_include_zero=True,
|
|
171
|
+
color_by="Metric",
|
|
172
|
+
program_text=f"A = data(\\\\\\"cpu.idle\\\\\\", filter('host', '{range['key']}').publish(label=\\\\\\"CPU\\\\\\")\\n"))
|
|
173
|
+
mydashboard1 = signalfx.Dashboard("mydashboard1",
|
|
174
|
+
name="My Dashboard",
|
|
175
|
+
dashboard_group=mydashboardgroup0.id,
|
|
176
|
+
time_range="-30m",
|
|
177
|
+
grids=[{
|
|
178
|
+
"chart_ids": std.index.toset(input=[v.id for v in host_charts])["result"],
|
|
179
|
+
"width": 3,
|
|
180
|
+
"height": 1,
|
|
181
|
+
}])
|
|
182
|
+
```
|
|
183
|
+
|
|
128
184
|
|
|
129
185
|
:param _builtins.int limit: This allows you to define how many dimensions are returned as the values output.
|
|
130
186
|
:param _builtins.str query: Acepts a query string that allows for defining a key value deintion, wild card matching on values, or where the dimension value exists. Refer to https://dev.splunk.com/observability/reference/api/metrics_metadata/latest#endpoint-retrieve-dimensions-query for more details
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/heatmap_chart.py
RENAMED
|
@@ -562,8 +562,8 @@ class HeatmapChart(pulumi.CustomResource):
|
|
|
562
562
|
|
|
563
563
|
myheatmapchart0 = signalfx.HeatmapChart("myheatmapchart0",
|
|
564
564
|
name="CPU Total Idle - Heatmap",
|
|
565
|
-
program_text=\"\"\"myfilters = filter("cluster_name", "prod") and filter("role", "search")
|
|
566
|
-
data("cpu.total.idle", filter=myfilters).publish()
|
|
565
|
+
program_text=\"\"\"myfilters = filter(\\"cluster_name\\", \\"prod\\") and filter(\\"role\\", \\"search\\")
|
|
566
|
+
data(\\"cpu.total.idle\\", filter=myfilters).publish()
|
|
567
567
|
\"\"\",
|
|
568
568
|
description="Very cool Heatmap",
|
|
569
569
|
disable_sampling=True,
|
|
@@ -631,8 +631,8 @@ class HeatmapChart(pulumi.CustomResource):
|
|
|
631
631
|
|
|
632
632
|
myheatmapchart0 = signalfx.HeatmapChart("myheatmapchart0",
|
|
633
633
|
name="CPU Total Idle - Heatmap",
|
|
634
|
-
program_text=\"\"\"myfilters = filter("cluster_name", "prod") and filter("role", "search")
|
|
635
|
-
data("cpu.total.idle", filter=myfilters).publish()
|
|
634
|
+
program_text=\"\"\"myfilters = filter(\\"cluster_name\\", \\"prod\\") and filter(\\"role\\", \\"search\\")
|
|
635
|
+
data(\\"cpu.total.idle\\", filter=myfilters).publish()
|
|
636
636
|
\"\"\",
|
|
637
637
|
description="Very cool Heatmap",
|
|
638
638
|
disable_sampling=True,
|
|
@@ -770,8 +770,8 @@ class ListChart(pulumi.CustomResource):
|
|
|
770
770
|
|
|
771
771
|
mylistchart0 = signalfx.ListChart("mylistchart0",
|
|
772
772
|
name="CPU Total Idle - List",
|
|
773
|
-
program_text=\"\"\"myfilters = filter("cluster_name", "prod") and filter("role", "search")
|
|
774
|
-
data("cpu.total.idle", filter=myfilters).publish()
|
|
773
|
+
program_text=\"\"\"myfilters = filter(\\"cluster_name\\", \\"prod\\") and filter(\\"role\\", \\"search\\")
|
|
774
|
+
data(\\"cpu.total.idle\\", filter=myfilters).publish()
|
|
775
775
|
\"\"\",
|
|
776
776
|
description="Very cool List Chart",
|
|
777
777
|
color_by="Metric",
|
|
@@ -849,8 +849,8 @@ class ListChart(pulumi.CustomResource):
|
|
|
849
849
|
|
|
850
850
|
mylistchart0 = signalfx.ListChart("mylistchart0",
|
|
851
851
|
name="CPU Total Idle - List",
|
|
852
|
-
program_text=\"\"\"myfilters = filter("cluster_name", "prod") and filter("role", "search")
|
|
853
|
-
data("cpu.total.idle", filter=myfilters).publish()
|
|
852
|
+
program_text=\"\"\"myfilters = filter(\\"cluster_name\\", \\"prod\\") and filter(\\"role\\", \\"search\\")
|
|
853
|
+
data(\\"cpu.total.idle\\", filter=myfilters).publish()
|
|
854
854
|
\"\"\",
|
|
855
855
|
description="Very cool List Chart",
|
|
856
856
|
color_by="Metric",
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/single_value_chart.py
RENAMED
|
@@ -564,8 +564,8 @@ class SingleValueChart(pulumi.CustomResource):
|
|
|
564
564
|
|
|
565
565
|
mysvchart0 = signalfx.SingleValueChart("mysvchart0",
|
|
566
566
|
name="CPU Total Idle - Single Value",
|
|
567
|
-
program_text=\"\"\"myfilters = filter("cluster_name", "prod") and filter("role", "search")
|
|
568
|
-
data("cpu.total.idle", filter=myfilters).publish()
|
|
567
|
+
program_text=\"\"\"myfilters = filter(\\"cluster_name\\", \\"prod\\") and filter(\\"role\\", \\"search\\")
|
|
568
|
+
data(\\"cpu.total.idle\\", filter=myfilters).publish()
|
|
569
569
|
\"\"\",
|
|
570
570
|
description="Very cool Single Value Chart",
|
|
571
571
|
color_by="Dimension",
|
|
@@ -612,8 +612,8 @@ class SingleValueChart(pulumi.CustomResource):
|
|
|
612
612
|
|
|
613
613
|
mysvchart0 = signalfx.SingleValueChart("mysvchart0",
|
|
614
614
|
name="CPU Total Idle - Single Value",
|
|
615
|
-
program_text=\"\"\"myfilters = filter("cluster_name", "prod") and filter("role", "search")
|
|
616
|
-
data("cpu.total.idle", filter=myfilters).publish()
|
|
615
|
+
program_text=\"\"\"myfilters = filter(\\"cluster_name\\", \\"prod\\") and filter(\\"role\\", \\"search\\")
|
|
616
|
+
data(\\"cpu.total.idle\\", filter=myfilters).publish()
|
|
617
617
|
\"\"\",
|
|
618
618
|
description="Very cool Single Value Chart",
|
|
619
619
|
color_by="Dimension",
|
|
@@ -976,7 +976,7 @@ class TimeChart(pulumi.CustomResource):
|
|
|
976
976
|
|
|
977
977
|
mychart0 = signalfx.TimeChart("mychart0",
|
|
978
978
|
name="CPU Total Idle",
|
|
979
|
-
program_text="data(
|
|
979
|
+
program_text="data(\\\\\\"cpu.total.idle\\\\\\").publish(label=\\\\\\"CPU Idle\\\\\\")\\n",
|
|
980
980
|
time_range=3600,
|
|
981
981
|
plot_type="LineChart",
|
|
982
982
|
show_data_markers=True,
|
|
@@ -1050,7 +1050,7 @@ class TimeChart(pulumi.CustomResource):
|
|
|
1050
1050
|
|
|
1051
1051
|
mychart0 = signalfx.TimeChart("mychart0",
|
|
1052
1052
|
name="CPU Total Idle",
|
|
1053
|
-
program_text="data(
|
|
1053
|
+
program_text="data(\\\\\\"cpu.total.idle\\\\\\").publish(label=\\\\\\"CPU Idle\\\\\\")\\n",
|
|
1054
1054
|
time_range=3600,
|
|
1055
1055
|
plot_type="LineChart",
|
|
1056
1056
|
show_data_markers=True,
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/webhook_integration.py
RENAMED
|
@@ -281,7 +281,7 @@ class WebhookIntegration(pulumi.CustomResource):
|
|
|
281
281
|
shared_secret="abc1234",
|
|
282
282
|
method="POST",
|
|
283
283
|
payload_template=\"\"\"{
|
|
284
|
-
"incidentId": "{{{incidentId}}}"
|
|
284
|
+
\\"incidentId\\": \\"{{{incidentId}}}\\"
|
|
285
285
|
}
|
|
286
286
|
\"\"\",
|
|
287
287
|
headers=[{
|
|
@@ -323,7 +323,7 @@ class WebhookIntegration(pulumi.CustomResource):
|
|
|
323
323
|
shared_secret="abc1234",
|
|
324
324
|
method="POST",
|
|
325
325
|
payload_template=\"\"\"{
|
|
326
|
-
"incidentId": "{{{incidentId}}}"
|
|
326
|
+
\\"incidentId\\": \\"{{{incidentId}}}\\"
|
|
327
327
|
}
|
|
328
328
|
\"\"\",
|
|
329
329
|
headers=[{
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/alert_muting_rule.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/aws/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/aws/integration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/azure/__init__.py
RENAMED
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/azure/_inputs.py
RENAMED
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/azure/integration.py
RENAMED
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/azure/outputs.py
RENAMED
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/config/__init__.py
RENAMED
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/config/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/dashboard_group.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/gcp/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/jira/__init__.py
RENAMED
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/jira/integration.py
RENAMED
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/log/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/log/timeline.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/metric_ruleset.py
RENAMED
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/opsgenie/__init__.py
RENAMED
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/opsgenie/integration.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/organization_members.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/pagerduty/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/servicenow/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/slack/__init__.py
RENAMED
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/slack/integration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx/victorops/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx.egg-info/requires.txt
RENAMED
|
File without changes
|
{pulumi_signalfx-7.19.2 → pulumi_signalfx-7.20.0a1765584820}/pulumi_signalfx.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|