@pulumi/signalfx 7.1.4 → 7.1.5
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/alertMutingRule.d.ts +27 -33
- package/alertMutingRule.js +2 -18
- package/alertMutingRule.js.map +1 -1
- package/aws/externalIntegration.d.ts +7 -19
- package/aws/externalIntegration.js +0 -12
- package/aws/externalIntegration.js.map +1 -1
- package/aws/integration.d.ts +68 -135
- package/aws/integration.js +0 -37
- package/aws/integration.js.map +1 -1
- package/aws/tokenIntegration.d.ts +5 -16
- package/aws/tokenIntegration.js +0 -11
- package/aws/tokenIntegration.js.map +1 -1
- package/azure/integration.d.ts +39 -95
- package/azure/integration.js +0 -26
- package/azure/integration.js.map +1 -1
- package/dashboard.d.ts +62 -62
- package/dashboardGroup.d.ts +21 -54
- package/dashboardGroup.js +0 -33
- package/dashboardGroup.js.map +1 -1
- package/dataLink.d.ts +12 -46
- package/dataLink.js +0 -28
- package/dataLink.js.map +1 -1
- package/detector.d.ts +55 -114
- package/detector.js +0 -51
- package/detector.js.map +1 -1
- package/eventFeedChart.d.ts +20 -38
- package/eventFeedChart.js +0 -18
- package/eventFeedChart.js.map +1 -1
- package/gcp/integration.d.ts +30 -61
- package/gcp/integration.js +0 -19
- package/gcp/integration.js.map +1 -1
- package/heatmapChart.d.ts +44 -78
- package/heatmapChart.js +0 -34
- package/heatmapChart.js.map +1 -1
- package/jira/integration.d.ts +21 -48
- package/jira/integration.js +0 -21
- package/jira/integration.js.map +1 -1
- package/listChart.d.ts +62 -109
- package/listChart.js +0 -44
- package/listChart.js.map +1 -1
- package/log/timeline.d.ts +23 -42
- package/log/timeline.js +0 -19
- package/log/timeline.js.map +1 -1
- package/log/view.d.ts +29 -50
- package/log/view.js +0 -21
- package/log/view.js.map +1 -1
- package/metricRuleset.d.ts +9 -31
- package/metricRuleset.js +0 -22
- package/metricRuleset.js.map +1 -1
- package/opsgenie/integration.d.ts +12 -25
- package/opsgenie/integration.js +0 -13
- package/opsgenie/integration.js.map +1 -1
- package/orgToken.d.ts +36 -47
- package/orgToken.js +0 -29
- package/orgToken.js.map +1 -1
- package/package.json +2 -2
- package/pagerduty/getIntegration.d.ts +12 -20
- package/pagerduty/getIntegration.js +0 -20
- package/pagerduty/getIntegration.js.map +1 -1
- package/pagerduty/integration.d.ts +9 -20
- package/pagerduty/integration.js +0 -11
- package/pagerduty/integration.js.map +1 -1
- package/servicenow/integration.d.ts +15 -44
- package/servicenow/integration.js +0 -17
- package/servicenow/integration.js.map +1 -1
- package/singleValueChart.d.ts +38 -73
- package/singleValueChart.js +0 -35
- package/singleValueChart.js.map +1 -1
- package/slack/integration.d.ts +9 -21
- package/slack/integration.js +0 -12
- package/slack/integration.js.map +1 -1
- package/slo.d.ts +12 -52
- package/slo.js +0 -37
- package/slo.js.map +1 -1
- package/tableChart.d.ts +14 -30
- package/tableChart.js +0 -16
- package/tableChart.js.map +1 -1
- package/team.d.ts +29 -50
- package/team.js +0 -21
- package/team.js.map +1 -1
- package/textChart.d.ts +11 -26
- package/textChart.js +0 -15
- package/textChart.js.map +1 -1
- package/timeChart.d.ts +92 -146
- package/timeChart.js +0 -66
- package/timeChart.js.map +1 -1
- package/types/input.d.ts +211 -182
- package/types/output.d.ts +211 -182
- package/victorops/integration.d.ts +9 -21
- package/victorops/integration.js +0 -12
- package/victorops/integration.js.map +1 -1
- package/webhookIntegration.d.ts +36 -28
- package/webhookIntegration.js +4 -16
- package/webhookIntegration.js.map +1 -1
package/timeChart.d.ts
CHANGED
|
@@ -7,72 +7,6 @@ import * as outputs from "./types/output";
|
|
|
7
7
|
* Time charts display data points over a period of time.
|
|
8
8
|
*
|
|
9
9
|
* ## Example
|
|
10
|
-
*
|
|
11
|
-
* ## Arguments
|
|
12
|
-
*
|
|
13
|
-
* The following arguments are supported in the resource block:
|
|
14
|
-
*
|
|
15
|
-
* * `name` - (Required) Name of the chart.
|
|
16
|
-
* * `programText` - (Required) Signalflow program text for the chart. More info [in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
|
|
17
|
-
* * `plotType` - (Optional) The default plot display style for the visualization. Must be `"LineChart"`, `"AreaChart"`, `"ColumnChart"`, or `"Histogram"`. Default: `"LineChart"`.
|
|
18
|
-
* * `description` - (Optional) Description of the chart.
|
|
19
|
-
* * `axesPrecision` - (Optional) Specifies the digits Splunk Observability Cloud displays for values plotted on the chart. Defaults to `3`.
|
|
20
|
-
* * `unitPrefix` - (Optional) Must be `"Metric"` or `"Binary`". `"Metric"` by default.
|
|
21
|
-
* * `colorBy` - (Optional) Must be `"Dimension"` or `"Metric"`. `"Dimension"` by default.
|
|
22
|
-
* * `minimumResolution` - (Optional) The minimum resolution (in seconds) to use for computing the underlying program.
|
|
23
|
-
* * `maxDelay` - (Optional) How long (in seconds) to wait for late datapoints.
|
|
24
|
-
* * `timezone` - (Optional) A string denotes the geographic region associated with the time zone.
|
|
25
|
-
* * `disableSampling` - (Optional) If `false`, samples a subset of the output MTS, which improves UI performance. `false` by default
|
|
26
|
-
* * `timeRange` - (Optional) How many seconds ago from which to display data. For example, the last hour would be `3600`, etc. Conflicts with `startTime` and `endTime`.
|
|
27
|
-
* * `startTime` - (Optional) Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
28
|
-
* * `endTime` - (Optional) Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
29
|
-
* * `axesIncludeZero` - (Optional) Force the chart to display zero on the y-axes, even if none of the data is near zero.
|
|
30
|
-
* * `axisLeft` - (Optional) Set of axis options.
|
|
31
|
-
* * `label` - (Optional) Label of the left axis.
|
|
32
|
-
* * `minValue` - (Optional) The minimum value for the left axis.
|
|
33
|
-
* * `maxValue` - (Optional) The maximum value for the left axis.
|
|
34
|
-
* * `highWatermark` - (Optional) A line to draw as a high watermark.
|
|
35
|
-
* * `highWatermarkLabel` - (Optional) A label to attach to the high watermark line.
|
|
36
|
-
* * `lowWatermark` - (Optional) A line to draw as a low watermark.
|
|
37
|
-
* * `lowWatermarkLabel` - (Optional) A label to attach to the low watermark line.
|
|
38
|
-
* * `axisRight` - (Optional) Set of axis options.
|
|
39
|
-
* * `label` - (Optional) Label of the right axis.
|
|
40
|
-
* * `minValue` - (Optional) The minimum value for the right axis.
|
|
41
|
-
* * `maxValue` - (Optional) The maximum value for the right axis.
|
|
42
|
-
* * `highWatermark` - (Optional) A line to draw as a high watermark.
|
|
43
|
-
* * `highWatermarkLabel` - (Optional) A label to attach to the high watermark line.
|
|
44
|
-
* * `lowWatermark` - (Optional) A line to draw as a low watermark.
|
|
45
|
-
* * `lowWatermarkLabel` - (Optional) A label to attach to the low watermark line.
|
|
46
|
-
* * `vizOptions` - (Optional) Plot-level customization options, associated with a publish statement.
|
|
47
|
-
* * `label` - (Required) Label used in the publish statement that displays the plot (metric time series data) you want to customize.
|
|
48
|
-
* * `displayName` - (Optional) Specifies an alternate value for the Plot Name column of the Data Table associated with the chart.
|
|
49
|
-
* * `color` - (Optional) Color to use : gray, blue, azure, navy, brown, orange, yellow, iris, magenta, pink, purple, violet, lilac, emerald, green, aquamarine.
|
|
50
|
-
* * `axis` - (Optional) Y-axis associated with values for this plot. Must be either `right` or `left`.
|
|
51
|
-
* * `plotType` - (Optional) The visualization style to use. Must be `"LineChart"`, `"AreaChart"`, `"ColumnChart"`, or `"Histogram"`. Chart level `plotType` by default.
|
|
52
|
-
* * `valueUnit` - (Optional) A unit to attach to this plot. Units support automatic scaling (eg thousands of bytes will be displayed as kilobytes). Values values are `Bit, Kilobit, Megabit, Gigabit, Terabit, Petabit, Exabit, Zettabit, Yottabit, Byte, Kibibyte, Mebibyte, Gibibyte (note: this was previously typoed as Gigibyte), Tebibyte, Pebibyte, Exbibyte, Zebibyte, Yobibyte, Nanosecond, Microsecond, Millisecond, Second, Minute, Hour, Day, Week`.
|
|
53
|
-
* * `valuePrefix`, `valueSuffix` - (Optional) Arbitrary prefix/suffix to display with the value of this plot.
|
|
54
|
-
* * `eventOptions` - (Optional) Event customization options, associated with a publish statement. You will need to use this to change settings for any `events(…)` statements you use.
|
|
55
|
-
* * `label` - (Required) Label used in the publish statement that displays the event query you want to customize.
|
|
56
|
-
* * `displayName` - (Optional) Specifies an alternate value for the Plot Name column of the Data Table associated with the chart.
|
|
57
|
-
* * `color` - (Optional) Color to use : gray, blue, azure, navy, brown, orange, yellow, iris, magenta, pink, purple, violet, lilac, emerald, green, aquamarine.
|
|
58
|
-
* * `histogramOptions` - (Optional) Only used when `plotType` is `"Histogram"`. Histogram specific options.
|
|
59
|
-
* * `colorTheme` - (Optional) Color to use : gray, blue, azure, navy, brown, orange, yellow, iris, magenta, pink, purple, violet, lilac, emerald, green, aquamarine, red, gold, greenyellow, chartreuse, jade
|
|
60
|
-
* * `legendFieldsToHide` - (Optional) List of properties that should not be displayed in the chart legend (i.e. dimension names). All the properties are visible by default. Deprecated, please use `legendOptionsFields`.
|
|
61
|
-
* * `legendOptionsFields` - (Optional) List of property names and enabled flags that should be displayed in the data table for the chart, in the order provided. This option cannot be used with `legendFieldsToHide`.
|
|
62
|
-
* * `property` The name of the property to display. Note the special values of `plotLabel` (corresponding with the API's `sfMetric`) which shows the label of the time series `publish()` and `metric` (corresponding with the API's `sf_originatingMetric`) that shows the name of the metric for the time series being displayed.
|
|
63
|
-
* * `enabled` True or False depending on if you want the property to be shown or hidden.
|
|
64
|
-
* * `onChartLegendDimension` - (Optional) Dimensions to show in the on-chart legend. On-chart legend is off unless a dimension is specified. Allowed: `"metric"`, `"plotLabel"` and any dimension.
|
|
65
|
-
* * `showEventLines` - (Optional) Whether vertical highlight lines should be drawn in the visualizations at times when events occurred. `false` by default.
|
|
66
|
-
* * `showDataMarkers` - (Optional) Show markers (circles) for each datapoint used to draw line or area charts. `false` by default.
|
|
67
|
-
* * `stacked` - (Optional) Whether area and bar charts in the visualization should be stacked. `false` by default.
|
|
68
|
-
* * `timezone` - (Optional) Time zone that SignalFlow uses as the basis of calendar window transformation methods. For example, if you set "timezone": "Europe/Paris" and then use the transformation sum(cycle="week", cycle_start="Monday") in your chart's SignalFlow program, the calendar window starts on Monday, Paris time. See the [full list of timezones for more](https://dev.splunk.com/observability/docs/signalflow/). `"UTC"` by default.
|
|
69
|
-
*
|
|
70
|
-
* ## Attributes
|
|
71
|
-
*
|
|
72
|
-
* In a addition to all arguments above, the following attributes are exported:
|
|
73
|
-
*
|
|
74
|
-
* * `id` - The ID of the chart.
|
|
75
|
-
* * `url` - The URL of the chart.
|
|
76
10
|
*/
|
|
77
11
|
export declare class TimeChart extends pulumi.CustomResource {
|
|
78
12
|
/**
|
|
@@ -91,89 +25,93 @@ export declare class TimeChart extends pulumi.CustomResource {
|
|
|
91
25
|
*/
|
|
92
26
|
static isInstance(obj: any): obj is TimeChart;
|
|
93
27
|
/**
|
|
94
|
-
* Force y-axes
|
|
28
|
+
* Force the chart to display zero on the y-axes, even if none of the data is near zero.
|
|
95
29
|
*/
|
|
96
30
|
readonly axesIncludeZero: pulumi.Output<boolean | undefined>;
|
|
97
31
|
/**
|
|
98
|
-
*
|
|
32
|
+
* Specifies the digits Splunk Observability Cloud displays for values plotted on the chart. Defaults to `3`.
|
|
99
33
|
*/
|
|
100
34
|
readonly axesPrecision: pulumi.Output<number | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* Set of axis options.
|
|
37
|
+
*/
|
|
101
38
|
readonly axisLeft: pulumi.Output<outputs.TimeChartAxisLeft | undefined>;
|
|
39
|
+
/**
|
|
40
|
+
* Set of axis options.
|
|
41
|
+
*/
|
|
102
42
|
readonly axisRight: pulumi.Output<outputs.TimeChartAxisRight | undefined>;
|
|
103
43
|
/**
|
|
104
|
-
*
|
|
44
|
+
* Must be `"Dimension"` or `"Metric"`. `"Dimension"` by default.
|
|
105
45
|
*/
|
|
106
46
|
readonly colorBy: pulumi.Output<string | undefined>;
|
|
107
47
|
/**
|
|
108
|
-
* Description of the chart
|
|
48
|
+
* Description of the chart.
|
|
109
49
|
*/
|
|
110
50
|
readonly description: pulumi.Output<string | undefined>;
|
|
111
51
|
/**
|
|
112
|
-
*
|
|
52
|
+
* If `false`, samples a subset of the output MTS, which improves UI performance. `false` by default
|
|
113
53
|
*/
|
|
114
54
|
readonly disableSampling: pulumi.Output<boolean | undefined>;
|
|
115
55
|
/**
|
|
116
|
-
* Seconds since epoch
|
|
56
|
+
* Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
117
57
|
*/
|
|
118
58
|
readonly endTime: pulumi.Output<number | undefined>;
|
|
119
59
|
/**
|
|
120
|
-
* Event
|
|
60
|
+
* Event customization options, associated with a publish statement. You will need to use this to change settings for any `events(…)` statements you use.
|
|
121
61
|
*/
|
|
122
62
|
readonly eventOptions: pulumi.Output<outputs.TimeChartEventOption[] | undefined>;
|
|
123
63
|
/**
|
|
124
|
-
*
|
|
64
|
+
* Only used when `plotType` is `"Histogram"`. Histogram specific options.
|
|
125
65
|
*/
|
|
126
66
|
readonly histogramOptions: pulumi.Output<outputs.TimeChartHistogramOption[] | undefined>;
|
|
127
67
|
/**
|
|
128
|
-
* List of properties that
|
|
68
|
+
* List of properties that should not be displayed in the chart legend (i.e. dimension names). All the properties are visible by default. Deprecated, please use `legendOptionsFields`.
|
|
129
69
|
*
|
|
130
70
|
* @deprecated Please use legend_options_fields
|
|
131
71
|
*/
|
|
132
72
|
readonly legendFieldsToHides: pulumi.Output<string[] | undefined>;
|
|
133
73
|
/**
|
|
134
|
-
* List of property and enabled flags
|
|
74
|
+
* List of property names and enabled flags that should be displayed in the data table for the chart, in the order provided. This option cannot be used with `legendFieldsToHide`.
|
|
135
75
|
*/
|
|
136
76
|
readonly legendOptionsFields: pulumi.Output<outputs.TimeChartLegendOptionsField[] | undefined>;
|
|
137
77
|
/**
|
|
138
|
-
* How long (in seconds) to wait for late datapoints
|
|
78
|
+
* How long (in seconds) to wait for late datapoints.
|
|
139
79
|
*/
|
|
140
80
|
readonly maxDelay: pulumi.Output<number | undefined>;
|
|
141
81
|
/**
|
|
142
|
-
* The minimum resolution (in seconds) to use for computing the underlying program
|
|
82
|
+
* The minimum resolution (in seconds) to use for computing the underlying program.
|
|
143
83
|
*/
|
|
144
84
|
readonly minimumResolution: pulumi.Output<number | undefined>;
|
|
145
85
|
/**
|
|
146
|
-
* Name of the chart
|
|
86
|
+
* Name of the chart.
|
|
147
87
|
*/
|
|
148
88
|
readonly name: pulumi.Output<string>;
|
|
149
89
|
/**
|
|
150
|
-
*
|
|
151
|
-
* 'plot_label' and any dimension.
|
|
90
|
+
* Dimensions to show in the on-chart legend. On-chart legend is off unless a dimension is specified. Allowed: `"metric"`, `"plotLabel"` and any dimension.
|
|
152
91
|
*/
|
|
153
92
|
readonly onChartLegendDimension: pulumi.Output<string | undefined>;
|
|
154
93
|
/**
|
|
155
|
-
*
|
|
156
|
-
* "ColumnChart", or "Histogram"
|
|
94
|
+
* The default plot display style for the visualization. Must be `"LineChart"`, `"AreaChart"`, `"ColumnChart"`, or `"Histogram"`. Default: `"LineChart"`.
|
|
157
95
|
*/
|
|
158
96
|
readonly plotType: pulumi.Output<string | undefined>;
|
|
159
97
|
/**
|
|
160
|
-
* Signalflow program text for the chart. More info
|
|
98
|
+
* Signalflow program text for the chart. More info [in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
|
|
161
99
|
*/
|
|
162
100
|
readonly programText: pulumi.Output<string>;
|
|
163
101
|
/**
|
|
164
|
-
*
|
|
102
|
+
* Show markers (circles) for each datapoint used to draw line or area charts. `false` by default.
|
|
165
103
|
*/
|
|
166
104
|
readonly showDataMarkers: pulumi.Output<boolean | undefined>;
|
|
167
105
|
/**
|
|
168
|
-
*
|
|
106
|
+
* Whether vertical highlight lines should be drawn in the visualizations at times when events occurred. `false` by default.
|
|
169
107
|
*/
|
|
170
108
|
readonly showEventLines: pulumi.Output<boolean | undefined>;
|
|
171
109
|
/**
|
|
172
|
-
*
|
|
110
|
+
* Whether area and bar charts in the visualization should be stacked. `false` by default.
|
|
173
111
|
*/
|
|
174
112
|
readonly stacked: pulumi.Output<boolean | undefined>;
|
|
175
113
|
/**
|
|
176
|
-
* Seconds since epoch
|
|
114
|
+
* Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
177
115
|
*/
|
|
178
116
|
readonly startTime: pulumi.Output<number | undefined>;
|
|
179
117
|
/**
|
|
@@ -183,23 +121,23 @@ export declare class TimeChart extends pulumi.CustomResource {
|
|
|
183
121
|
*/
|
|
184
122
|
readonly tags: pulumi.Output<string[] | undefined>;
|
|
185
123
|
/**
|
|
186
|
-
*
|
|
124
|
+
* How many seconds ago from which to display data. For example, the last hour would be `3600`, etc. Conflicts with `startTime` and `endTime`.
|
|
187
125
|
*/
|
|
188
126
|
readonly timeRange: pulumi.Output<number | undefined>;
|
|
189
127
|
/**
|
|
190
|
-
*
|
|
128
|
+
* Time zone that SignalFlow uses as the basis of calendar window transformation methods. For example, if you set "timezone": "Europe/Paris" and then use the transformation sum(cycle="week", cycle_start="Monday") in your chart's SignalFlow program, the calendar window starts on Monday, Paris time. See the [full list of timezones for more](https://dev.splunk.com/observability/docs/signalflow/). `"UTC"` by default.
|
|
191
129
|
*/
|
|
192
130
|
readonly timezone: pulumi.Output<string | undefined>;
|
|
193
131
|
/**
|
|
194
|
-
*
|
|
132
|
+
* Must be `"Metric"` or `"Binary`". `"Metric"` by default.
|
|
195
133
|
*/
|
|
196
134
|
readonly unitPrefix: pulumi.Output<string | undefined>;
|
|
197
135
|
/**
|
|
198
|
-
* URL of the chart
|
|
136
|
+
* The URL of the chart.
|
|
199
137
|
*/
|
|
200
138
|
readonly url: pulumi.Output<string>;
|
|
201
139
|
/**
|
|
202
|
-
* Plot-level customization options, associated with a publish statement
|
|
140
|
+
* Plot-level customization options, associated with a publish statement.
|
|
203
141
|
*/
|
|
204
142
|
readonly vizOptions: pulumi.Output<outputs.TimeChartVizOption[] | undefined>;
|
|
205
143
|
/**
|
|
@@ -216,89 +154,93 @@ export declare class TimeChart extends pulumi.CustomResource {
|
|
|
216
154
|
*/
|
|
217
155
|
export interface TimeChartState {
|
|
218
156
|
/**
|
|
219
|
-
* Force y-axes
|
|
157
|
+
* Force the chart to display zero on the y-axes, even if none of the data is near zero.
|
|
220
158
|
*/
|
|
221
159
|
axesIncludeZero?: pulumi.Input<boolean>;
|
|
222
160
|
/**
|
|
223
|
-
*
|
|
161
|
+
* Specifies the digits Splunk Observability Cloud displays for values plotted on the chart. Defaults to `3`.
|
|
224
162
|
*/
|
|
225
163
|
axesPrecision?: pulumi.Input<number>;
|
|
164
|
+
/**
|
|
165
|
+
* Set of axis options.
|
|
166
|
+
*/
|
|
226
167
|
axisLeft?: pulumi.Input<inputs.TimeChartAxisLeft>;
|
|
168
|
+
/**
|
|
169
|
+
* Set of axis options.
|
|
170
|
+
*/
|
|
227
171
|
axisRight?: pulumi.Input<inputs.TimeChartAxisRight>;
|
|
228
172
|
/**
|
|
229
|
-
*
|
|
173
|
+
* Must be `"Dimension"` or `"Metric"`. `"Dimension"` by default.
|
|
230
174
|
*/
|
|
231
175
|
colorBy?: pulumi.Input<string>;
|
|
232
176
|
/**
|
|
233
|
-
* Description of the chart
|
|
177
|
+
* Description of the chart.
|
|
234
178
|
*/
|
|
235
179
|
description?: pulumi.Input<string>;
|
|
236
180
|
/**
|
|
237
|
-
*
|
|
181
|
+
* If `false`, samples a subset of the output MTS, which improves UI performance. `false` by default
|
|
238
182
|
*/
|
|
239
183
|
disableSampling?: pulumi.Input<boolean>;
|
|
240
184
|
/**
|
|
241
|
-
* Seconds since epoch
|
|
185
|
+
* Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
242
186
|
*/
|
|
243
187
|
endTime?: pulumi.Input<number>;
|
|
244
188
|
/**
|
|
245
|
-
* Event
|
|
189
|
+
* Event customization options, associated with a publish statement. You will need to use this to change settings for any `events(…)` statements you use.
|
|
246
190
|
*/
|
|
247
191
|
eventOptions?: pulumi.Input<pulumi.Input<inputs.TimeChartEventOption>[]>;
|
|
248
192
|
/**
|
|
249
|
-
*
|
|
193
|
+
* Only used when `plotType` is `"Histogram"`. Histogram specific options.
|
|
250
194
|
*/
|
|
251
195
|
histogramOptions?: pulumi.Input<pulumi.Input<inputs.TimeChartHistogramOption>[]>;
|
|
252
196
|
/**
|
|
253
|
-
* List of properties that
|
|
197
|
+
* List of properties that should not be displayed in the chart legend (i.e. dimension names). All the properties are visible by default. Deprecated, please use `legendOptionsFields`.
|
|
254
198
|
*
|
|
255
199
|
* @deprecated Please use legend_options_fields
|
|
256
200
|
*/
|
|
257
201
|
legendFieldsToHides?: pulumi.Input<pulumi.Input<string>[]>;
|
|
258
202
|
/**
|
|
259
|
-
* List of property and enabled flags
|
|
203
|
+
* List of property names and enabled flags that should be displayed in the data table for the chart, in the order provided. This option cannot be used with `legendFieldsToHide`.
|
|
260
204
|
*/
|
|
261
205
|
legendOptionsFields?: pulumi.Input<pulumi.Input<inputs.TimeChartLegendOptionsField>[]>;
|
|
262
206
|
/**
|
|
263
|
-
* How long (in seconds) to wait for late datapoints
|
|
207
|
+
* How long (in seconds) to wait for late datapoints.
|
|
264
208
|
*/
|
|
265
209
|
maxDelay?: pulumi.Input<number>;
|
|
266
210
|
/**
|
|
267
|
-
* The minimum resolution (in seconds) to use for computing the underlying program
|
|
211
|
+
* The minimum resolution (in seconds) to use for computing the underlying program.
|
|
268
212
|
*/
|
|
269
213
|
minimumResolution?: pulumi.Input<number>;
|
|
270
214
|
/**
|
|
271
|
-
* Name of the chart
|
|
215
|
+
* Name of the chart.
|
|
272
216
|
*/
|
|
273
217
|
name?: pulumi.Input<string>;
|
|
274
218
|
/**
|
|
275
|
-
*
|
|
276
|
-
* 'plot_label' and any dimension.
|
|
219
|
+
* Dimensions to show in the on-chart legend. On-chart legend is off unless a dimension is specified. Allowed: `"metric"`, `"plotLabel"` and any dimension.
|
|
277
220
|
*/
|
|
278
221
|
onChartLegendDimension?: pulumi.Input<string>;
|
|
279
222
|
/**
|
|
280
|
-
*
|
|
281
|
-
* "ColumnChart", or "Histogram"
|
|
223
|
+
* The default plot display style for the visualization. Must be `"LineChart"`, `"AreaChart"`, `"ColumnChart"`, or `"Histogram"`. Default: `"LineChart"`.
|
|
282
224
|
*/
|
|
283
225
|
plotType?: pulumi.Input<string>;
|
|
284
226
|
/**
|
|
285
|
-
* Signalflow program text for the chart. More info
|
|
227
|
+
* Signalflow program text for the chart. More info [in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
|
|
286
228
|
*/
|
|
287
229
|
programText?: pulumi.Input<string>;
|
|
288
230
|
/**
|
|
289
|
-
*
|
|
231
|
+
* Show markers (circles) for each datapoint used to draw line or area charts. `false` by default.
|
|
290
232
|
*/
|
|
291
233
|
showDataMarkers?: pulumi.Input<boolean>;
|
|
292
234
|
/**
|
|
293
|
-
*
|
|
235
|
+
* Whether vertical highlight lines should be drawn in the visualizations at times when events occurred. `false` by default.
|
|
294
236
|
*/
|
|
295
237
|
showEventLines?: pulumi.Input<boolean>;
|
|
296
238
|
/**
|
|
297
|
-
*
|
|
239
|
+
* Whether area and bar charts in the visualization should be stacked. `false` by default.
|
|
298
240
|
*/
|
|
299
241
|
stacked?: pulumi.Input<boolean>;
|
|
300
242
|
/**
|
|
301
|
-
* Seconds since epoch
|
|
243
|
+
* Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
302
244
|
*/
|
|
303
245
|
startTime?: pulumi.Input<number>;
|
|
304
246
|
/**
|
|
@@ -308,23 +250,23 @@ export interface TimeChartState {
|
|
|
308
250
|
*/
|
|
309
251
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
310
252
|
/**
|
|
311
|
-
*
|
|
253
|
+
* How many seconds ago from which to display data. For example, the last hour would be `3600`, etc. Conflicts with `startTime` and `endTime`.
|
|
312
254
|
*/
|
|
313
255
|
timeRange?: pulumi.Input<number>;
|
|
314
256
|
/**
|
|
315
|
-
*
|
|
257
|
+
* Time zone that SignalFlow uses as the basis of calendar window transformation methods. For example, if you set "timezone": "Europe/Paris" and then use the transformation sum(cycle="week", cycle_start="Monday") in your chart's SignalFlow program, the calendar window starts on Monday, Paris time. See the [full list of timezones for more](https://dev.splunk.com/observability/docs/signalflow/). `"UTC"` by default.
|
|
316
258
|
*/
|
|
317
259
|
timezone?: pulumi.Input<string>;
|
|
318
260
|
/**
|
|
319
|
-
*
|
|
261
|
+
* Must be `"Metric"` or `"Binary`". `"Metric"` by default.
|
|
320
262
|
*/
|
|
321
263
|
unitPrefix?: pulumi.Input<string>;
|
|
322
264
|
/**
|
|
323
|
-
* URL of the chart
|
|
265
|
+
* The URL of the chart.
|
|
324
266
|
*/
|
|
325
267
|
url?: pulumi.Input<string>;
|
|
326
268
|
/**
|
|
327
|
-
* Plot-level customization options, associated with a publish statement
|
|
269
|
+
* Plot-level customization options, associated with a publish statement.
|
|
328
270
|
*/
|
|
329
271
|
vizOptions?: pulumi.Input<pulumi.Input<inputs.TimeChartVizOption>[]>;
|
|
330
272
|
}
|
|
@@ -333,89 +275,93 @@ export interface TimeChartState {
|
|
|
333
275
|
*/
|
|
334
276
|
export interface TimeChartArgs {
|
|
335
277
|
/**
|
|
336
|
-
* Force y-axes
|
|
278
|
+
* Force the chart to display zero on the y-axes, even if none of the data is near zero.
|
|
337
279
|
*/
|
|
338
280
|
axesIncludeZero?: pulumi.Input<boolean>;
|
|
339
281
|
/**
|
|
340
|
-
*
|
|
282
|
+
* Specifies the digits Splunk Observability Cloud displays for values plotted on the chart. Defaults to `3`.
|
|
341
283
|
*/
|
|
342
284
|
axesPrecision?: pulumi.Input<number>;
|
|
285
|
+
/**
|
|
286
|
+
* Set of axis options.
|
|
287
|
+
*/
|
|
343
288
|
axisLeft?: pulumi.Input<inputs.TimeChartAxisLeft>;
|
|
289
|
+
/**
|
|
290
|
+
* Set of axis options.
|
|
291
|
+
*/
|
|
344
292
|
axisRight?: pulumi.Input<inputs.TimeChartAxisRight>;
|
|
345
293
|
/**
|
|
346
|
-
*
|
|
294
|
+
* Must be `"Dimension"` or `"Metric"`. `"Dimension"` by default.
|
|
347
295
|
*/
|
|
348
296
|
colorBy?: pulumi.Input<string>;
|
|
349
297
|
/**
|
|
350
|
-
* Description of the chart
|
|
298
|
+
* Description of the chart.
|
|
351
299
|
*/
|
|
352
300
|
description?: pulumi.Input<string>;
|
|
353
301
|
/**
|
|
354
|
-
*
|
|
302
|
+
* If `false`, samples a subset of the output MTS, which improves UI performance. `false` by default
|
|
355
303
|
*/
|
|
356
304
|
disableSampling?: pulumi.Input<boolean>;
|
|
357
305
|
/**
|
|
358
|
-
* Seconds since epoch
|
|
306
|
+
* Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
359
307
|
*/
|
|
360
308
|
endTime?: pulumi.Input<number>;
|
|
361
309
|
/**
|
|
362
|
-
* Event
|
|
310
|
+
* Event customization options, associated with a publish statement. You will need to use this to change settings for any `events(…)` statements you use.
|
|
363
311
|
*/
|
|
364
312
|
eventOptions?: pulumi.Input<pulumi.Input<inputs.TimeChartEventOption>[]>;
|
|
365
313
|
/**
|
|
366
|
-
*
|
|
314
|
+
* Only used when `plotType` is `"Histogram"`. Histogram specific options.
|
|
367
315
|
*/
|
|
368
316
|
histogramOptions?: pulumi.Input<pulumi.Input<inputs.TimeChartHistogramOption>[]>;
|
|
369
317
|
/**
|
|
370
|
-
* List of properties that
|
|
318
|
+
* List of properties that should not be displayed in the chart legend (i.e. dimension names). All the properties are visible by default. Deprecated, please use `legendOptionsFields`.
|
|
371
319
|
*
|
|
372
320
|
* @deprecated Please use legend_options_fields
|
|
373
321
|
*/
|
|
374
322
|
legendFieldsToHides?: pulumi.Input<pulumi.Input<string>[]>;
|
|
375
323
|
/**
|
|
376
|
-
* List of property and enabled flags
|
|
324
|
+
* List of property names and enabled flags that should be displayed in the data table for the chart, in the order provided. This option cannot be used with `legendFieldsToHide`.
|
|
377
325
|
*/
|
|
378
326
|
legendOptionsFields?: pulumi.Input<pulumi.Input<inputs.TimeChartLegendOptionsField>[]>;
|
|
379
327
|
/**
|
|
380
|
-
* How long (in seconds) to wait for late datapoints
|
|
328
|
+
* How long (in seconds) to wait for late datapoints.
|
|
381
329
|
*/
|
|
382
330
|
maxDelay?: pulumi.Input<number>;
|
|
383
331
|
/**
|
|
384
|
-
* The minimum resolution (in seconds) to use for computing the underlying program
|
|
332
|
+
* The minimum resolution (in seconds) to use for computing the underlying program.
|
|
385
333
|
*/
|
|
386
334
|
minimumResolution?: pulumi.Input<number>;
|
|
387
335
|
/**
|
|
388
|
-
* Name of the chart
|
|
336
|
+
* Name of the chart.
|
|
389
337
|
*/
|
|
390
338
|
name?: pulumi.Input<string>;
|
|
391
339
|
/**
|
|
392
|
-
*
|
|
393
|
-
* 'plot_label' and any dimension.
|
|
340
|
+
* Dimensions to show in the on-chart legend. On-chart legend is off unless a dimension is specified. Allowed: `"metric"`, `"plotLabel"` and any dimension.
|
|
394
341
|
*/
|
|
395
342
|
onChartLegendDimension?: pulumi.Input<string>;
|
|
396
343
|
/**
|
|
397
|
-
*
|
|
398
|
-
* "ColumnChart", or "Histogram"
|
|
344
|
+
* The default plot display style for the visualization. Must be `"LineChart"`, `"AreaChart"`, `"ColumnChart"`, or `"Histogram"`. Default: `"LineChart"`.
|
|
399
345
|
*/
|
|
400
346
|
plotType?: pulumi.Input<string>;
|
|
401
347
|
/**
|
|
402
|
-
* Signalflow program text for the chart. More info
|
|
348
|
+
* Signalflow program text for the chart. More info [in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
|
|
403
349
|
*/
|
|
404
350
|
programText: pulumi.Input<string>;
|
|
405
351
|
/**
|
|
406
|
-
*
|
|
352
|
+
* Show markers (circles) for each datapoint used to draw line or area charts. `false` by default.
|
|
407
353
|
*/
|
|
408
354
|
showDataMarkers?: pulumi.Input<boolean>;
|
|
409
355
|
/**
|
|
410
|
-
*
|
|
356
|
+
* Whether vertical highlight lines should be drawn in the visualizations at times when events occurred. `false` by default.
|
|
411
357
|
*/
|
|
412
358
|
showEventLines?: pulumi.Input<boolean>;
|
|
413
359
|
/**
|
|
414
|
-
*
|
|
360
|
+
* Whether area and bar charts in the visualization should be stacked. `false` by default.
|
|
415
361
|
*/
|
|
416
362
|
stacked?: pulumi.Input<boolean>;
|
|
417
363
|
/**
|
|
418
|
-
* Seconds since epoch
|
|
364
|
+
* Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
419
365
|
*/
|
|
420
366
|
startTime?: pulumi.Input<number>;
|
|
421
367
|
/**
|
|
@@ -425,19 +371,19 @@ export interface TimeChartArgs {
|
|
|
425
371
|
*/
|
|
426
372
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
427
373
|
/**
|
|
428
|
-
*
|
|
374
|
+
* How many seconds ago from which to display data. For example, the last hour would be `3600`, etc. Conflicts with `startTime` and `endTime`.
|
|
429
375
|
*/
|
|
430
376
|
timeRange?: pulumi.Input<number>;
|
|
431
377
|
/**
|
|
432
|
-
*
|
|
378
|
+
* Time zone that SignalFlow uses as the basis of calendar window transformation methods. For example, if you set "timezone": "Europe/Paris" and then use the transformation sum(cycle="week", cycle_start="Monday") in your chart's SignalFlow program, the calendar window starts on Monday, Paris time. See the [full list of timezones for more](https://dev.splunk.com/observability/docs/signalflow/). `"UTC"` by default.
|
|
433
379
|
*/
|
|
434
380
|
timezone?: pulumi.Input<string>;
|
|
435
381
|
/**
|
|
436
|
-
*
|
|
382
|
+
* Must be `"Metric"` or `"Binary`". `"Metric"` by default.
|
|
437
383
|
*/
|
|
438
384
|
unitPrefix?: pulumi.Input<string>;
|
|
439
385
|
/**
|
|
440
|
-
* Plot-level customization options, associated with a publish statement
|
|
386
|
+
* Plot-level customization options, associated with a publish statement.
|
|
441
387
|
*/
|
|
442
388
|
vizOptions?: pulumi.Input<pulumi.Input<inputs.TimeChartVizOption>[]>;
|
|
443
389
|
}
|
package/timeChart.js
CHANGED
|
@@ -11,72 +11,6 @@ const utilities = require("./utilities");
|
|
|
11
11
|
* Time charts display data points over a period of time.
|
|
12
12
|
*
|
|
13
13
|
* ## Example
|
|
14
|
-
*
|
|
15
|
-
* ## Arguments
|
|
16
|
-
*
|
|
17
|
-
* The following arguments are supported in the resource block:
|
|
18
|
-
*
|
|
19
|
-
* * `name` - (Required) Name of the chart.
|
|
20
|
-
* * `programText` - (Required) Signalflow program text for the chart. More info [in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
|
|
21
|
-
* * `plotType` - (Optional) The default plot display style for the visualization. Must be `"LineChart"`, `"AreaChart"`, `"ColumnChart"`, or `"Histogram"`. Default: `"LineChart"`.
|
|
22
|
-
* * `description` - (Optional) Description of the chart.
|
|
23
|
-
* * `axesPrecision` - (Optional) Specifies the digits Splunk Observability Cloud displays for values plotted on the chart. Defaults to `3`.
|
|
24
|
-
* * `unitPrefix` - (Optional) Must be `"Metric"` or `"Binary`". `"Metric"` by default.
|
|
25
|
-
* * `colorBy` - (Optional) Must be `"Dimension"` or `"Metric"`. `"Dimension"` by default.
|
|
26
|
-
* * `minimumResolution` - (Optional) The minimum resolution (in seconds) to use for computing the underlying program.
|
|
27
|
-
* * `maxDelay` - (Optional) How long (in seconds) to wait for late datapoints.
|
|
28
|
-
* * `timezone` - (Optional) A string denotes the geographic region associated with the time zone.
|
|
29
|
-
* * `disableSampling` - (Optional) If `false`, samples a subset of the output MTS, which improves UI performance. `false` by default
|
|
30
|
-
* * `timeRange` - (Optional) How many seconds ago from which to display data. For example, the last hour would be `3600`, etc. Conflicts with `startTime` and `endTime`.
|
|
31
|
-
* * `startTime` - (Optional) Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
32
|
-
* * `endTime` - (Optional) Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
33
|
-
* * `axesIncludeZero` - (Optional) Force the chart to display zero on the y-axes, even if none of the data is near zero.
|
|
34
|
-
* * `axisLeft` - (Optional) Set of axis options.
|
|
35
|
-
* * `label` - (Optional) Label of the left axis.
|
|
36
|
-
* * `minValue` - (Optional) The minimum value for the left axis.
|
|
37
|
-
* * `maxValue` - (Optional) The maximum value for the left axis.
|
|
38
|
-
* * `highWatermark` - (Optional) A line to draw as a high watermark.
|
|
39
|
-
* * `highWatermarkLabel` - (Optional) A label to attach to the high watermark line.
|
|
40
|
-
* * `lowWatermark` - (Optional) A line to draw as a low watermark.
|
|
41
|
-
* * `lowWatermarkLabel` - (Optional) A label to attach to the low watermark line.
|
|
42
|
-
* * `axisRight` - (Optional) Set of axis options.
|
|
43
|
-
* * `label` - (Optional) Label of the right axis.
|
|
44
|
-
* * `minValue` - (Optional) The minimum value for the right axis.
|
|
45
|
-
* * `maxValue` - (Optional) The maximum value for the right axis.
|
|
46
|
-
* * `highWatermark` - (Optional) A line to draw as a high watermark.
|
|
47
|
-
* * `highWatermarkLabel` - (Optional) A label to attach to the high watermark line.
|
|
48
|
-
* * `lowWatermark` - (Optional) A line to draw as a low watermark.
|
|
49
|
-
* * `lowWatermarkLabel` - (Optional) A label to attach to the low watermark line.
|
|
50
|
-
* * `vizOptions` - (Optional) Plot-level customization options, associated with a publish statement.
|
|
51
|
-
* * `label` - (Required) Label used in the publish statement that displays the plot (metric time series data) you want to customize.
|
|
52
|
-
* * `displayName` - (Optional) Specifies an alternate value for the Plot Name column of the Data Table associated with the chart.
|
|
53
|
-
* * `color` - (Optional) Color to use : gray, blue, azure, navy, brown, orange, yellow, iris, magenta, pink, purple, violet, lilac, emerald, green, aquamarine.
|
|
54
|
-
* * `axis` - (Optional) Y-axis associated with values for this plot. Must be either `right` or `left`.
|
|
55
|
-
* * `plotType` - (Optional) The visualization style to use. Must be `"LineChart"`, `"AreaChart"`, `"ColumnChart"`, or `"Histogram"`. Chart level `plotType` by default.
|
|
56
|
-
* * `valueUnit` - (Optional) A unit to attach to this plot. Units support automatic scaling (eg thousands of bytes will be displayed as kilobytes). Values values are `Bit, Kilobit, Megabit, Gigabit, Terabit, Petabit, Exabit, Zettabit, Yottabit, Byte, Kibibyte, Mebibyte, Gibibyte (note: this was previously typoed as Gigibyte), Tebibyte, Pebibyte, Exbibyte, Zebibyte, Yobibyte, Nanosecond, Microsecond, Millisecond, Second, Minute, Hour, Day, Week`.
|
|
57
|
-
* * `valuePrefix`, `valueSuffix` - (Optional) Arbitrary prefix/suffix to display with the value of this plot.
|
|
58
|
-
* * `eventOptions` - (Optional) Event customization options, associated with a publish statement. You will need to use this to change settings for any `events(…)` statements you use.
|
|
59
|
-
* * `label` - (Required) Label used in the publish statement that displays the event query you want to customize.
|
|
60
|
-
* * `displayName` - (Optional) Specifies an alternate value for the Plot Name column of the Data Table associated with the chart.
|
|
61
|
-
* * `color` - (Optional) Color to use : gray, blue, azure, navy, brown, orange, yellow, iris, magenta, pink, purple, violet, lilac, emerald, green, aquamarine.
|
|
62
|
-
* * `histogramOptions` - (Optional) Only used when `plotType` is `"Histogram"`. Histogram specific options.
|
|
63
|
-
* * `colorTheme` - (Optional) Color to use : gray, blue, azure, navy, brown, orange, yellow, iris, magenta, pink, purple, violet, lilac, emerald, green, aquamarine, red, gold, greenyellow, chartreuse, jade
|
|
64
|
-
* * `legendFieldsToHide` - (Optional) List of properties that should not be displayed in the chart legend (i.e. dimension names). All the properties are visible by default. Deprecated, please use `legendOptionsFields`.
|
|
65
|
-
* * `legendOptionsFields` - (Optional) List of property names and enabled flags that should be displayed in the data table for the chart, in the order provided. This option cannot be used with `legendFieldsToHide`.
|
|
66
|
-
* * `property` The name of the property to display. Note the special values of `plotLabel` (corresponding with the API's `sfMetric`) which shows the label of the time series `publish()` and `metric` (corresponding with the API's `sf_originatingMetric`) that shows the name of the metric for the time series being displayed.
|
|
67
|
-
* * `enabled` True or False depending on if you want the property to be shown or hidden.
|
|
68
|
-
* * `onChartLegendDimension` - (Optional) Dimensions to show in the on-chart legend. On-chart legend is off unless a dimension is specified. Allowed: `"metric"`, `"plotLabel"` and any dimension.
|
|
69
|
-
* * `showEventLines` - (Optional) Whether vertical highlight lines should be drawn in the visualizations at times when events occurred. `false` by default.
|
|
70
|
-
* * `showDataMarkers` - (Optional) Show markers (circles) for each datapoint used to draw line or area charts. `false` by default.
|
|
71
|
-
* * `stacked` - (Optional) Whether area and bar charts in the visualization should be stacked. `false` by default.
|
|
72
|
-
* * `timezone` - (Optional) Time zone that SignalFlow uses as the basis of calendar window transformation methods. For example, if you set "timezone": "Europe/Paris" and then use the transformation sum(cycle="week", cycle_start="Monday") in your chart's SignalFlow program, the calendar window starts on Monday, Paris time. See the [full list of timezones for more](https://dev.splunk.com/observability/docs/signalflow/). `"UTC"` by default.
|
|
73
|
-
*
|
|
74
|
-
* ## Attributes
|
|
75
|
-
*
|
|
76
|
-
* In a addition to all arguments above, the following attributes are exported:
|
|
77
|
-
*
|
|
78
|
-
* * `id` - The ID of the chart.
|
|
79
|
-
* * `url` - The URL of the chart.
|
|
80
14
|
*/
|
|
81
15
|
class TimeChart extends pulumi.CustomResource {
|
|
82
16
|
/**
|
package/timeChart.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timeChart.js","sourceRoot":"","sources":["../timeChart.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"timeChart.js","sourceRoot":"","sources":["../timeChart.ts"],"names":[],"mappings":"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"}
|