@ak--47/dungeon-master 1.0.0 → 1.1.0
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/README.md +7 -7
- package/dungeons/technical/ad-spend-schema.json +128 -0
- package/dungeons/technical/ad-spend.js +116 -0
- package/dungeons/technical/anonymous-users-schema.json +91 -0
- package/dungeons/technical/anonymous-users.js +102 -0
- package/dungeons/technical/array-of-object-lookup-schema.json +191 -0
- package/dungeons/{array-of-object-lookup.js → technical/array-of-object-lookup.js} +11 -4
- package/dungeons/technical/experiments-schema.json +197 -0
- package/dungeons/technical/experiments.js +168 -0
- package/dungeons/technical/foobar-schema.json +362 -0
- package/dungeons/{foobar.js → technical/foobar.js} +2 -2
- package/dungeons/technical/group-analytics-schema.json +149 -0
- package/dungeons/technical/group-analytics.js +151 -0
- package/dungeons/technical/mirror-strategies-schema.json +84 -0
- package/dungeons/technical/mirror-strategies.js +126 -0
- package/dungeons/technical/nested-objects-schema.json +145 -0
- package/dungeons/technical/nested-objects.js +207 -0
- package/dungeons/technical/retention-cadence-schema.json +37 -0
- package/dungeons/{retention-cadence.js → technical/retention-cadence.js} +1 -1
- package/dungeons/technical/sanity-schema.json +185 -0
- package/dungeons/{sanity.js → technical/sanity.js} +3 -2
- package/dungeons/technical/scale-test-schema.json +70 -0
- package/dungeons/technical/scale-test.js +90 -0
- package/dungeons/technical/scd-schema.json +270 -0
- package/dungeons/{scd.js → technical/scd.js} +19 -10
- package/dungeons/technical/simple-schema.json +278 -0
- package/dungeons/{simple.js → technical/simple.js} +6 -6
- package/dungeons/technical/simplest-schema.json +635 -0
- package/dungeons/{simplest.js → technical/simplest.js} +6 -6
- package/dungeons/technical/text-generation-schema.json +1059 -0
- package/dungeons/{text-generation.js → technical/text-generation.js} +23 -9
- package/dungeons/vertical/community-schema.json +557 -0
- package/dungeons/vertical/community.js +788 -0
- package/dungeons/vertical/devtools-schema.json +580 -0
- package/dungeons/vertical/devtools.js +837 -0
- package/dungeons/vertical/ecommerce-schema.json +586 -0
- package/dungeons/{ecommerce.js → vertical/ecommerce.js} +34 -3
- package/dungeons/vertical/education-schema.json +697 -0
- package/dungeons/{education.js → vertical/education.js} +54 -36
- package/dungeons/vertical/fintech-schema.json +563 -0
- package/dungeons/{fintech.js → vertical/fintech.js} +91 -53
- package/dungeons/vertical/fitness-schema.json +508 -0
- package/dungeons/vertical/fitness.js +802 -0
- package/dungeons/vertical/food-delivery-schema.json +678 -0
- package/dungeons/{food.js → vertical/food-delivery.js} +51 -23
- package/dungeons/vertical/gaming-schema.json +394 -0
- package/dungeons/{gaming.js → vertical/gaming.js} +9 -7
- package/dungeons/vertical/healthcare-schema.json +527 -0
- package/dungeons/vertical/healthcare.js +769 -0
- package/dungeons/vertical/insurance-application-schema.json +466 -0
- package/dungeons/{insurance-application.js → vertical/insurance-application.js} +33 -29
- package/dungeons/vertical/logistics-schema.json +552 -0
- package/dungeons/vertical/logistics.js +793 -0
- package/dungeons/vertical/marketplace-schema.json +511 -0
- package/dungeons/vertical/marketplace.js +844 -0
- package/dungeons/vertical/media-schema.json +787 -0
- package/dungeons/{media.js → vertical/media.js} +94 -16
- package/dungeons/vertical/rpg-schema.json +654 -0
- package/dungeons/{rpg.js → vertical/rpg.js} +78 -57
- package/dungeons/vertical/sass-schema.json +653 -0
- package/dungeons/{sass.js → vertical/sass.js} +49 -23
- package/dungeons/vertical/social-schema.json +552 -0
- package/dungeons/{social.js → vertical/social.js} +60 -14
- package/dungeons/vertical/travel-schema.json +558 -0
- package/dungeons/vertical/travel.js +736 -0
- package/index.js +19 -15
- package/lib/core/config-validator.js +286 -1
- package/lib/core/context.js +7 -5
- package/lib/generators/adspend.js +3 -3
- package/lib/generators/events.js +141 -14
- package/lib/generators/funnels.js +67 -7
- package/lib/generators/text.js +2 -2
- package/lib/orchestrators/user-loop.js +441 -22
- package/lib/templates/soup-presets.js +2 -2
- package/lib/utils/utils.js +4 -5
- package/package.json +4 -3
- package/scripts/dungeon-to-json.mjs +163 -0
- package/scripts/extract-dungeon-schema.mjs +297 -0
- package/scripts/json-to-dungeon.mjs +200 -0
- package/scripts/run-dungeon.mjs +76 -0
- package/scripts/run-many.mjs +118 -0
- package/scripts/verify-runner.mjs +42 -0
- package/types.d.ts +313 -1
- package/dungeons/array-of-object-lookup-schema.json +0 -327
- package/dungeons/ecommerce-schema.json +0 -462
- package/dungeons/education-schema.json +0 -2409
- package/dungeons/fintech-schema.json +0 -14034
- package/dungeons/foobar-schema.json +0 -403
- package/dungeons/food-delivery-schema.json +0 -192
- package/dungeons/food-delivery.js +0 -602
- package/dungeons/food-schema.json +0 -1152
- package/dungeons/gaming-schema.json +0 -1270
- package/dungeons/insurance-application-schema.json +0 -204
- package/dungeons/media-schema.json +0 -906
- package/dungeons/retention-cadence-schema.json +0 -78
- package/dungeons/rpg-schema.json +0 -4526
- package/dungeons/sanity-schema.json +0 -255
- package/dungeons/sass-schema.json +0 -1291
- package/dungeons/scd-schema.json +0 -919
- package/dungeons/simple-schema.json +0 -608
- package/dungeons/simplest-schema.json +0 -1418
- package/dungeons/social-schema.json +0 -1118
- package/dungeons/text-generation-schema.json +0 -3096
|
@@ -0,0 +1,653 @@
|
|
|
1
|
+
{
|
|
2
|
+
"events": [
|
|
3
|
+
{
|
|
4
|
+
"event": "workspace created",
|
|
5
|
+
"isFirstEvent": true,
|
|
6
|
+
"properties": {
|
|
7
|
+
"company_size": [
|
|
8
|
+
"startup",
|
|
9
|
+
"smb",
|
|
10
|
+
"mid_market",
|
|
11
|
+
"enterprise"
|
|
12
|
+
],
|
|
13
|
+
"industry": [
|
|
14
|
+
"tech",
|
|
15
|
+
"finance",
|
|
16
|
+
"healthcare",
|
|
17
|
+
"retail",
|
|
18
|
+
"media"
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"event": "service deployed",
|
|
24
|
+
"weight": 10,
|
|
25
|
+
"properties": {
|
|
26
|
+
"service_id": [
|
|
27
|
+
"svc_7LJEoSAp",
|
|
28
|
+
"svc_k8mXwECk",
|
|
29
|
+
"svc_iecUGApG",
|
|
30
|
+
"svc_ZI11Ekfn",
|
|
31
|
+
"svc_PmfP4rbD"
|
|
32
|
+
],
|
|
33
|
+
"service_type": [
|
|
34
|
+
"web_app",
|
|
35
|
+
"api",
|
|
36
|
+
"database",
|
|
37
|
+
"cache",
|
|
38
|
+
"queue",
|
|
39
|
+
"ml_model"
|
|
40
|
+
],
|
|
41
|
+
"environment": [
|
|
42
|
+
"production",
|
|
43
|
+
"staging",
|
|
44
|
+
"dev"
|
|
45
|
+
],
|
|
46
|
+
"cloud_provider": [
|
|
47
|
+
"aws",
|
|
48
|
+
"gcp",
|
|
49
|
+
"azure"
|
|
50
|
+
],
|
|
51
|
+
"docs_informed": [
|
|
52
|
+
false
|
|
53
|
+
]
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"event": "dashboard viewed",
|
|
58
|
+
"weight": 20,
|
|
59
|
+
"properties": {
|
|
60
|
+
"dashboard_type": [
|
|
61
|
+
"overview",
|
|
62
|
+
"cost",
|
|
63
|
+
"performance",
|
|
64
|
+
"security",
|
|
65
|
+
"custom"
|
|
66
|
+
],
|
|
67
|
+
"time_range": [
|
|
68
|
+
"1h",
|
|
69
|
+
"6h",
|
|
70
|
+
"24h",
|
|
71
|
+
"7d",
|
|
72
|
+
"30d"
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"event": "alert triggered",
|
|
78
|
+
"weight": 12,
|
|
79
|
+
"properties": {
|
|
80
|
+
"alert_id": [
|
|
81
|
+
"alert_Roc3cr",
|
|
82
|
+
"alert_zoFbqS",
|
|
83
|
+
"alert_oVw4g1",
|
|
84
|
+
"alert_MWHmBF",
|
|
85
|
+
"alert_gwfKlT",
|
|
86
|
+
"alert_3qcbPk",
|
|
87
|
+
"alert_tWkZ8D",
|
|
88
|
+
"alert_dDsNm9"
|
|
89
|
+
],
|
|
90
|
+
"severity": [
|
|
91
|
+
"info",
|
|
92
|
+
"warning",
|
|
93
|
+
"critical",
|
|
94
|
+
"emergency"
|
|
95
|
+
],
|
|
96
|
+
"alert_type": [
|
|
97
|
+
"cpu",
|
|
98
|
+
"memory",
|
|
99
|
+
"latency",
|
|
100
|
+
"error_rate",
|
|
101
|
+
"disk",
|
|
102
|
+
"network"
|
|
103
|
+
],
|
|
104
|
+
"service_id": [
|
|
105
|
+
"svc_NXNitYJu",
|
|
106
|
+
"svc_UTrpwdA7",
|
|
107
|
+
"svc_1d39YMnD",
|
|
108
|
+
"svc_TsEzV41d",
|
|
109
|
+
"svc_XPkuHFcR",
|
|
110
|
+
"svc_BLyXPZiy",
|
|
111
|
+
"svc_7bfYjrcQ"
|
|
112
|
+
]
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"event": "incident created",
|
|
117
|
+
"properties": {
|
|
118
|
+
"escalation_level": [
|
|
119
|
+
"P1",
|
|
120
|
+
"P2"
|
|
121
|
+
],
|
|
122
|
+
"teams_paged": {
|
|
123
|
+
"$range": [
|
|
124
|
+
1,
|
|
125
|
+
5
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
"incident_id": {
|
|
129
|
+
"$type": "string"
|
|
130
|
+
},
|
|
131
|
+
"original_severity": [
|
|
132
|
+
"critical",
|
|
133
|
+
"emergency"
|
|
134
|
+
],
|
|
135
|
+
"original_alert_type": [
|
|
136
|
+
"cpu",
|
|
137
|
+
"memory",
|
|
138
|
+
"latency",
|
|
139
|
+
"error_rate",
|
|
140
|
+
"disk",
|
|
141
|
+
"network"
|
|
142
|
+
],
|
|
143
|
+
"service_id": [
|
|
144
|
+
"svc_h1NEsoCf",
|
|
145
|
+
"svc_ejMJmy6D",
|
|
146
|
+
"svc_G8oymC7p",
|
|
147
|
+
"svc_UTrpwdA7",
|
|
148
|
+
"svc_H0Uvv7F7",
|
|
149
|
+
"svc_EF8xTnCV",
|
|
150
|
+
"svc_llamzYsW",
|
|
151
|
+
"svc_sxIaS9Gi"
|
|
152
|
+
],
|
|
153
|
+
"auto_escalated": [
|
|
154
|
+
true
|
|
155
|
+
]
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"event": "alert acknowledged",
|
|
160
|
+
"weight": 8,
|
|
161
|
+
"properties": {
|
|
162
|
+
"alert_id": [
|
|
163
|
+
"alert_S5Gv7s",
|
|
164
|
+
"alert_JCKQjk",
|
|
165
|
+
"alert_iX7VO5",
|
|
166
|
+
"alert_N5S3za",
|
|
167
|
+
"alert_eeKJWU",
|
|
168
|
+
"alert_GBj6yR",
|
|
169
|
+
"alert_jAaXI3",
|
|
170
|
+
"alert_BhCTAw",
|
|
171
|
+
"alert_EgYqbz"
|
|
172
|
+
],
|
|
173
|
+
"response_time_mins": {
|
|
174
|
+
"$range": [
|
|
175
|
+
10,
|
|
176
|
+
98
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
"acknowledged_by_role": [
|
|
180
|
+
"engineer",
|
|
181
|
+
"sre",
|
|
182
|
+
"manager",
|
|
183
|
+
"oncall"
|
|
184
|
+
],
|
|
185
|
+
"integrated_team": [
|
|
186
|
+
false
|
|
187
|
+
]
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"event": "alert resolved",
|
|
192
|
+
"weight": 7,
|
|
193
|
+
"properties": {
|
|
194
|
+
"alert_id": [
|
|
195
|
+
"alert_A4xOom",
|
|
196
|
+
"alert_yAtvI9",
|
|
197
|
+
"alert_MswQeQ",
|
|
198
|
+
"alert_Ph8BNN",
|
|
199
|
+
"alert_hVnpaC",
|
|
200
|
+
"alert_5rQUW3"
|
|
201
|
+
],
|
|
202
|
+
"resolution_time_mins": {
|
|
203
|
+
"$range": [
|
|
204
|
+
210,
|
|
205
|
+
1271
|
|
206
|
+
]
|
|
207
|
+
},
|
|
208
|
+
"root_cause": [
|
|
209
|
+
"config_change",
|
|
210
|
+
"capacity",
|
|
211
|
+
"bug",
|
|
212
|
+
"dependency",
|
|
213
|
+
"network"
|
|
214
|
+
],
|
|
215
|
+
"integrated_team": [
|
|
216
|
+
false
|
|
217
|
+
]
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"event": "deployment pipeline run",
|
|
222
|
+
"weight": 9,
|
|
223
|
+
"properties": {
|
|
224
|
+
"pipeline_id": [
|
|
225
|
+
"pipe_MfsuBW",
|
|
226
|
+
"pipe_IaAZsX",
|
|
227
|
+
"pipe_Je0B2S",
|
|
228
|
+
"pipe_Tm4qDe",
|
|
229
|
+
"pipe_77F4a2"
|
|
230
|
+
],
|
|
231
|
+
"status": [
|
|
232
|
+
"success",
|
|
233
|
+
"failed",
|
|
234
|
+
"cancelled"
|
|
235
|
+
],
|
|
236
|
+
"duration_sec": {
|
|
237
|
+
"$range": [
|
|
238
|
+
233,
|
|
239
|
+
1477
|
|
240
|
+
]
|
|
241
|
+
},
|
|
242
|
+
"commit_count": {
|
|
243
|
+
"$range": [
|
|
244
|
+
2,
|
|
245
|
+
18
|
|
246
|
+
]
|
|
247
|
+
},
|
|
248
|
+
"recovery_deployment": [
|
|
249
|
+
false
|
|
250
|
+
]
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"event": "infrastructure scaled",
|
|
255
|
+
"weight": 5,
|
|
256
|
+
"properties": {
|
|
257
|
+
"service_id": [
|
|
258
|
+
"svc_7bfYjrcQ",
|
|
259
|
+
"svc_2GbSgkcO",
|
|
260
|
+
"svc_14bZWXQB",
|
|
261
|
+
"svc_UIY5anev",
|
|
262
|
+
"svc_xk0SuqPn",
|
|
263
|
+
"svc_O21Q0FVD"
|
|
264
|
+
],
|
|
265
|
+
"scale_direction": {
|
|
266
|
+
"$type": "array"
|
|
267
|
+
},
|
|
268
|
+
"previous_capacity": {
|
|
269
|
+
"$range": [
|
|
270
|
+
5,
|
|
271
|
+
88
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
"new_capacity": {
|
|
275
|
+
"$range": [
|
|
276
|
+
12,
|
|
277
|
+
97
|
|
278
|
+
]
|
|
279
|
+
},
|
|
280
|
+
"auto_scaled": {
|
|
281
|
+
"$type": "array"
|
|
282
|
+
},
|
|
283
|
+
"cost_reaction": [
|
|
284
|
+
false
|
|
285
|
+
]
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"event": "cost report generated",
|
|
290
|
+
"weight": 4,
|
|
291
|
+
"properties": {
|
|
292
|
+
"report_period": [
|
|
293
|
+
"daily",
|
|
294
|
+
"weekly",
|
|
295
|
+
"monthly"
|
|
296
|
+
],
|
|
297
|
+
"total_cost": {
|
|
298
|
+
"$range": [
|
|
299
|
+
3360,
|
|
300
|
+
44413
|
|
301
|
+
]
|
|
302
|
+
},
|
|
303
|
+
"cost_change_percent": {
|
|
304
|
+
"$range": [
|
|
305
|
+
-28,
|
|
306
|
+
39
|
|
307
|
+
]
|
|
308
|
+
},
|
|
309
|
+
"cost_alert": [
|
|
310
|
+
false
|
|
311
|
+
],
|
|
312
|
+
"budget_exceeded": [
|
|
313
|
+
false
|
|
314
|
+
]
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"event": "team member invited",
|
|
319
|
+
"weight": 3,
|
|
320
|
+
"properties": {
|
|
321
|
+
"role": [
|
|
322
|
+
"admin",
|
|
323
|
+
"editor",
|
|
324
|
+
"viewer",
|
|
325
|
+
"billing"
|
|
326
|
+
],
|
|
327
|
+
"invitation_method": [
|
|
328
|
+
"email",
|
|
329
|
+
"sso",
|
|
330
|
+
"slack"
|
|
331
|
+
],
|
|
332
|
+
"quarter_end_push": [
|
|
333
|
+
false
|
|
334
|
+
],
|
|
335
|
+
"duplicate_invite": [
|
|
336
|
+
false
|
|
337
|
+
]
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"event": "integration configured",
|
|
342
|
+
"weight": 4,
|
|
343
|
+
"properties": {
|
|
344
|
+
"integration_type": [
|
|
345
|
+
"slack",
|
|
346
|
+
"pagerduty",
|
|
347
|
+
"jira",
|
|
348
|
+
"github",
|
|
349
|
+
"datadog",
|
|
350
|
+
"terraform"
|
|
351
|
+
],
|
|
352
|
+
"status": [
|
|
353
|
+
"active",
|
|
354
|
+
"paused",
|
|
355
|
+
"error"
|
|
356
|
+
]
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"event": "query executed",
|
|
361
|
+
"weight": 15,
|
|
362
|
+
"properties": {
|
|
363
|
+
"query_type": [
|
|
364
|
+
"metrics",
|
|
365
|
+
"logs",
|
|
366
|
+
"traces"
|
|
367
|
+
],
|
|
368
|
+
"time_range_hours": {
|
|
369
|
+
"$range": [
|
|
370
|
+
102,
|
|
371
|
+
688
|
|
372
|
+
]
|
|
373
|
+
},
|
|
374
|
+
"result_count": {
|
|
375
|
+
"$range": [
|
|
376
|
+
438,
|
|
377
|
+
9358
|
|
378
|
+
]
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"event": "runbook executed",
|
|
384
|
+
"weight": 3,
|
|
385
|
+
"properties": {
|
|
386
|
+
"runbook_id": [
|
|
387
|
+
"rb_xQX7P0",
|
|
388
|
+
"rb_GJrgbS",
|
|
389
|
+
"rb_y7xusa",
|
|
390
|
+
"rb_i1lLAd",
|
|
391
|
+
"rb_K0z6Tt",
|
|
392
|
+
"rb_X1KAeE"
|
|
393
|
+
],
|
|
394
|
+
"trigger": [
|
|
395
|
+
"manual",
|
|
396
|
+
"automated",
|
|
397
|
+
"alert_triggered"
|
|
398
|
+
],
|
|
399
|
+
"success": {
|
|
400
|
+
"$type": "array"
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"event": "billing event",
|
|
406
|
+
"weight": 3,
|
|
407
|
+
"properties": {
|
|
408
|
+
"event_type": [
|
|
409
|
+
"invoice_generated",
|
|
410
|
+
"payment_received",
|
|
411
|
+
"payment_failed",
|
|
412
|
+
"plan_upgraded",
|
|
413
|
+
"plan_downgraded"
|
|
414
|
+
],
|
|
415
|
+
"amount": {
|
|
416
|
+
"$range": [
|
|
417
|
+
441,
|
|
418
|
+
22002
|
|
419
|
+
]
|
|
420
|
+
},
|
|
421
|
+
"quarter_end_push": [
|
|
422
|
+
false
|
|
423
|
+
]
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"event": "security scan",
|
|
428
|
+
"weight": 6,
|
|
429
|
+
"properties": {
|
|
430
|
+
"scan_type": [
|
|
431
|
+
"vulnerability",
|
|
432
|
+
"compliance",
|
|
433
|
+
"access_audit"
|
|
434
|
+
],
|
|
435
|
+
"findings_count": {
|
|
436
|
+
"$range": [
|
|
437
|
+
4,
|
|
438
|
+
48
|
|
439
|
+
]
|
|
440
|
+
},
|
|
441
|
+
"critical_findings": {
|
|
442
|
+
"$range": [
|
|
443
|
+
0,
|
|
444
|
+
10
|
|
445
|
+
]
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"event": "api call",
|
|
451
|
+
"weight": 16,
|
|
452
|
+
"properties": {
|
|
453
|
+
"endpoint": [
|
|
454
|
+
"/deploy",
|
|
455
|
+
"/status",
|
|
456
|
+
"/metrics",
|
|
457
|
+
"/alerts",
|
|
458
|
+
"/config",
|
|
459
|
+
"/billing"
|
|
460
|
+
],
|
|
461
|
+
"method": [
|
|
462
|
+
"GET",
|
|
463
|
+
"POST",
|
|
464
|
+
"PUT",
|
|
465
|
+
"DELETE"
|
|
466
|
+
],
|
|
467
|
+
"response_time_ms": {
|
|
468
|
+
"$range": [
|
|
469
|
+
611,
|
|
470
|
+
4444
|
|
471
|
+
]
|
|
472
|
+
},
|
|
473
|
+
"status_code": [
|
|
474
|
+
200,
|
|
475
|
+
500,
|
|
476
|
+
400,
|
|
477
|
+
403
|
|
478
|
+
]
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"event": "documentation viewed",
|
|
483
|
+
"weight": 7,
|
|
484
|
+
"properties": {
|
|
485
|
+
"doc_section": [
|
|
486
|
+
"getting_started",
|
|
487
|
+
"api_reference",
|
|
488
|
+
"best_practices",
|
|
489
|
+
"troubleshooting",
|
|
490
|
+
"changelog"
|
|
491
|
+
],
|
|
492
|
+
"time_on_page_sec": {
|
|
493
|
+
"$range": [
|
|
494
|
+
81,
|
|
495
|
+
517
|
|
496
|
+
]
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"event": "feature flag toggled",
|
|
502
|
+
"weight": 4,
|
|
503
|
+
"properties": {
|
|
504
|
+
"flag_name": {
|
|
505
|
+
"$type": "string"
|
|
506
|
+
},
|
|
507
|
+
"new_state": {
|
|
508
|
+
"$type": "array"
|
|
509
|
+
},
|
|
510
|
+
"environment": [
|
|
511
|
+
"production",
|
|
512
|
+
"staging",
|
|
513
|
+
"dev"
|
|
514
|
+
]
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
],
|
|
518
|
+
"superProps": {
|
|
519
|
+
"plan_tier": [
|
|
520
|
+
"free",
|
|
521
|
+
"enterprise",
|
|
522
|
+
"team",
|
|
523
|
+
"business"
|
|
524
|
+
],
|
|
525
|
+
"cloud_provider": [
|
|
526
|
+
"aws",
|
|
527
|
+
"gcp",
|
|
528
|
+
"azure",
|
|
529
|
+
"multi_cloud"
|
|
530
|
+
]
|
|
531
|
+
},
|
|
532
|
+
"userProps": {
|
|
533
|
+
"company_size": [
|
|
534
|
+
"enterprise",
|
|
535
|
+
"mid_market",
|
|
536
|
+
"startup",
|
|
537
|
+
"smb"
|
|
538
|
+
],
|
|
539
|
+
"primary_role": [
|
|
540
|
+
"engineer",
|
|
541
|
+
"sre",
|
|
542
|
+
"devops",
|
|
543
|
+
"manager",
|
|
544
|
+
"executive"
|
|
545
|
+
],
|
|
546
|
+
"team_name": [
|
|
547
|
+
"Platform",
|
|
548
|
+
"Backend",
|
|
549
|
+
"Frontend",
|
|
550
|
+
"Data",
|
|
551
|
+
"Security",
|
|
552
|
+
"Infrastructure"
|
|
553
|
+
],
|
|
554
|
+
"churned_account": [
|
|
555
|
+
false
|
|
556
|
+
],
|
|
557
|
+
"seat_count": [
|
|
558
|
+
1
|
|
559
|
+
],
|
|
560
|
+
"annual_contract_value": [
|
|
561
|
+
0
|
|
562
|
+
],
|
|
563
|
+
"customer_success_manager": [
|
|
564
|
+
false
|
|
565
|
+
],
|
|
566
|
+
"customer_health_score": {
|
|
567
|
+
"$range": [
|
|
568
|
+
9,
|
|
569
|
+
92
|
|
570
|
+
]
|
|
571
|
+
}
|
|
572
|
+
},
|
|
573
|
+
"funnels": [
|
|
574
|
+
{
|
|
575
|
+
"sequence": [
|
|
576
|
+
"workspace created",
|
|
577
|
+
"service deployed",
|
|
578
|
+
"dashboard viewed"
|
|
579
|
+
],
|
|
580
|
+
"isFirstFunnel": true,
|
|
581
|
+
"conversionRate": 70,
|
|
582
|
+
"timeToConvert": 2
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"sequence": [
|
|
586
|
+
"dashboard viewed",
|
|
587
|
+
"query executed",
|
|
588
|
+
"api call"
|
|
589
|
+
],
|
|
590
|
+
"conversionRate": 80,
|
|
591
|
+
"timeToConvert": 0.5,
|
|
592
|
+
"weight": 5
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"sequence": [
|
|
596
|
+
"alert triggered",
|
|
597
|
+
"alert acknowledged",
|
|
598
|
+
"alert resolved"
|
|
599
|
+
],
|
|
600
|
+
"conversionRate": 55,
|
|
601
|
+
"timeToConvert": 6,
|
|
602
|
+
"weight": 4
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"sequence": [
|
|
606
|
+
"deployment pipeline run",
|
|
607
|
+
"service deployed",
|
|
608
|
+
"dashboard viewed"
|
|
609
|
+
],
|
|
610
|
+
"conversionRate": 65,
|
|
611
|
+
"timeToConvert": 1,
|
|
612
|
+
"weight": 3
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"sequence": [
|
|
616
|
+
"cost report generated",
|
|
617
|
+
"infrastructure scaled",
|
|
618
|
+
"security scan"
|
|
619
|
+
],
|
|
620
|
+
"conversionRate": 50,
|
|
621
|
+
"timeToConvert": 4,
|
|
622
|
+
"weight": 2
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"sequence": [
|
|
626
|
+
"team member invited",
|
|
627
|
+
"integration configured",
|
|
628
|
+
"feature flag toggled"
|
|
629
|
+
],
|
|
630
|
+
"conversionRate": 40,
|
|
631
|
+
"timeToConvert": 8,
|
|
632
|
+
"weight": 2
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"sequence": [
|
|
636
|
+
"documentation viewed",
|
|
637
|
+
"runbook executed",
|
|
638
|
+
"service deployed"
|
|
639
|
+
],
|
|
640
|
+
"conversionRate": 45,
|
|
641
|
+
"timeToConvert": 2,
|
|
642
|
+
"weight": 2
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"sequence": [
|
|
646
|
+
"billing event",
|
|
647
|
+
"dashboard viewed"
|
|
648
|
+
],
|
|
649
|
+
"conversionRate": 60,
|
|
650
|
+
"timeToConvert": 1
|
|
651
|
+
}
|
|
652
|
+
]
|
|
653
|
+
}
|