-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues-example.yaml
851 lines (851 loc) · 36.6 KB
/
values-example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
prometheus:
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: tap-ingress-selfsigned
hosts:
- "prometheus.example.org"
tls:
- secretName: grafana-cert
hosts:
- "prometheus.example.org"
grafana:
adminPassword: "xxxx"
persistence:
type: pvc
enabled: true
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: tap-ingress-selfsigned
hosts:
- "grafana.example.org"
tls:
- secretName: grafana-cert
hosts:
- "grafana.example.org"
kube-state-metrics:
rbac:
extraRules:
- apiGroups: ["carto.run"]
resources: ["deliverables","workloads"]
verbs: ["list", "watch"]
- apiGroups: ["source.toolkit.fluxcd.io"]
resources: ["gitrepositories"]
verbs: ["list", "watch"]
- apiGroups: ["tekton.dev"]
resources: ["taskruns","pipelineruns"]
verbs: ["list", "watch"]
- apiGroups: ["scanning.apps.tanzu.vmware.com"]
resources: ["imagescans","sourcescans"]
verbs: ["list", "watch"]
- apiGroups: ["kpack.io"]
resources: ["images","builds"]
verbs: ["list", "watch"]
- apiGroups: ["packaging.carvel.dev"]
resources: ["packagerepositories","packageinstalls"]
verbs: ["list", "watch"]
- apiGroups: ["kappctrl.k14s.io"]
resources: ["apps"]
verbs: ["list", "watch"]
- apiGroups: ["serving.knative.dev"]
resources: ["services","revisions"]
verbs: ["list", "watch"]
- apiGroups: ["servicebinding.io"]
resources: ["servicebindings"]
verbs: ["list", "watch"]
- apiGroups: ["services.apps.tanzu.vmware.com"]
resources: ["clusterinstanceclasses","classclaims","resourceclaims"]
verbs: ["list", "watch"]
- apiGroups: ["apis.apps.tanzu.vmware.com"]
resources: ["apidescriptors"]
verbs: ["list", "watch"]
- apiGroups: ["accelerator.apps.tanzu.vmware.com"]
resources: ["accelerators","fragments"]
verbs: ["list", "watch"]
customResourceState:
enabled: true
config:
spec:
resources:
- groupVersionKind:
group: accelerator.apps.tanzu.vmware.com
version: "v1alpha1"
kind: Fragment
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
metricNamePrefix: ""
metrics:
- name: accelerator_fragment_info
help: App Accelerators Fragment info from status and spec
each:
type: Info
info:
labelsFromPath:
created_at: [metadata, creationTimestamp]
source_bundle: [spec, source, image]
source_bundle_secret: [spec, source, imagePullSecrets, "0", name]
source_git_url: [spec, git, url]
source_git_branch: [spec, git, ref, branch]
source_git_tag: [spec, git, ref, tag]
source_git_commit: [spec, git, ref, commit]
source_git_secret: [spec, git, secretRef, name]
source_git_sub_path: [spec, git, subPath]
source_git_semver: [spec, git, ref, semver]
ready: [status, artifact, ready]
status_message: [status, artifact, message]
- name: accelerator_fragment_status
help: App Accelerator Fragment status from conditions
each:
type: Gauge
gauge:
path: [status, conditions]
labelsFromPath:
type: ["type"]
status: ["status"]
reason: ["reason"]
message: ["message"]
last_transition_ime: ["lastTransitionTime"]
valueFrom: ["status"]
- groupVersionKind:
group: accelerator.apps.tanzu.vmware.com
version: "v1alpha1"
kind: Accelerator
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
metricNamePrefix: ""
metrics:
- name: accelerator_info
help: App Accelerators info from status and spec
each:
type: Info
info:
labelsFromPath:
created_at: [metadata, creationTimestamp]
source_bundle: [spec, source, image]
source_bundle_secret: [spec, source, imagePullSecrets, "0", name]
displayName: [status, displayName]
source_git_url: [spec, git, url]
source_git_branch: [spec, git, ref, branch]
source_git_tag: [spec, git, ref, tag]
source_git_commit: [spec, git, ref, commit]
source_git_secret: [spec, git, secretRef, name]
source_git_sub_path: [spec, git, subPath]
source_git_semver: [spec, git, ref, semver]
ready: [status, artifact, ready]
status_message: [status, artifact, message]
- name: accelerator_imports_info
help: App Accelerators info from status and spec
each:
type: Info
info:
labelsFromPath:
"*": [status, artifact, imports]
- name: accelerator_status
help: App Accelerator status from conditions
each:
type: Gauge
gauge:
path: [status, conditions]
labelsFromPath:
type: ["type"]
status: ["status"]
reason: ["reason"]
message: ["message"]
last_transition_ime: ["lastTransitionTime"]
valueFrom: ["status"]
- groupVersionKind:
group: apis.apps.tanzu.vmware.com
version: "v1alpha1"
kind: APIDescriptor
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
workload: [metadata, labels, carto.run/workload-name]
metricNamePrefix: ""
metrics:
- name: api_descriptor_info
help: API Descriptor info from status and spec
each:
type: Info
info:
labelsFromPath:
created_at: [metadata, creationTimestamp]
type: [spec, type]
system: [spec, system]
owner: [spec, owner]
base_url_ref_kind: [spec, location, baseURL, ref, kind]
base_url_ref_name: [spec, location, baseURL, ref, name]
base_url_ref_namespace: [spec, location, baseURL, ref, namespace]
base_url_ref_api_version: [spec, location, baseURL, ref, apiVersion]
base_url_ref_jsonPath: [spec, location, baseURL, ref, jsonPath]
path: [spec, location, path]
resolved_api_url: [status, resolvedAPISpecURL]
base_url: [spec, location, baseURL, url]
tap_gui_entity_url: [status, registeredEntityURL]
tap_gui_entity_id: [status, registeredTapUID]
- name: api_descriptor_status
help: API Descriptor status from conditions
each:
type: Gauge
gauge:
path: [status, conditions]
labelsFromPath:
type: ["type"]
status: ["status"]
reason: ["reason"]
message: ["message"]
last_transition_ime: ["lastTransitionTime"]
valueFrom: ["status"]
- groupVersionKind:
group: serving.knative.dev
version: "v1"
kind: Revision
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
workload: [metadata, labels, carto.run/workload-name]
knative_service: [metadata, labels, serving.knative.dev/service]
metricNamePrefix: knative
metrics:
- name: revision_info
help: Knative Revision info from status and spec
each:
type: Info
info:
labelsFromPath:
created_at: [metadata, creationTimestamp]
workload_image: [spec, containers, "0", image]
service_account: [spec, serviceAccountName]
timeout_seconds: [spec, timeoutSeconds]
container_port: [spec, containers, "0", ports, "0", containerPort]
run_as_user: [spec, containers, "0", securityContext, runAsUser]
actual_replicas: [status, actualReplicas]
desired_replicas: [status, desiredReplicas]
routing_state: [metadata, labels, serving.knative.dev/routingState]
knative_configuration: [metadata, labels, serving.knative.dev/configuration]
- name: revision_status
help: Knative Revision status from conditions
each:
type: Gauge
gauge:
path: [status, conditions]
labelsFromPath:
type: ["type"]
status: ["status"]
reason: ["reason"]
message: ["message"]
last_transition_ime: ["lastTransitionTime"]
valueFrom: ["status"]
- groupVersionKind:
group: serving.knative.dev
version: "v1"
kind: Service
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
workload: [metadata, labels, carto.run/workload-name]
metricNamePrefix: knative
metrics:
- name: service_info
help: Knative Service info from status and spec
each:
type: Info
info:
labelsFromPath:
created_at: [metadata, creationTimestamp]
workload_image: [spec, template, spec, containers, "0", image]
service_account: [spec, template, spec, serviceAccountName]
timeout_seconds: [spec, template, spec, timeoutSeconds]
container_port: [spec, template, spec, containers, "0", ports, "0", containerPort]
run_as_user: [spec, template, spec, containers, "0", securityContext, runAsUser]
internal_url: [status, address, url]
latest_ready_revision: [status, latestReadyRevisionName]
latest_created_revision: [status, latestCreatedRevisionName]
external_url: [status, url]
- name: service_status
help: Knative Service status from conditions
each:
type: Gauge
gauge:
path: [status, conditions]
labelsFromPath:
type: ["type"]
status: ["status"]
reason: ["reason"]
message: ["message"]
last_transition_ime: ["lastTransitionTime"]
valueFrom: ["status"]
- groupVersionKind:
group: servicebinding.io
version: "v1beta1"
kind: ServiceBinding
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
workload: [metadata, labels, carto.run/workload-name]
metricNamePrefix: ""
metrics:
- name: service_binding_info
help: Service Binding info from status and spec
each:
type: Info
info:
labelsFromPath:
created_at: [metadata, creationTimestamp]
binding_name: [spec, name]
service_kind: [spec, service, kind]
service_api_version: [spec, service, apiVersion]
service_name: [spec, service, name]
workload_name: [spec, workload, name]
workload_kind: [spec, workload, kind]
workload_api_version: [spec, workload, apiVersion]
binding_secret: [status, binding, name]
- name: service_binding_status
help: Service Binding status from conditions
each:
type: Gauge
gauge:
path: [status, conditions]
labelsFromPath:
type: ["type"]
status: ["status"]
reason: ["reason"]
message: ["message"]
last_transition_ime: ["lastTransitionTime"]
valueFrom: ["status"]
- groupVersionKind:
group: services.apps.tanzu.vmware.com
version: "v1alpha1"
kind: ClusterInstanceClass
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
xrd: [spec, provisioner, crossplane, compositeResourceDefinition]
instance_type_kind: [status, instanceType, kind]
instance_type_api_group: [status, instanceType, group]
instance_type_api_version: [status, instanceType, version]
metricNamePrefix: stk
metrics:
- name: cluster_instance_class_composition_selector
help: Cluster Instance Class composition label selectors
each:
type: Info
info:
labelsFromPath:
"*": [spec, provisioner, crossplane, compositionSelector, matchLabels]
- name: cluster_instance_class_status
help: Cluster Instance Class status from conditions
each:
type: Gauge
gauge:
path: [status, conditions]
labelsFromPath:
type: ["type"]
status: ["status"]
reason: ["reason"]
message: ["message"]
last_transition_ime: ["lastTransitionTime"]
valueFrom: ["status"]
- groupVersionKind:
group: services.apps.tanzu.vmware.com
version: "v1alpha1"
kind: ResourceClaim
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
metricNamePrefix: stk
metrics:
- name: resource_claim_info
help: Resource Claim info from status and spec
each:
type: Info
info:
labelsFromPath:
created_at: [metadata, creationTimestamp]
class_claim: [metadata, ownerReferences, "0", name]
binding_secret: [status, binding, name]
claimed_resource_name: [status, claimedResourceRef, name]
claimed_resource_kind: [status, claimedResourceRef, kind]
- name: resource_claim_status
help: Resource Claim status from conditions
each:
type: Gauge
gauge:
path: [status, conditions]
labelsFromPath:
type: ["type"]
status: ["status"]
reason: ["reason"]
message: ["message"]
last_transition_ime: ["lastTransitionTime"]
valueFrom: ["status"]
- groupVersionKind:
group: services.apps.tanzu.vmware.com
version: "v1alpha1"
kind: ClassClaim
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
metricNamePrefix: stk
metrics:
- name: class_claim_info
help: Class Claim info from status and spec
each:
type: Info
info:
labelsFromPath:
created_at: [metadata, creationTimestamp]
xrd: [metadata, annotations, classclaims.services.apps.tanzu.vmware.com/xrd-name]
class: [spec, classRef, name]
binding_secret: [status, binding, name]
provisioned_resource_name: [status,provisionedResourceRef, name]
provisioned_resource_kind: [status,provisionedResourceRef, kind]
- name: class_claim_status
help: Class Claim status from conditions
each:
type: Gauge
gauge:
path: [status, conditions]
labelsFromPath:
type: ["type"]
status: ["status"]
reason: ["reason"]
message: ["message"]
last_transition_ime: ["lastTransitionTime"]
valueFrom: ["status"]
- groupVersionKind:
group: carto.run
version: "v1alpha1"
kind: Deliverable
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
type: [metadata, labels, apps.tanzu.vmware.com/workload-type]
has_tests: [metadata, labels, apps.tanzu.vmware.com/has-tests]
metricNamePrefix: cartographer
metrics:
- name: deliverable_info
help: Deliverable info from status and spec
each:
type: Info
info:
labelsFromPath:
created_at: [metadata, creationTimestamp]
auto_configure_actuators: [metadata, labels, apps.tanzu.vmware.com/auto-configure-actuators]
source_image: [spec, source, image]
source_git_url: [spec, source, git, url]
source_git_branch: [spec, source, git, ref, branch]
source_git_commit: [spec, source, git, ref, commit]
source_git_tag: [spec, source, git, ref, tag]
source_sub_path: [spec, source, subPath]
delivery: [status, deliveryRef, name]
- name: deliverable_status
help: Deliverable status from conditions
each:
type: Gauge
gauge:
path: [status, conditions]
labelsFromPath:
type: ["type"]
status: ["status"]
reason: ["reason"]
message: ["message"]
last_transition_ime: ["lastTransitionTime"]
valueFrom: ["status"]
- groupVersionKind:
group: carto.run
version: "v1alpha1"
kind: Workload
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
type: [metadata, labels, apps.tanzu.vmware.com/workload-type]
has_tests: [metadata, labels, apps.tanzu.vmware.com/has-tests]
metricNamePrefix: cartographer
metrics:
- name: workload_info
help: Workload info from status and spec
each:
type: Info
info:
labelsFromPath:
created_at: [metadata, creationTimestamp]
auto_configure_actuators: [metadata, labels, apps.tanzu.vmware.com/auto-configure-actuators]
source_image: [spec, source, image]
source_git_url: [spec, source, git, url]
source_git_branch: [spec, source, git, ref, branch]
source_git_commit: [spec, source, git, ref, commit]
source_git_tag: [spec, source, git, ref, tag]
source_sub_path: [spec, source, subPath]
supply_chain: [status, supplyChainRef, name]
debug_enabled: [spec, params, "[name=debug]", value]
live_update_enabled: [spec, params, "[name=live-update]", value]
- name: workload_status
help: Workload status from conditions
each:
type: Gauge
gauge:
path: [status, conditions]
labelsFromPath:
type: ["type"]
status: ["status"]
reason: ["reason"]
message: ["message"]
last_transition_ime: ["lastTransitionTime"]
valueFrom: ["status"]
- groupVersionKind:
group: source.toolkit.fluxcd.io
version: "v1beta2"
kind: GitRepository
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
component: [metadata, labels, app.kubernetes.io/component]
owner: [metadata, ownerReferences, "0", name]
owner_type: [metadata, ownerReferences, "0", kind]
workload: [metadata, labels, carto.run/workload-name]
metricNamePrefix: flux
metrics:
- name: git_repository_info
help: Flux Git Repository info from status and spec
each:
type: Info
info:
labelsFromPath:
sync_interval: [spec, interval]
branch: [spec, ref, branch]
git_secret: [spec, secretRef, name]
git_url: [spec, url]
internal_url: [status, artifact, url]
last_updated: [status, artifact, lastUpdateTime]
revision: [status, artifact, revision]
status: [status, conditions, "[type=Succeeded]", reason]
- name: git_repository_status
help: Git Repository status from conditions
each:
type: Gauge
gauge:
path: [status, conditions]
labelsFromPath:
type: ["type"]
status: ["status"]
reason: ["reason"]
message: ["message"]
last_transition_ime: ["lastTransitionTime"]
valueFrom: ["status"]
- groupVersionKind:
group: tekton.dev
version: "v1beta1"
kind: TaskRun
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
component: [metadata, labels, app.kubernetes.io/component]
owner: [metadata, ownerReferences, "0", name]
owner_type: [metadata, ownerReferences, "0", kind]
workload: [metadata, labels, carto.run/workload-name]
task: [spec, taskRef, name]
metricNamePrefix: tekton
metrics:
- name: task_run_info
help: Tekton Task Run info from status and spec
each:
type: Info
info:
labelsFromPath:
task_type: [spec, taskRef, kind]
completion_time: [status, completionTime]
start_time: [status, startTime]
carto_resource: [metadata, labels, carto.run/resource-name]
supply_chain: [metadata, labels, carto.run/supply-chain-name]
pod_name: [status, podName]
- name: task_run_status
help: Task Run status from conditions
each:
type: Gauge
gauge:
path: [status, conditions]
labelsFromPath:
type: ["type"]
status: ["status"]
reason: ["reason"]
message: ["message"]
valueFrom: ["status"]
- groupVersionKind:
group: scanning.apps.tanzu.vmware.com
version: "v1beta1"
kind: SourceScan
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
scan_template: [spec, scanTemplate]
scan_policy: [spec, scanPolicy]
source_url: [spec, blob, url]
source_revision: [spec, blob, revision]
component: [metadata, labels, app.kubernetes.io/component]
owner: [metadata, ownerReferences, "0", name]
owner_type: [metadata, ownerReferences, "0", kind]
workload: [metadata, labels, carto.run/workload-name]
carto_resource: [metadata, labels, carto.run/resource-name]
supply_chain: [metadata, labels, carto.run/supply-chain-name]
scanner_name: [status, scannedBy, scanner, name]
scanner_version: [status, scannedBy, scanner, version]
metricNamePrefix: scst
metrics:
- name: source_scan_info
help: Source scan information
each:
type: Info
info:
labelsFromPath:
store_url: [status, metadataUrl]
phase: [status, phase]
critical_cve_count: [status, cveCount, critical]
high_cve_count: [status, cveCount, high]
low_cve_count: [status, cveCount, low]
medium_cve_count: [status, cveCount, medium]
total_cve_count: [status, cveCount, total]
unkown_cve_count: [status, cveCount, unknown]
- name: source_scan_status
help: Source Scan status from conditions
each:
type: Gauge
gauge:
path: [status, conditions]
labelsFromPath:
type: ["type"]
status: ["status"]
reason: ["reason"]
message: ["message"]
valueFrom: ["status"]
- groupVersionKind:
group: scanning.apps.tanzu.vmware.com
version: "v1beta1"
kind: ImageScan
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
scan_template: [spec, scanTemplate]
scan_policy: [spec, scanPolicy]
image: [spec, registry, image]
component: [metadata, labels, app.kubernetes.io/component]
owner: [metadata, ownerReferences, "0", name]
owner_type: [metadata, ownerReferences, "0", kind]
workload: [metadata, labels, carto.run/workload-name]
carto_resource: [metadata, labels, carto.run/resource-name]
supply_chain: [metadata, labels, carto.run/supply-chain-name]
scanner_name: [status, scannedBy, scanner, name]
scanner_version: [status, scannedBy, scanner, version]
metricNamePrefix: scst
metrics:
- name: image_scan_info
help: Image scan information
each:
type: Info
info:
labelsFromPath:
store_url: [status, metadataUrl]
phase: [status, phase]
critical_cve_count: [status, cveCount, critical]
high_cve_count: [status, cveCount, high]
low_cve_count: [status, cveCount, low]
medium_cve_count: [status, cveCount, medium]
total_cve_count: [status, cveCount, total]
unkown_cve_count: [status, cveCount, unknown]
- name: image_scan_status
help: Image Scan status from conditions
each:
type: Gauge
gauge:
path: [status, conditions]
labelsFromPath:
type: ["type"]
status: ["status"]
reason: ["reason"]
message: ["message"]
valueFrom: ["status"]
- groupVersionKind:
group: tekton.dev
version: "v1beta1"
kind: PipelineRun
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
component: [metadata, labels, app.kubernetes.io/component]
owner: [metadata, ownerReferences, "0", name]
owner_type: [metadata, ownerReferences, "0", kind]
workload: [metadata, labels, carto.run/workload-name]
metricNamePrefix: tekton
metrics:
- name: pipeline_run_info
help: Tekton Pipeline Run info from status and spec
each:
type: Info
info:
labelsFromPath:
pipeline: [spec, pipelineRef, name]
carto_resource: [metadata, labels, carto.run/resource-name]
supply_chain: [metadata, labels, carto.run/supply-chain-name]
completion_time: [status, completionTime]
start_time: [status, startTime]
- name: pipeline_run_status
help: Pipeline Run status from conditions
each:
type: Gauge
gauge:
path: [status, conditions]
labelsFromPath:
type: ["type"]
status: ["status"]
reason: ["reason"]
message: ["message"]
valueFrom: ["status"]
- groupVersionKind:
group: kpack.io
version: "v1alpha2"
kind: Build
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
component: [metadata, labels, app.kubernetes.io/component]
owner: [metadata, ownerReferences, "0", name]
owner_type: [metadata, ownerReferences, "0", kind]
workload: [metadata, labels, carto.run/workload-name]
metricNamePrefix: kpack
metrics:
- name: build_info
help: Build info from status and spec
each:
type: Info
info:
labelsFromPath:
owner_image: [metadata, labels, image.kpack.io/image]
build_number: [metadata, labels, image.kpack.io/buildNumber]
builder: [spec, builder, image]
- name: build_involved_buildpacks
help: Buildpacks involved in a build
each:
type: Info
info:
path: [status, buildMetadata]
labelsFromPath:
version: ["version"]
id: ["id"]
- name: build_status
help: Image status from conditions
each:
type: Gauge
gauge:
path: [status, conditions]
labelsFromPath:
type: ["type"]
status: ["status"]
reason: ["reason"]
last_transition_ime: ["lastTransitionTime"]
valueFrom: ["status"]
- groupVersionKind:
group: kpack.io
version: "v1alpha2"
kind: Image
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
component: [metadata, labels, app.kubernetes.io/component]
owner: [metadata, ownerReferences, "0", name]
owner_type: [metadata, ownerReferences, "0", kind]
workload: [metadata, labels, carto.run/workload-name]
metricNamePrefix: kpack
metrics:
- name: image_info
help: Image info from status and spec
each:
type: Info
info:
labelsFromPath:
builder: [spec, builder, name]
builder_type: [spec, builder, kind]
build_count: [status, buildCounter]
stack: [status, latestStack]
latest_image: [status, latestImage]
- name: image_status
help: Image status from conditions
each:
type: Gauge
gauge:
path: [status, conditions]
labelsFromPath:
type: ["type"]
status: ["status"]
reason: ["reason"]
last_transition_ime: ["lastTransitionTime"]
valueFrom: ["status"]
- groupVersionKind:
group: packaging.carvel.dev
version: "*"
kind: PackageRepository
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
metricNamePrefix: carvel
metrics:
- name: packagerepository_info
help: PackageRepository info on status and fetch target
each:
type: Info
info:
labelsFromPath:
type: [status, conditions, "0", type]
status: [status, conditions, "0", status]
oci_image: [spec, fetch, imgpkgBundle, image]
git_url: [spec, fetch, git, url]
git_ref: [spec, fetch, git, ref]
- groupVersionKind:
group: packaging.carvel.dev
version: "*"
kind: PackageInstall
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
metricNamePrefix: carvel
metrics:
- name: packageinstall_info
help: PackageInstall info on status and fetch target
each:
type: Info
info:
labelsFromPath:
type: [status, conditions, "0", type]
status: [status, conditions, "0", status]
package_name: [spec, packageRef, refName]
package_version: [status, version]
ytt_overlay_secret: [metadata, annotations, ext.packaging.carvel.dev/ytt-paths-from-secret-name.0]
- groupVersionKind:
group: kappctrl.k14s.io
version: "*"
kind: App
labelsFromPath:
name: [metadata, name]
namespace: [metadata, namespace]
metricNamePrefix: carvel
metrics:
- name: app_info
help: App info on status and fetch target
each:
type: Info
info:
labelsFromPath:
type: [status, conditions, "0", type]
status: [status, conditions, "0", status]
oci_image: [spec, fetch, "0", imgpkgBundle, image]
git_url: [spec, fetch, "0", git, url]
git_ref: [spec, fetch, "0", git, ref]
- name: app_namespaces
help: App namespaces
each:
type: Info
info:
labelsFromPath:
namespaces_deployed_to: [status, deploy, kapp, associatedResources, namespaces]