File tree 3 files changed +315
-718
lines changed
3 files changed +315
-718
lines changed Original file line number Diff line number Diff line change @@ -512,6 +512,45 @@ spec:
512
512
labelsFromPath :
513
513
type : ["type"]
514
514
valueFrom : ["status"]
515
+ - groupVersionKind :
516
+ group : kuadrant.io
517
+ kind : " DNSRecord"
518
+ version : " v1alpha1"
519
+ metricNamePrefix : kuadrant_dnsrecord
520
+ labelsFromPath :
521
+ name :
522
+ - metadata
523
+ - name
524
+ namespace :
525
+ - metadata
526
+ - namespace
527
+ rootDomain :
528
+ - spec
529
+ - rootHost
530
+ metrics :
531
+ - name : " created"
532
+ help : " created timestamp"
533
+ each :
534
+ type : Gauge
535
+ gauge :
536
+ path : [metadata, creationTimestamp]
537
+ - name : " status_root_domain_owners"
538
+ help : " root domain owners (the ids of controllers managing this root domain)"
539
+ each :
540
+ type : Info
541
+ info :
542
+ path : [status, domainOwners]
543
+ labelsFromPath :
544
+ owner : []
545
+ - name : " status"
546
+ help : " status condition"
547
+ each :
548
+ type : Gauge
549
+ gauge :
550
+ path : [status, conditions]
551
+ labelsFromPath :
552
+ type : ["type"]
553
+ valueFrom : ["status"]
515
554
- groupVersionKind :
516
555
group : kuadrant.io
517
556
kind : " DNSPolicy"
You can’t perform that action at this time.
0 commit comments