thumbgate 1.28.4 → 1.29.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.
Files changed (87) hide show
  1. package/.claude/commands/dashboard.md +11 -1
  2. package/.claude/commands/thumbgate-dashboard.md +23 -8
  3. package/.claude-plugin/plugin.json +1 -1
  4. package/.well-known/llms.txt +18 -10
  5. package/.well-known/mcp/server-card.json +1 -1
  6. package/README.md +66 -3
  7. package/adapters/claude/.mcp.json +2 -2
  8. package/adapters/forge/forge.yaml +3 -3
  9. package/adapters/mcp/server-stdio.js +88 -2
  10. package/adapters/opencode/opencode.json +1 -1
  11. package/bin/cli.js +8 -8
  12. package/bin/postinstall.js +4 -13
  13. package/commands/dashboard.md +11 -1
  14. package/commands/thumbgate-dashboard.md +23 -8
  15. package/config/agent-outcome-monitor-thresholds.json +63 -0
  16. package/config/evals/agent-outcomes-baseline.json +17 -0
  17. package/config/evals/agent-outcomes-golden.json +412 -0
  18. package/config/evals/prompt-eval-baseline.json +23 -0
  19. package/config/github-about.json +5 -4
  20. package/config/post-deploy-marketing-pages.json +6 -6
  21. package/config/schemas/task-outcome-receipt.schema.json +296 -0
  22. package/docs/integrations/grafana/README.md +109 -0
  23. package/docs/integrations/grafana/thumbgate-revenue-evidence-dashboard.json +1930 -0
  24. package/openapi/openapi.yaml +475 -5
  25. package/package.json +75 -22
  26. package/public/agent-manager.html +10 -11
  27. package/public/agents-cost-savings.html +2 -2
  28. package/public/assets/brand/thumbgate-logo-transparent.svg +6 -11
  29. package/public/assets/brand/thumbgate-mark-inline-v3.svg +11 -10
  30. package/public/assets/brand/thumbgate-mark.svg +10 -11
  31. package/public/blog/inside-your-boundary.html +114 -0
  32. package/public/blog/process-over-outcome-gates.html +119 -0
  33. package/public/blog.html +296 -402
  34. package/public/brand/thumbgate-mark.svg +5 -9
  35. package/public/codex-enterprise.html +2 -2
  36. package/public/compare.html +12 -3
  37. package/public/diagnostic.html +79 -29
  38. package/public/guide.html +4 -4
  39. package/public/index.html +1090 -2098
  40. package/public/install.html +3 -3
  41. package/public/js/buyer-intent.js +33 -18
  42. package/public/numbers.html +2 -2
  43. package/public/pricing.html +268 -408
  44. package/public/pro.html +4 -4
  45. package/scripts/agent-outcome-eval.js +130 -0
  46. package/scripts/agent-outcome-monitor.js +261 -0
  47. package/scripts/agent-reasoning-traces.js +8 -9
  48. package/scripts/async-job-runner.js +107 -13
  49. package/scripts/billing.js +456 -126
  50. package/scripts/buyer-paths.js +102 -0
  51. package/scripts/cli-feedback.js +2 -2
  52. package/scripts/commercial-offer.js +18 -10
  53. package/scripts/durability/step.js +121 -12
  54. package/scripts/external-customer-audit.js +881 -0
  55. package/scripts/feedback-loop.js +26 -0
  56. package/scripts/gates-engine.js +554 -19
  57. package/scripts/grafana-revenue-evidence.js +856 -0
  58. package/scripts/human-escalation.js +265 -0
  59. package/scripts/hybrid-feedback-context.js +93 -50
  60. package/scripts/jsonl-window.js +89 -0
  61. package/scripts/judge-reward-function.js +30 -18
  62. package/scripts/lesson-embedding-index.js +3 -7
  63. package/scripts/meta-agent-loop.js +20 -2
  64. package/scripts/observability-env.js +139 -0
  65. package/scripts/observability-setup.js +55 -0
  66. package/scripts/plausible-domain-config.js +4 -0
  67. package/scripts/prompt-eval.js +81 -4
  68. package/scripts/provider-live-evidence.js +1290 -0
  69. package/scripts/provider-payment-reconciler.js +442 -0
  70. package/scripts/provider-revenue-evidence.js +249 -0
  71. package/scripts/rate-limiter.js +1 -5
  72. package/scripts/revenue-action-eligibility.js +414 -0
  73. package/scripts/revenue-evidence-remediation.js +694 -0
  74. package/scripts/revenue-offer-system.js +709 -0
  75. package/scripts/sales-pipeline.js +1117 -0
  76. package/scripts/schedule-manager.js +249 -0
  77. package/scripts/seo-gsd.js +8 -4
  78. package/scripts/stripe-credentials.js +37 -0
  79. package/scripts/stripe-revenue-catalog-audit.js +363 -0
  80. package/scripts/stripe-revenue-catalog.js +164 -0
  81. package/scripts/task-outcomes.js +425 -0
  82. package/scripts/telemetry-analytics.js +23 -3
  83. package/scripts/tool-contract-validator.js +287 -59
  84. package/scripts/tool-registry.js +143 -0
  85. package/scripts/vector-store.js +83 -7
  86. package/scripts/workflow-intake-queue.js +483 -0
  87. package/src/api/server.js +647 -118
@@ -0,0 +1,1930 @@
1
+ {
2
+ "annotations": {
3
+ "list": []
4
+ },
5
+ "editable": true,
6
+ "fiscalYearStartMonth": 0,
7
+ "graphTooltip": 1,
8
+ "id": null,
9
+ "links": [],
10
+ "liveNow": false,
11
+ "panels": [
12
+ {
13
+ "id": 1,
14
+ "type": "stat",
15
+ "title": "First external payment",
16
+ "datasource": {
17
+ "type": "loki",
18
+ "uid": "${DS_LOKI}"
19
+ },
20
+ "gridPos": {
21
+ "h": 5,
22
+ "w": 6,
23
+ "x": 0,
24
+ "y": 0
25
+ },
26
+ "fieldConfig": {
27
+ "defaults": {
28
+ "unit": "short",
29
+ "color": {
30
+ "mode": "thresholds"
31
+ },
32
+ "thresholds": {
33
+ "mode": "absolute",
34
+ "steps": [
35
+ {
36
+ "color": "red",
37
+ "value": null
38
+ },
39
+ {
40
+ "color": "green",
41
+ "value": 1
42
+ }
43
+ ]
44
+ },
45
+ "mappings": [
46
+ {
47
+ "type": "value",
48
+ "options": {
49
+ "0": {
50
+ "color": "red",
51
+ "index": 0,
52
+ "text": "NO"
53
+ },
54
+ "1": {
55
+ "color": "green",
56
+ "index": 1,
57
+ "text": "YES"
58
+ }
59
+ }
60
+ }
61
+ ]
62
+ },
63
+ "overrides": []
64
+ },
65
+ "options": {
66
+ "colorMode": "background",
67
+ "graphMode": "none",
68
+ "justifyMode": "auto",
69
+ "orientation": "auto",
70
+ "reduceOptions": {
71
+ "calcs": [
72
+ "lastNotNull"
73
+ ],
74
+ "fields": "",
75
+ "values": false
76
+ },
77
+ "textMode": "auto",
78
+ "wideLayout": true
79
+ },
80
+ "targets": [
81
+ {
82
+ "refId": "A",
83
+ "datasource": {
84
+ "type": "loki",
85
+ "uid": "${DS_LOKI}"
86
+ },
87
+ "editorMode": "code",
88
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap firstExternalPaymentValue [$__range])",
89
+ "queryType": "instant"
90
+ }
91
+ ]
92
+ },
93
+ {
94
+ "id": 2,
95
+ "type": "stat",
96
+ "title": "Paid today",
97
+ "datasource": {
98
+ "type": "loki",
99
+ "uid": "${DS_LOKI}"
100
+ },
101
+ "gridPos": {
102
+ "h": 5,
103
+ "w": 6,
104
+ "x": 6,
105
+ "y": 0
106
+ },
107
+ "fieldConfig": {
108
+ "defaults": {
109
+ "unit": "short",
110
+ "color": {
111
+ "mode": "thresholds"
112
+ },
113
+ "thresholds": {
114
+ "mode": "absolute",
115
+ "steps": [
116
+ {
117
+ "color": "red",
118
+ "value": null
119
+ },
120
+ {
121
+ "color": "green",
122
+ "value": 1
123
+ }
124
+ ]
125
+ },
126
+ "mappings": [
127
+ {
128
+ "type": "value",
129
+ "options": {
130
+ "0": {
131
+ "color": "red",
132
+ "index": 0,
133
+ "text": "NO"
134
+ },
135
+ "1": {
136
+ "color": "green",
137
+ "index": 1,
138
+ "text": "YES"
139
+ }
140
+ }
141
+ }
142
+ ]
143
+ },
144
+ "overrides": []
145
+ },
146
+ "options": {
147
+ "colorMode": "background",
148
+ "graphMode": "none",
149
+ "justifyMode": "auto",
150
+ "orientation": "auto",
151
+ "reduceOptions": {
152
+ "calcs": [
153
+ "lastNotNull"
154
+ ],
155
+ "fields": "",
156
+ "values": false
157
+ },
158
+ "textMode": "auto",
159
+ "wideLayout": true
160
+ },
161
+ "targets": [
162
+ {
163
+ "refId": "A",
164
+ "datasource": {
165
+ "type": "loki",
166
+ "uid": "${DS_LOKI}"
167
+ },
168
+ "editorMode": "code",
169
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap sameDayExternalPaymentValue [$__range])",
170
+ "queryType": "instant"
171
+ }
172
+ ]
173
+ },
174
+ {
175
+ "id": 3,
176
+ "type": "stat",
177
+ "title": "Booked revenue",
178
+ "datasource": {
179
+ "type": "loki",
180
+ "uid": "${DS_LOKI}"
181
+ },
182
+ "gridPos": {
183
+ "h": 5,
184
+ "w": 6,
185
+ "x": 12,
186
+ "y": 0
187
+ },
188
+ "fieldConfig": {
189
+ "defaults": {
190
+ "unit": "currencyUSD",
191
+ "color": {
192
+ "mode": "thresholds"
193
+ },
194
+ "thresholds": {
195
+ "mode": "absolute",
196
+ "steps": [
197
+ {
198
+ "color": "green",
199
+ "value": null
200
+ }
201
+ ]
202
+ }
203
+ },
204
+ "overrides": []
205
+ },
206
+ "options": {
207
+ "colorMode": "background",
208
+ "graphMode": "none",
209
+ "justifyMode": "auto",
210
+ "orientation": "auto",
211
+ "reduceOptions": {
212
+ "calcs": [
213
+ "lastNotNull"
214
+ ],
215
+ "fields": "",
216
+ "values": false
217
+ },
218
+ "textMode": "auto",
219
+ "wideLayout": true
220
+ },
221
+ "targets": [
222
+ {
223
+ "refId": "A",
224
+ "datasource": {
225
+ "type": "loki",
226
+ "uid": "${DS_LOKI}"
227
+ },
228
+ "editorMode": "code",
229
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap bookedRevenueDollars [$__range])",
230
+ "queryType": "instant"
231
+ }
232
+ ]
233
+ },
234
+ {
235
+ "id": 4,
236
+ "type": "stat",
237
+ "title": "$1k/hour control achieved",
238
+ "datasource": {
239
+ "type": "loki",
240
+ "uid": "${DS_LOKI}"
241
+ },
242
+ "gridPos": {
243
+ "h": 5,
244
+ "w": 6,
245
+ "x": 18,
246
+ "y": 0
247
+ },
248
+ "fieldConfig": {
249
+ "defaults": {
250
+ "unit": "short",
251
+ "color": {
252
+ "mode": "thresholds"
253
+ },
254
+ "thresholds": {
255
+ "mode": "absolute",
256
+ "steps": [
257
+ {
258
+ "color": "red",
259
+ "value": null
260
+ },
261
+ {
262
+ "color": "green",
263
+ "value": 1
264
+ }
265
+ ]
266
+ },
267
+ "mappings": [
268
+ {
269
+ "type": "value",
270
+ "options": {
271
+ "0": {
272
+ "color": "red",
273
+ "index": 0,
274
+ "text": "NO"
275
+ },
276
+ "1": {
277
+ "color": "green",
278
+ "index": 1,
279
+ "text": "YES"
280
+ }
281
+ }
282
+ }
283
+ ]
284
+ },
285
+ "overrides": []
286
+ },
287
+ "options": {
288
+ "colorMode": "background",
289
+ "graphMode": "none",
290
+ "justifyMode": "auto",
291
+ "orientation": "auto",
292
+ "reduceOptions": {
293
+ "calcs": [
294
+ "lastNotNull"
295
+ ],
296
+ "fields": "",
297
+ "values": false
298
+ },
299
+ "textMode": "auto",
300
+ "wideLayout": true
301
+ },
302
+ "targets": [
303
+ {
304
+ "refId": "A",
305
+ "datasource": {
306
+ "type": "loki",
307
+ "uid": "${DS_LOKI}"
308
+ },
309
+ "editorMode": "code",
310
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap targetAchievedValue [$__range])",
311
+ "queryType": "instant"
312
+ }
313
+ ]
314
+ },
315
+ {
316
+ "id": 5,
317
+ "type": "stat",
318
+ "title": "Verified paid rows",
319
+ "datasource": {
320
+ "type": "loki",
321
+ "uid": "${DS_LOKI}"
322
+ },
323
+ "gridPos": {
324
+ "h": 5,
325
+ "w": 6,
326
+ "x": 0,
327
+ "y": 5
328
+ },
329
+ "fieldConfig": {
330
+ "defaults": {
331
+ "unit": "short",
332
+ "color": {
333
+ "mode": "thresholds"
334
+ },
335
+ "thresholds": {
336
+ "mode": "absolute",
337
+ "steps": [
338
+ {
339
+ "color": "green",
340
+ "value": null
341
+ }
342
+ ]
343
+ }
344
+ },
345
+ "overrides": []
346
+ },
347
+ "options": {
348
+ "colorMode": "background",
349
+ "graphMode": "none",
350
+ "justifyMode": "auto",
351
+ "orientation": "auto",
352
+ "reduceOptions": {
353
+ "calcs": [
354
+ "lastNotNull"
355
+ ],
356
+ "fields": "",
357
+ "values": false
358
+ },
359
+ "textMode": "auto",
360
+ "wideLayout": true
361
+ },
362
+ "targets": [
363
+ {
364
+ "refId": "A",
365
+ "datasource": {
366
+ "type": "loki",
367
+ "uid": "${DS_LOKI}"
368
+ },
369
+ "editorMode": "code",
370
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap verifiedPaid [$__range])",
371
+ "queryType": "instant"
372
+ }
373
+ ]
374
+ },
375
+ {
376
+ "id": 6,
377
+ "type": "stat",
378
+ "title": "Pipeline evidence gaps",
379
+ "datasource": {
380
+ "type": "loki",
381
+ "uid": "${DS_LOKI}"
382
+ },
383
+ "gridPos": {
384
+ "h": 5,
385
+ "w": 6,
386
+ "x": 6,
387
+ "y": 5
388
+ },
389
+ "fieldConfig": {
390
+ "defaults": {
391
+ "unit": "short",
392
+ "color": {
393
+ "mode": "thresholds"
394
+ },
395
+ "thresholds": {
396
+ "mode": "absolute",
397
+ "steps": [
398
+ {
399
+ "color": "green",
400
+ "value": null
401
+ }
402
+ ]
403
+ }
404
+ },
405
+ "overrides": []
406
+ },
407
+ "options": {
408
+ "colorMode": "background",
409
+ "graphMode": "none",
410
+ "justifyMode": "auto",
411
+ "orientation": "auto",
412
+ "reduceOptions": {
413
+ "calcs": [
414
+ "lastNotNull"
415
+ ],
416
+ "fields": "",
417
+ "values": false
418
+ },
419
+ "textMode": "auto",
420
+ "wideLayout": true
421
+ },
422
+ "targets": [
423
+ {
424
+ "refId": "A",
425
+ "datasource": {
426
+ "type": "loki",
427
+ "uid": "${DS_LOKI}"
428
+ },
429
+ "editorMode": "code",
430
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap evidenceGapCount [$__range])",
431
+ "queryType": "instant"
432
+ }
433
+ ]
434
+ },
435
+ {
436
+ "id": 7,
437
+ "type": "stat",
438
+ "title": "Verified same-day signals",
439
+ "datasource": {
440
+ "type": "loki",
441
+ "uid": "${DS_LOKI}"
442
+ },
443
+ "gridPos": {
444
+ "h": 5,
445
+ "w": 6,
446
+ "x": 12,
447
+ "y": 5
448
+ },
449
+ "fieldConfig": {
450
+ "defaults": {
451
+ "unit": "short",
452
+ "color": {
453
+ "mode": "thresholds"
454
+ },
455
+ "thresholds": {
456
+ "mode": "absolute",
457
+ "steps": [
458
+ {
459
+ "color": "green",
460
+ "value": null
461
+ }
462
+ ]
463
+ }
464
+ },
465
+ "overrides": []
466
+ },
467
+ "options": {
468
+ "colorMode": "background",
469
+ "graphMode": "none",
470
+ "justifyMode": "auto",
471
+ "orientation": "auto",
472
+ "reduceOptions": {
473
+ "calcs": [
474
+ "lastNotNull"
475
+ ],
476
+ "fields": "",
477
+ "values": false
478
+ },
479
+ "textMode": "auto",
480
+ "wideLayout": true
481
+ },
482
+ "targets": [
483
+ {
484
+ "refId": "A",
485
+ "datasource": {
486
+ "type": "loki",
487
+ "uid": "${DS_LOKI}"
488
+ },
489
+ "editorMode": "code",
490
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap sameDayEvidencePriority [$__range])",
491
+ "queryType": "instant"
492
+ }
493
+ ]
494
+ },
495
+ {
496
+ "id": 8,
497
+ "type": "stat",
498
+ "title": "Review-only signals",
499
+ "datasource": {
500
+ "type": "loki",
501
+ "uid": "${DS_LOKI}"
502
+ },
503
+ "gridPos": {
504
+ "h": 5,
505
+ "w": 6,
506
+ "x": 18,
507
+ "y": 5
508
+ },
509
+ "fieldConfig": {
510
+ "defaults": {
511
+ "unit": "short",
512
+ "color": {
513
+ "mode": "thresholds"
514
+ },
515
+ "thresholds": {
516
+ "mode": "absolute",
517
+ "steps": [
518
+ {
519
+ "color": "green",
520
+ "value": null
521
+ }
522
+ ]
523
+ }
524
+ },
525
+ "overrides": []
526
+ },
527
+ "options": {
528
+ "colorMode": "background",
529
+ "graphMode": "none",
530
+ "justifyMode": "auto",
531
+ "orientation": "auto",
532
+ "reduceOptions": {
533
+ "calcs": [
534
+ "lastNotNull"
535
+ ],
536
+ "fields": "",
537
+ "values": false
538
+ },
539
+ "textMode": "auto",
540
+ "wideLayout": true
541
+ },
542
+ "targets": [
543
+ {
544
+ "refId": "A",
545
+ "datasource": {
546
+ "type": "loki",
547
+ "uid": "${DS_LOKI}"
548
+ },
549
+ "editorMode": "code",
550
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap sameDayReviewPriority [$__range])",
551
+ "queryType": "instant"
552
+ }
553
+ ]
554
+ },
555
+ {
556
+ "id": 9,
557
+ "type": "stat",
558
+ "title": "Approval-ready actions",
559
+ "datasource": {
560
+ "type": "loki",
561
+ "uid": "${DS_LOKI}"
562
+ },
563
+ "gridPos": {
564
+ "h": 5,
565
+ "w": 6,
566
+ "x": 0,
567
+ "y": 10
568
+ },
569
+ "fieldConfig": {
570
+ "defaults": {
571
+ "unit": "short",
572
+ "color": {
573
+ "mode": "thresholds"
574
+ },
575
+ "thresholds": {
576
+ "mode": "absolute",
577
+ "steps": [
578
+ {
579
+ "color": "green",
580
+ "value": null
581
+ }
582
+ ]
583
+ }
584
+ },
585
+ "overrides": []
586
+ },
587
+ "options": {
588
+ "colorMode": "background",
589
+ "graphMode": "none",
590
+ "justifyMode": "auto",
591
+ "orientation": "auto",
592
+ "reduceOptions": {
593
+ "calcs": [
594
+ "lastNotNull"
595
+ ],
596
+ "fields": "",
597
+ "values": false
598
+ },
599
+ "textMode": "auto",
600
+ "wideLayout": true
601
+ },
602
+ "targets": [
603
+ {
604
+ "refId": "A",
605
+ "datasource": {
606
+ "type": "loki",
607
+ "uid": "${DS_LOKI}"
608
+ },
609
+ "editorMode": "code",
610
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap approvalReady [$__range])",
611
+ "queryType": "instant"
612
+ }
613
+ ]
614
+ },
615
+ {
616
+ "id": 10,
617
+ "type": "stat",
618
+ "title": "Provider coverage complete",
619
+ "datasource": {
620
+ "type": "loki",
621
+ "uid": "${DS_LOKI}"
622
+ },
623
+ "gridPos": {
624
+ "h": 5,
625
+ "w": 6,
626
+ "x": 6,
627
+ "y": 10
628
+ },
629
+ "fieldConfig": {
630
+ "defaults": {
631
+ "unit": "short",
632
+ "color": {
633
+ "mode": "thresholds"
634
+ },
635
+ "thresholds": {
636
+ "mode": "absolute",
637
+ "steps": [
638
+ {
639
+ "color": "red",
640
+ "value": null
641
+ },
642
+ {
643
+ "color": "green",
644
+ "value": 1
645
+ }
646
+ ]
647
+ },
648
+ "mappings": [
649
+ {
650
+ "type": "value",
651
+ "options": {
652
+ "0": {
653
+ "color": "red",
654
+ "index": 0,
655
+ "text": "NO"
656
+ },
657
+ "1": {
658
+ "color": "green",
659
+ "index": 1,
660
+ "text": "YES"
661
+ }
662
+ }
663
+ }
664
+ ]
665
+ },
666
+ "overrides": []
667
+ },
668
+ "options": {
669
+ "colorMode": "background",
670
+ "graphMode": "none",
671
+ "justifyMode": "auto",
672
+ "orientation": "auto",
673
+ "reduceOptions": {
674
+ "calcs": [
675
+ "lastNotNull"
676
+ ],
677
+ "fields": "",
678
+ "values": false
679
+ },
680
+ "textMode": "auto",
681
+ "wideLayout": true
682
+ },
683
+ "targets": [
684
+ {
685
+ "refId": "A",
686
+ "datasource": {
687
+ "type": "loki",
688
+ "uid": "${DS_LOKI}"
689
+ },
690
+ "editorMode": "code",
691
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap providerCoverageCompleteValue [$__range])",
692
+ "queryType": "instant"
693
+ }
694
+ ]
695
+ },
696
+ {
697
+ "id": 11,
698
+ "type": "stat",
699
+ "title": "Production healthy",
700
+ "datasource": {
701
+ "type": "loki",
702
+ "uid": "${DS_LOKI}"
703
+ },
704
+ "gridPos": {
705
+ "h": 5,
706
+ "w": 6,
707
+ "x": 12,
708
+ "y": 10
709
+ },
710
+ "fieldConfig": {
711
+ "defaults": {
712
+ "unit": "short",
713
+ "color": {
714
+ "mode": "thresholds"
715
+ },
716
+ "thresholds": {
717
+ "mode": "absolute",
718
+ "steps": [
719
+ {
720
+ "color": "red",
721
+ "value": null
722
+ },
723
+ {
724
+ "color": "green",
725
+ "value": 1
726
+ }
727
+ ]
728
+ },
729
+ "mappings": [
730
+ {
731
+ "type": "value",
732
+ "options": {
733
+ "0": {
734
+ "color": "red",
735
+ "index": 0,
736
+ "text": "NO"
737
+ },
738
+ "1": {
739
+ "color": "green",
740
+ "index": 1,
741
+ "text": "YES"
742
+ }
743
+ }
744
+ }
745
+ ]
746
+ },
747
+ "overrides": []
748
+ },
749
+ "options": {
750
+ "colorMode": "background",
751
+ "graphMode": "none",
752
+ "justifyMode": "auto",
753
+ "orientation": "auto",
754
+ "reduceOptions": {
755
+ "calcs": [
756
+ "lastNotNull"
757
+ ],
758
+ "fields": "",
759
+ "values": false
760
+ },
761
+ "textMode": "auto",
762
+ "wideLayout": true
763
+ },
764
+ "targets": [
765
+ {
766
+ "refId": "A",
767
+ "datasource": {
768
+ "type": "loki",
769
+ "uid": "${DS_LOKI}"
770
+ },
771
+ "editorMode": "code",
772
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap productionHealthyValue [$__range])",
773
+ "queryType": "instant"
774
+ }
775
+ ]
776
+ },
777
+ {
778
+ "id": 12,
779
+ "type": "stat",
780
+ "title": "Candidate deployed",
781
+ "datasource": {
782
+ "type": "loki",
783
+ "uid": "${DS_LOKI}"
784
+ },
785
+ "gridPos": {
786
+ "h": 5,
787
+ "w": 6,
788
+ "x": 18,
789
+ "y": 10
790
+ },
791
+ "fieldConfig": {
792
+ "defaults": {
793
+ "unit": "short",
794
+ "color": {
795
+ "mode": "thresholds"
796
+ },
797
+ "thresholds": {
798
+ "mode": "absolute",
799
+ "steps": [
800
+ {
801
+ "color": "red",
802
+ "value": null
803
+ },
804
+ {
805
+ "color": "green",
806
+ "value": 1
807
+ }
808
+ ]
809
+ },
810
+ "mappings": [
811
+ {
812
+ "type": "value",
813
+ "options": {
814
+ "0": {
815
+ "color": "red",
816
+ "index": 0,
817
+ "text": "NO"
818
+ },
819
+ "1": {
820
+ "color": "green",
821
+ "index": 1,
822
+ "text": "YES"
823
+ }
824
+ }
825
+ }
826
+ ]
827
+ },
828
+ "overrides": []
829
+ },
830
+ "options": {
831
+ "colorMode": "background",
832
+ "graphMode": "none",
833
+ "justifyMode": "auto",
834
+ "orientation": "auto",
835
+ "reduceOptions": {
836
+ "calcs": [
837
+ "lastNotNull"
838
+ ],
839
+ "fields": "",
840
+ "values": false
841
+ },
842
+ "textMode": "auto",
843
+ "wideLayout": true
844
+ },
845
+ "targets": [
846
+ {
847
+ "refId": "A",
848
+ "datasource": {
849
+ "type": "loki",
850
+ "uid": "${DS_LOKI}"
851
+ },
852
+ "editorMode": "code",
853
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap expectedRevisionDeployedValue [$__range])",
854
+ "queryType": "instant"
855
+ }
856
+ ]
857
+ },
858
+ {
859
+ "id": 15,
860
+ "type": "stat",
861
+ "title": "Observed visitors",
862
+ "datasource": {
863
+ "type": "loki",
864
+ "uid": "${DS_LOKI}"
865
+ },
866
+ "gridPos": {
867
+ "h": 5,
868
+ "w": 6,
869
+ "x": 0,
870
+ "y": 15
871
+ },
872
+ "fieldConfig": {
873
+ "defaults": {
874
+ "unit": "short",
875
+ "color": {
876
+ "mode": "thresholds"
877
+ },
878
+ "thresholds": {
879
+ "mode": "absolute",
880
+ "steps": [
881
+ {
882
+ "color": "green",
883
+ "value": null
884
+ }
885
+ ]
886
+ }
887
+ },
888
+ "overrides": []
889
+ },
890
+ "options": {
891
+ "colorMode": "background",
892
+ "graphMode": "none",
893
+ "justifyMode": "auto",
894
+ "orientation": "auto",
895
+ "reduceOptions": {
896
+ "calcs": [
897
+ "lastNotNull"
898
+ ],
899
+ "fields": "",
900
+ "values": false
901
+ },
902
+ "textMode": "auto",
903
+ "wideLayout": true
904
+ },
905
+ "targets": [
906
+ {
907
+ "refId": "A",
908
+ "datasource": {
909
+ "type": "loki",
910
+ "uid": "${DS_LOKI}"
911
+ },
912
+ "editorMode": "code",
913
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap observedVisitors [$__range])",
914
+ "queryType": "instant"
915
+ }
916
+ ]
917
+ },
918
+ {
919
+ "id": 16,
920
+ "type": "stat",
921
+ "title": "Observed CTA clicks",
922
+ "datasource": {
923
+ "type": "loki",
924
+ "uid": "${DS_LOKI}"
925
+ },
926
+ "gridPos": {
927
+ "h": 5,
928
+ "w": 6,
929
+ "x": 6,
930
+ "y": 15
931
+ },
932
+ "fieldConfig": {
933
+ "defaults": {
934
+ "unit": "short",
935
+ "color": {
936
+ "mode": "thresholds"
937
+ },
938
+ "thresholds": {
939
+ "mode": "absolute",
940
+ "steps": [
941
+ {
942
+ "color": "green",
943
+ "value": null
944
+ }
945
+ ]
946
+ }
947
+ },
948
+ "overrides": []
949
+ },
950
+ "options": {
951
+ "colorMode": "background",
952
+ "graphMode": "none",
953
+ "justifyMode": "auto",
954
+ "orientation": "auto",
955
+ "reduceOptions": {
956
+ "calcs": [
957
+ "lastNotNull"
958
+ ],
959
+ "fields": "",
960
+ "values": false
961
+ },
962
+ "textMode": "auto",
963
+ "wideLayout": true
964
+ },
965
+ "targets": [
966
+ {
967
+ "refId": "A",
968
+ "datasource": {
969
+ "type": "loki",
970
+ "uid": "${DS_LOKI}"
971
+ },
972
+ "editorMode": "code",
973
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap observedCtaClicks [$__range])",
974
+ "queryType": "instant"
975
+ }
976
+ ]
977
+ },
978
+ {
979
+ "id": 17,
980
+ "type": "stat",
981
+ "title": "Observed checkout starts",
982
+ "datasource": {
983
+ "type": "loki",
984
+ "uid": "${DS_LOKI}"
985
+ },
986
+ "gridPos": {
987
+ "h": 5,
988
+ "w": 6,
989
+ "x": 12,
990
+ "y": 15
991
+ },
992
+ "fieldConfig": {
993
+ "defaults": {
994
+ "unit": "short",
995
+ "color": {
996
+ "mode": "thresholds"
997
+ },
998
+ "thresholds": {
999
+ "mode": "absolute",
1000
+ "steps": [
1001
+ {
1002
+ "color": "green",
1003
+ "value": null
1004
+ }
1005
+ ]
1006
+ }
1007
+ },
1008
+ "overrides": []
1009
+ },
1010
+ "options": {
1011
+ "colorMode": "background",
1012
+ "graphMode": "none",
1013
+ "justifyMode": "auto",
1014
+ "orientation": "auto",
1015
+ "reduceOptions": {
1016
+ "calcs": [
1017
+ "lastNotNull"
1018
+ ],
1019
+ "fields": "",
1020
+ "values": false
1021
+ },
1022
+ "textMode": "auto",
1023
+ "wideLayout": true
1024
+ },
1025
+ "targets": [
1026
+ {
1027
+ "refId": "A",
1028
+ "datasource": {
1029
+ "type": "loki",
1030
+ "uid": "${DS_LOKI}"
1031
+ },
1032
+ "editorMode": "code",
1033
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap observedCheckoutStarts [$__range])",
1034
+ "queryType": "instant"
1035
+ }
1036
+ ]
1037
+ },
1038
+ {
1039
+ "id": 18,
1040
+ "type": "stat",
1041
+ "title": "Observed diagnostic starts",
1042
+ "datasource": {
1043
+ "type": "loki",
1044
+ "uid": "${DS_LOKI}"
1045
+ },
1046
+ "gridPos": {
1047
+ "h": 5,
1048
+ "w": 6,
1049
+ "x": 18,
1050
+ "y": 15
1051
+ },
1052
+ "fieldConfig": {
1053
+ "defaults": {
1054
+ "unit": "short",
1055
+ "color": {
1056
+ "mode": "thresholds"
1057
+ },
1058
+ "thresholds": {
1059
+ "mode": "absolute",
1060
+ "steps": [
1061
+ {
1062
+ "color": "green",
1063
+ "value": null
1064
+ }
1065
+ ]
1066
+ }
1067
+ },
1068
+ "overrides": []
1069
+ },
1070
+ "options": {
1071
+ "colorMode": "background",
1072
+ "graphMode": "none",
1073
+ "justifyMode": "auto",
1074
+ "orientation": "auto",
1075
+ "reduceOptions": {
1076
+ "calcs": [
1077
+ "lastNotNull"
1078
+ ],
1079
+ "fields": "",
1080
+ "values": false
1081
+ },
1082
+ "textMode": "auto",
1083
+ "wideLayout": true
1084
+ },
1085
+ "targets": [
1086
+ {
1087
+ "refId": "A",
1088
+ "datasource": {
1089
+ "type": "loki",
1090
+ "uid": "${DS_LOKI}"
1091
+ },
1092
+ "editorMode": "code",
1093
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap observedDiagnosticCheckoutStarts [$__range])",
1094
+ "queryType": "instant"
1095
+ }
1096
+ ]
1097
+ },
1098
+ {
1099
+ "id": 19,
1100
+ "type": "stat",
1101
+ "title": "Observed sprint intakes",
1102
+ "datasource": {
1103
+ "type": "loki",
1104
+ "uid": "${DS_LOKI}"
1105
+ },
1106
+ "gridPos": {
1107
+ "h": 5,
1108
+ "w": 6,
1109
+ "x": 0,
1110
+ "y": 20
1111
+ },
1112
+ "fieldConfig": {
1113
+ "defaults": {
1114
+ "unit": "short",
1115
+ "color": {
1116
+ "mode": "thresholds"
1117
+ },
1118
+ "thresholds": {
1119
+ "mode": "absolute",
1120
+ "steps": [
1121
+ {
1122
+ "color": "green",
1123
+ "value": null
1124
+ }
1125
+ ]
1126
+ }
1127
+ },
1128
+ "overrides": []
1129
+ },
1130
+ "options": {
1131
+ "colorMode": "background",
1132
+ "graphMode": "none",
1133
+ "justifyMode": "auto",
1134
+ "orientation": "auto",
1135
+ "reduceOptions": {
1136
+ "calcs": [
1137
+ "lastNotNull"
1138
+ ],
1139
+ "fields": "",
1140
+ "values": false
1141
+ },
1142
+ "textMode": "auto",
1143
+ "wideLayout": true
1144
+ },
1145
+ "targets": [
1146
+ {
1147
+ "refId": "A",
1148
+ "datasource": {
1149
+ "type": "loki",
1150
+ "uid": "${DS_LOKI}"
1151
+ },
1152
+ "editorMode": "code",
1153
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap observedWorkflowSprintIntakeCount [$__range])",
1154
+ "queryType": "instant"
1155
+ }
1156
+ ]
1157
+ },
1158
+ {
1159
+ "id": 20,
1160
+ "type": "stat",
1161
+ "title": "Observed complete intakes",
1162
+ "datasource": {
1163
+ "type": "loki",
1164
+ "uid": "${DS_LOKI}"
1165
+ },
1166
+ "gridPos": {
1167
+ "h": 5,
1168
+ "w": 6,
1169
+ "x": 6,
1170
+ "y": 20
1171
+ },
1172
+ "fieldConfig": {
1173
+ "defaults": {
1174
+ "unit": "short",
1175
+ "color": {
1176
+ "mode": "thresholds"
1177
+ },
1178
+ "thresholds": {
1179
+ "mode": "absolute",
1180
+ "steps": [
1181
+ {
1182
+ "color": "green",
1183
+ "value": null
1184
+ }
1185
+ ]
1186
+ }
1187
+ },
1188
+ "overrides": []
1189
+ },
1190
+ "options": {
1191
+ "colorMode": "background",
1192
+ "graphMode": "none",
1193
+ "justifyMode": "auto",
1194
+ "orientation": "auto",
1195
+ "reduceOptions": {
1196
+ "calcs": [
1197
+ "lastNotNull"
1198
+ ],
1199
+ "fields": "",
1200
+ "values": false
1201
+ },
1202
+ "textMode": "auto",
1203
+ "wideLayout": true
1204
+ },
1205
+ "targets": [
1206
+ {
1207
+ "refId": "A",
1208
+ "datasource": {
1209
+ "type": "loki",
1210
+ "uid": "${DS_LOKI}"
1211
+ },
1212
+ "editorMode": "code",
1213
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap observedCompleteWorkflowSprintIntakeCount [$__range])",
1214
+ "queryType": "instant"
1215
+ }
1216
+ ]
1217
+ },
1218
+ {
1219
+ "id": 21,
1220
+ "type": "stat",
1221
+ "title": "Lifecycle-qualified leads",
1222
+ "datasource": {
1223
+ "type": "loki",
1224
+ "uid": "${DS_LOKI}"
1225
+ },
1226
+ "gridPos": {
1227
+ "h": 5,
1228
+ "w": 6,
1229
+ "x": 12,
1230
+ "y": 20
1231
+ },
1232
+ "fieldConfig": {
1233
+ "defaults": {
1234
+ "unit": "short",
1235
+ "color": {
1236
+ "mode": "thresholds"
1237
+ },
1238
+ "thresholds": {
1239
+ "mode": "absolute",
1240
+ "steps": [
1241
+ {
1242
+ "color": "green",
1243
+ "value": null
1244
+ }
1245
+ ]
1246
+ }
1247
+ },
1248
+ "overrides": []
1249
+ },
1250
+ "options": {
1251
+ "colorMode": "background",
1252
+ "graphMode": "none",
1253
+ "justifyMode": "auto",
1254
+ "orientation": "auto",
1255
+ "reduceOptions": {
1256
+ "calcs": [
1257
+ "lastNotNull"
1258
+ ],
1259
+ "fields": "",
1260
+ "values": false
1261
+ },
1262
+ "textMode": "auto",
1263
+ "wideLayout": true
1264
+ },
1265
+ "targets": [
1266
+ {
1267
+ "refId": "A",
1268
+ "datasource": {
1269
+ "type": "loki",
1270
+ "uid": "${DS_LOKI}"
1271
+ },
1272
+ "editorMode": "code",
1273
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap observedLifecycleQualifiedWorkflowSprintLeadCount [$__range])",
1274
+ "queryType": "instant"
1275
+ }
1276
+ ]
1277
+ },
1278
+ {
1279
+ "id": 22,
1280
+ "type": "stat",
1281
+ "title": "Hosted funnel attached",
1282
+ "datasource": {
1283
+ "type": "loki",
1284
+ "uid": "${DS_LOKI}"
1285
+ },
1286
+ "gridPos": {
1287
+ "h": 5,
1288
+ "w": 6,
1289
+ "x": 18,
1290
+ "y": 20
1291
+ },
1292
+ "fieldConfig": {
1293
+ "defaults": {
1294
+ "unit": "short",
1295
+ "color": {
1296
+ "mode": "thresholds"
1297
+ },
1298
+ "thresholds": {
1299
+ "mode": "absolute",
1300
+ "steps": [
1301
+ {
1302
+ "color": "red",
1303
+ "value": null
1304
+ },
1305
+ {
1306
+ "color": "green",
1307
+ "value": 1
1308
+ }
1309
+ ]
1310
+ },
1311
+ "mappings": [
1312
+ {
1313
+ "type": "value",
1314
+ "options": {
1315
+ "0": {
1316
+ "color": "red",
1317
+ "index": 0,
1318
+ "text": "NO"
1319
+ },
1320
+ "1": {
1321
+ "color": "green",
1322
+ "index": 1,
1323
+ "text": "YES"
1324
+ }
1325
+ }
1326
+ }
1327
+ ]
1328
+ },
1329
+ "overrides": []
1330
+ },
1331
+ "options": {
1332
+ "colorMode": "background",
1333
+ "graphMode": "none",
1334
+ "justifyMode": "auto",
1335
+ "orientation": "auto",
1336
+ "reduceOptions": {
1337
+ "calcs": [
1338
+ "lastNotNull"
1339
+ ],
1340
+ "fields": "",
1341
+ "values": false
1342
+ },
1343
+ "textMode": "auto",
1344
+ "wideLayout": true
1345
+ },
1346
+ "targets": [
1347
+ {
1348
+ "refId": "A",
1349
+ "datasource": {
1350
+ "type": "loki",
1351
+ "uid": "${DS_LOKI}"
1352
+ },
1353
+ "editorMode": "code",
1354
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap observedFunnelAvailableValue [$__range])",
1355
+ "queryType": "instant"
1356
+ }
1357
+ ]
1358
+ },
1359
+ {
1360
+ "id": 23,
1361
+ "type": "stat",
1362
+ "title": "Reviewed intake close queue attached",
1363
+ "datasource": {
1364
+ "type": "loki",
1365
+ "uid": "${DS_LOKI}"
1366
+ },
1367
+ "gridPos": {
1368
+ "h": 5,
1369
+ "w": 6,
1370
+ "x": 0,
1371
+ "y": 25
1372
+ },
1373
+ "fieldConfig": {
1374
+ "defaults": {
1375
+ "unit": "short",
1376
+ "color": {
1377
+ "mode": "thresholds"
1378
+ },
1379
+ "thresholds": {
1380
+ "mode": "absolute",
1381
+ "steps": [
1382
+ {
1383
+ "color": "red",
1384
+ "value": null
1385
+ },
1386
+ {
1387
+ "color": "green",
1388
+ "value": 1
1389
+ }
1390
+ ]
1391
+ },
1392
+ "mappings": [
1393
+ {
1394
+ "type": "value",
1395
+ "options": {
1396
+ "0": {
1397
+ "color": "red",
1398
+ "index": 0,
1399
+ "text": "NO"
1400
+ },
1401
+ "1": {
1402
+ "color": "green",
1403
+ "index": 1,
1404
+ "text": "YES"
1405
+ }
1406
+ }
1407
+ }
1408
+ ]
1409
+ },
1410
+ "overrides": []
1411
+ },
1412
+ "options": {
1413
+ "colorMode": "background",
1414
+ "graphMode": "none",
1415
+ "justifyMode": "auto",
1416
+ "orientation": "auto",
1417
+ "reduceOptions": {
1418
+ "calcs": [
1419
+ "lastNotNull"
1420
+ ],
1421
+ "fields": "",
1422
+ "values": false
1423
+ },
1424
+ "textMode": "auto",
1425
+ "wideLayout": true
1426
+ },
1427
+ "targets": [
1428
+ {
1429
+ "refId": "A",
1430
+ "datasource": {
1431
+ "type": "loki",
1432
+ "uid": "${DS_LOKI}"
1433
+ },
1434
+ "editorMode": "code",
1435
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap observedIntakeCloseQueueAvailableValue [$__range])",
1436
+ "queryType": "instant"
1437
+ }
1438
+ ]
1439
+ },
1440
+ {
1441
+ "id": 24,
1442
+ "type": "stat",
1443
+ "title": "Approval-ready reviewed intakes",
1444
+ "datasource": {
1445
+ "type": "loki",
1446
+ "uid": "${DS_LOKI}"
1447
+ },
1448
+ "gridPos": {
1449
+ "h": 5,
1450
+ "w": 6,
1451
+ "x": 6,
1452
+ "y": 25
1453
+ },
1454
+ "fieldConfig": {
1455
+ "defaults": {
1456
+ "unit": "short",
1457
+ "color": {
1458
+ "mode": "thresholds"
1459
+ },
1460
+ "thresholds": {
1461
+ "mode": "absolute",
1462
+ "steps": [
1463
+ {
1464
+ "color": "green",
1465
+ "value": null
1466
+ }
1467
+ ]
1468
+ }
1469
+ },
1470
+ "overrides": []
1471
+ },
1472
+ "options": {
1473
+ "colorMode": "background",
1474
+ "graphMode": "none",
1475
+ "justifyMode": "auto",
1476
+ "orientation": "auto",
1477
+ "reduceOptions": {
1478
+ "calcs": [
1479
+ "lastNotNull"
1480
+ ],
1481
+ "fields": "",
1482
+ "values": false
1483
+ },
1484
+ "textMode": "auto",
1485
+ "wideLayout": true
1486
+ },
1487
+ "targets": [
1488
+ {
1489
+ "refId": "A",
1490
+ "datasource": {
1491
+ "type": "loki",
1492
+ "uid": "${DS_LOKI}"
1493
+ },
1494
+ "editorMode": "code",
1495
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap observedApprovalReadyIntakeCount [$__range])",
1496
+ "queryType": "instant"
1497
+ }
1498
+ ]
1499
+ },
1500
+ {
1501
+ "id": 25,
1502
+ "type": "stat",
1503
+ "title": "Discovery replies awaiting approval",
1504
+ "datasource": {
1505
+ "type": "loki",
1506
+ "uid": "${DS_LOKI}"
1507
+ },
1508
+ "gridPos": {
1509
+ "h": 5,
1510
+ "w": 6,
1511
+ "x": 12,
1512
+ "y": 25
1513
+ },
1514
+ "fieldConfig": {
1515
+ "defaults": {
1516
+ "unit": "short",
1517
+ "color": {
1518
+ "mode": "thresholds"
1519
+ },
1520
+ "thresholds": {
1521
+ "mode": "absolute",
1522
+ "steps": [
1523
+ {
1524
+ "color": "green",
1525
+ "value": null
1526
+ }
1527
+ ]
1528
+ }
1529
+ },
1530
+ "overrides": []
1531
+ },
1532
+ "options": {
1533
+ "colorMode": "background",
1534
+ "graphMode": "none",
1535
+ "justifyMode": "auto",
1536
+ "orientation": "auto",
1537
+ "reduceOptions": {
1538
+ "calcs": [
1539
+ "lastNotNull"
1540
+ ],
1541
+ "fields": "",
1542
+ "values": false
1543
+ },
1544
+ "textMode": "auto",
1545
+ "wideLayout": true
1546
+ },
1547
+ "targets": [
1548
+ {
1549
+ "refId": "A",
1550
+ "datasource": {
1551
+ "type": "loki",
1552
+ "uid": "${DS_LOKI}"
1553
+ },
1554
+ "editorMode": "code",
1555
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap observedDiscoveryReadyIntakeCount [$__range])",
1556
+ "queryType": "instant"
1557
+ }
1558
+ ]
1559
+ },
1560
+ {
1561
+ "id": 26,
1562
+ "type": "stat",
1563
+ "title": "Stripe catalog attached",
1564
+ "datasource": {
1565
+ "type": "loki",
1566
+ "uid": "${DS_LOKI}"
1567
+ },
1568
+ "gridPos": {
1569
+ "h": 5,
1570
+ "w": 6,
1571
+ "x": 0,
1572
+ "y": 30
1573
+ },
1574
+ "fieldConfig": {
1575
+ "defaults": {
1576
+ "unit": "short",
1577
+ "color": {
1578
+ "mode": "thresholds"
1579
+ },
1580
+ "thresholds": {
1581
+ "mode": "absolute",
1582
+ "steps": [
1583
+ {
1584
+ "color": "red",
1585
+ "value": null
1586
+ },
1587
+ {
1588
+ "color": "green",
1589
+ "value": 1
1590
+ }
1591
+ ]
1592
+ },
1593
+ "mappings": [
1594
+ {
1595
+ "type": "value",
1596
+ "options": {
1597
+ "0": {
1598
+ "color": "red",
1599
+ "index": 0,
1600
+ "text": "NO"
1601
+ },
1602
+ "1": {
1603
+ "color": "green",
1604
+ "index": 1,
1605
+ "text": "YES"
1606
+ }
1607
+ }
1608
+ }
1609
+ ]
1610
+ },
1611
+ "overrides": []
1612
+ },
1613
+ "options": {
1614
+ "colorMode": "background",
1615
+ "graphMode": "none",
1616
+ "justifyMode": "auto",
1617
+ "orientation": "auto",
1618
+ "reduceOptions": {
1619
+ "calcs": [
1620
+ "lastNotNull"
1621
+ ],
1622
+ "fields": "",
1623
+ "values": false
1624
+ },
1625
+ "textMode": "auto",
1626
+ "wideLayout": true
1627
+ },
1628
+ "targets": [
1629
+ {
1630
+ "refId": "A",
1631
+ "datasource": {
1632
+ "type": "loki",
1633
+ "uid": "${DS_LOKI}"
1634
+ },
1635
+ "editorMode": "code",
1636
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap stripeCatalogAttachedValue [$__range])",
1637
+ "queryType": "instant"
1638
+ }
1639
+ ]
1640
+ },
1641
+ {
1642
+ "id": 27,
1643
+ "type": "stat",
1644
+ "title": "Stripe catalog verified",
1645
+ "datasource": {
1646
+ "type": "loki",
1647
+ "uid": "${DS_LOKI}"
1648
+ },
1649
+ "gridPos": {
1650
+ "h": 5,
1651
+ "w": 6,
1652
+ "x": 6,
1653
+ "y": 30
1654
+ },
1655
+ "fieldConfig": {
1656
+ "defaults": {
1657
+ "unit": "short",
1658
+ "color": {
1659
+ "mode": "thresholds"
1660
+ },
1661
+ "thresholds": {
1662
+ "mode": "absolute",
1663
+ "steps": [
1664
+ {
1665
+ "color": "red",
1666
+ "value": null
1667
+ },
1668
+ {
1669
+ "color": "green",
1670
+ "value": 1
1671
+ }
1672
+ ]
1673
+ },
1674
+ "mappings": [
1675
+ {
1676
+ "type": "value",
1677
+ "options": {
1678
+ "0": {
1679
+ "color": "red",
1680
+ "index": 0,
1681
+ "text": "NO"
1682
+ },
1683
+ "1": {
1684
+ "color": "green",
1685
+ "index": 1,
1686
+ "text": "YES"
1687
+ }
1688
+ }
1689
+ }
1690
+ ]
1691
+ },
1692
+ "overrides": []
1693
+ },
1694
+ "options": {
1695
+ "colorMode": "background",
1696
+ "graphMode": "none",
1697
+ "justifyMode": "auto",
1698
+ "orientation": "auto",
1699
+ "reduceOptions": {
1700
+ "calcs": [
1701
+ "lastNotNull"
1702
+ ],
1703
+ "fields": "",
1704
+ "values": false
1705
+ },
1706
+ "textMode": "auto",
1707
+ "wideLayout": true
1708
+ },
1709
+ "targets": [
1710
+ {
1711
+ "refId": "A",
1712
+ "datasource": {
1713
+ "type": "loki",
1714
+ "uid": "${DS_LOKI}"
1715
+ },
1716
+ "editorMode": "code",
1717
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap stripeCatalogVerifiedValue [$__range])",
1718
+ "queryType": "instant"
1719
+ }
1720
+ ]
1721
+ },
1722
+ {
1723
+ "id": 28,
1724
+ "type": "stat",
1725
+ "title": "Stripe price drift",
1726
+ "datasource": {
1727
+ "type": "loki",
1728
+ "uid": "${DS_LOKI}"
1729
+ },
1730
+ "gridPos": {
1731
+ "h": 5,
1732
+ "w": 6,
1733
+ "x": 12,
1734
+ "y": 30
1735
+ },
1736
+ "fieldConfig": {
1737
+ "defaults": {
1738
+ "unit": "short",
1739
+ "color": {
1740
+ "mode": "thresholds"
1741
+ },
1742
+ "thresholds": {
1743
+ "mode": "absolute",
1744
+ "steps": [
1745
+ {
1746
+ "color": "green",
1747
+ "value": null
1748
+ }
1749
+ ]
1750
+ }
1751
+ },
1752
+ "overrides": []
1753
+ },
1754
+ "options": {
1755
+ "colorMode": "background",
1756
+ "graphMode": "none",
1757
+ "justifyMode": "auto",
1758
+ "orientation": "auto",
1759
+ "reduceOptions": {
1760
+ "calcs": [
1761
+ "lastNotNull"
1762
+ ],
1763
+ "fields": "",
1764
+ "values": false
1765
+ },
1766
+ "textMode": "auto",
1767
+ "wideLayout": true
1768
+ },
1769
+ "targets": [
1770
+ {
1771
+ "refId": "A",
1772
+ "datasource": {
1773
+ "type": "loki",
1774
+ "uid": "${DS_LOKI}"
1775
+ },
1776
+ "editorMode": "code",
1777
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap stripeCatalogPriceDriftCount [$__range])",
1778
+ "queryType": "instant"
1779
+ }
1780
+ ]
1781
+ },
1782
+ {
1783
+ "id": 29,
1784
+ "type": "stat",
1785
+ "title": "Stripe payment-rail drift",
1786
+ "datasource": {
1787
+ "type": "loki",
1788
+ "uid": "${DS_LOKI}"
1789
+ },
1790
+ "gridPos": {
1791
+ "h": 5,
1792
+ "w": 6,
1793
+ "x": 18,
1794
+ "y": 30
1795
+ },
1796
+ "fieldConfig": {
1797
+ "defaults": {
1798
+ "unit": "short",
1799
+ "color": {
1800
+ "mode": "thresholds"
1801
+ },
1802
+ "thresholds": {
1803
+ "mode": "absolute",
1804
+ "steps": [
1805
+ {
1806
+ "color": "green",
1807
+ "value": null
1808
+ }
1809
+ ]
1810
+ }
1811
+ },
1812
+ "overrides": []
1813
+ },
1814
+ "options": {
1815
+ "colorMode": "background",
1816
+ "graphMode": "none",
1817
+ "justifyMode": "auto",
1818
+ "orientation": "auto",
1819
+ "reduceOptions": {
1820
+ "calcs": [
1821
+ "lastNotNull"
1822
+ ],
1823
+ "fields": "",
1824
+ "values": false
1825
+ },
1826
+ "textMode": "auto",
1827
+ "wideLayout": true
1828
+ },
1829
+ "targets": [
1830
+ {
1831
+ "refId": "A",
1832
+ "datasource": {
1833
+ "type": "loki",
1834
+ "uid": "${DS_LOKI}"
1835
+ },
1836
+ "editorMode": "code",
1837
+ "expr": "last_over_time({service_name=\"thumbgate\", event=\"revenue_evidence\"} | json | unwrap stripeCatalogPaymentRailDriftCount [$__range])",
1838
+ "queryType": "instant"
1839
+ }
1840
+ ]
1841
+ },
1842
+ {
1843
+ "id": 13,
1844
+ "type": "logs",
1845
+ "title": "Revenue evidence snapshots",
1846
+ "datasource": {
1847
+ "type": "loki",
1848
+ "uid": "${DS_LOKI}"
1849
+ },
1850
+ "gridPos": {
1851
+ "h": 10,
1852
+ "w": 24,
1853
+ "x": 0,
1854
+ "y": 35
1855
+ },
1856
+ "options": {
1857
+ "dedupStrategy": "signature",
1858
+ "enableLogDetails": true,
1859
+ "prettifyLogMessage": true,
1860
+ "showCommonLabels": false,
1861
+ "showLabels": false,
1862
+ "showTime": true,
1863
+ "sortOrder": "Descending",
1864
+ "wrapLogMessage": true
1865
+ },
1866
+ "targets": [
1867
+ {
1868
+ "refId": "A",
1869
+ "datasource": {
1870
+ "type": "loki",
1871
+ "uid": "${DS_LOKI}"
1872
+ },
1873
+ "editorMode": "code",
1874
+ "expr": "{service_name=\"thumbgate\", event=\"revenue_evidence\"} | json",
1875
+ "queryType": "range"
1876
+ }
1877
+ ]
1878
+ },
1879
+ {
1880
+ "id": 14,
1881
+ "type": "text",
1882
+ "title": "Claim boundary",
1883
+ "gridPos": {
1884
+ "h": 5,
1885
+ "w": 24,
1886
+ "x": 0,
1887
+ "y": 45
1888
+ },
1889
+ "options": {
1890
+ "mode": "markdown",
1891
+ "content": "**Aggregate operational evidence only. A dashboard row does not prove a payment, customer, revenue, or target outcome beyond the provider-verified source snapshot.**\n\nObserved funnel panels are first-party activity counts, not payment proof. A lead is lifecycle-qualified only after its stored status reaches `qualified` or later. Approval-ready reviewed intakes are aggregate operator actions, not authorization, outreach, payment, or revenue. Stripe catalog verification proves exact offer and public Payment Link configuration, not a purchase. Zero-spend rule: keep Grafana Cloud on the free-forever plan and use aggregate fields only."
1892
+ }
1893
+ }
1894
+ ],
1895
+ "refresh": "5m",
1896
+ "schemaVersion": 41,
1897
+ "tags": [
1898
+ "thumbgate",
1899
+ "revenue",
1900
+ "evidence"
1901
+ ],
1902
+ "templating": {
1903
+ "list": [
1904
+ {
1905
+ "name": "DS_LOKI",
1906
+ "type": "datasource",
1907
+ "label": "Grafana Cloud Logs",
1908
+ "query": "loki",
1909
+ "current": {},
1910
+ "hide": 0,
1911
+ "includeAll": false,
1912
+ "multi": false,
1913
+ "options": [],
1914
+ "refresh": 1,
1915
+ "regex": "",
1916
+ "skipUrlSync": false
1917
+ }
1918
+ ]
1919
+ },
1920
+ "time": {
1921
+ "from": "now-24h",
1922
+ "to": "now"
1923
+ },
1924
+ "timepicker": {},
1925
+ "timezone": "browser",
1926
+ "title": "ThumbGate Revenue Evidence",
1927
+ "uid": "thumbgate-revenue-evidence",
1928
+ "version": 1,
1929
+ "weekStart": ""
1930
+ }