Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for root_ca_cert_publisher_sync_total (0.23 sec)

  1. pkg/controller/certificates/rootcacertpublisher/metrics_test.go

    			},
    			want: `
    # HELP root_ca_cert_publisher_sync_total [ALPHA] Number of namespace syncs happened in root ca cert publisher.
    # TYPE root_ca_cert_publisher_sync_total counter
    root_ca_cert_publisher_sync_total{code="500"} 1
    				`,
    		},
    		{
    			desc: "general error",
    			err:  errors.New("test"),
    			metrics: []string{
    				"root_ca_cert_publisher_sync_total",
    			},
    			want: `
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 16 12:05:32 UTC 2021
    - 2.7K bytes
    - Viewed (0)
Back to top