ccs-digitalmarketplace-frameworks 4.12.1 → 4.12.2
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/frameworks/g-cloud-15/questions/services/metricsFocus.yml +18 -0
- package/frameworks/g-cloud-15/questions/services/metricsHosting.yml +0 -1
- package/frameworks/g-cloud-15/questions/services/metricsHostingFocus.yml +24 -0
- package/frameworks/g-cloud-15/questions/services/multiqMetricsHosting.yml +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
id: metricsFocus
|
|
2
|
+
|
|
3
|
+
name: FOCUS resource tagging
|
|
4
|
+
|
|
5
|
+
question: Does your solution support FOCUS resource tagging?
|
|
6
|
+
|
|
7
|
+
hidden: true
|
|
8
|
+
|
|
9
|
+
depends:
|
|
10
|
+
- 'on': lot
|
|
11
|
+
being:
|
|
12
|
+
- iaas-and-paas
|
|
13
|
+
|
|
14
|
+
type: boolean
|
|
15
|
+
|
|
16
|
+
validations:
|
|
17
|
+
- name: answer_required
|
|
18
|
+
message: Select yes if you support FOCUS resource tagging.
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
id: metrics
|
|
2
|
+
|
|
3
|
+
name: Infrastructure or application metrics
|
|
4
|
+
|
|
5
|
+
question: Do you provide infrastructure or application metrics?
|
|
6
|
+
|
|
7
|
+
depends:
|
|
8
|
+
- 'on': lot
|
|
9
|
+
being:
|
|
10
|
+
- iaas-and-paas
|
|
11
|
+
|
|
12
|
+
followup:
|
|
13
|
+
metricsWhat:
|
|
14
|
+
- true
|
|
15
|
+
metricsHow:
|
|
16
|
+
- true
|
|
17
|
+
metricsFocus:
|
|
18
|
+
- true
|
|
19
|
+
|
|
20
|
+
type: boolean
|
|
21
|
+
|
|
22
|
+
validations:
|
|
23
|
+
- name: answer_required
|
|
24
|
+
message: Select yes if you provide infrastructure or application metrics.
|