...

Text file src/k8s.io/kubernetes/test/instrumentation/testdata/test-stable-metrics-list.yaml

Documentation: k8s.io/kubernetes/test/instrumentation/testdata

     1- name: network_programming_duration_seconds
     2  subsystem: kube_proxy
     3  help: In Cluster Network Programming Latency in seconds
     4  type: Histogram
     5  stabilityLevel: BETA
     6  buckets:
     7  - 0.25
     8  - 0.5
     9  - 1
    10  - 2
    11  - 3
    12  - 4
    13  - 5
    14  - 6
    15  - 7
    16  - 8
    17  - 9
    18  - 10
    19  - 11
    20  - 12
    21  - 13
    22  - 14
    23  - 15
    24  - 16
    25  - 17
    26  - 18
    27  - 19
    28  - 20
    29  - 21
    30  - 22
    31  - 23
    32  - 24
    33  - 25
    34  - 26
    35  - 27
    36  - 28
    37  - 29
    38  - 30
    39  - 31
    40  - 32
    41  - 33
    42  - 34
    43  - 35
    44  - 36
    45  - 37
    46  - 38
    47  - 39
    48  - 40
    49  - 41
    50  - 42
    51  - 43
    52  - 44
    53  - 45
    54  - 46
    55  - 47
    56  - 48
    57  - 49
    58  - 50
    59  - 51
    60  - 52
    61  - 53
    62  - 54
    63  - 55
    64  - 56
    65  - 57
    66  - 58
    67  - 59
    68  - 60
    69  - 65
    70  - 70
    71  - 75
    72  - 80
    73  - 85
    74  - 90
    75  - 95
    76  - 100
    77  - 105
    78  - 110
    79  - 115
    80  - 120
    81  - 150
    82  - 180
    83  - 210
    84  - 240
    85  - 270
    86  - 300
    87- name: network_programming_duration_seconds2
    88  subsystem: kube_proxy
    89  help: In Cluster Network Programming Latency in seconds
    90  type: Histogram
    91  stabilityLevel: BETA
    92  buckets:
    93  - 0.25
    94  - 0.5
    95  - 1
    96  - 5
    97  - 10
    98  - 59
    99  - 60
   100  - 65
   101  - 70
   102  - 75
   103  - 80
   104  - 85
   105  - 90
   106  - 95
   107  - 100
   108  - 105
   109  - 110
   110  - 115
   111  - 120
   112  - 150
   113  - 180
   114  - 210
   115  - 240
   116  - 270
   117  - 300
   118- name: certificate_manager_client_ttl_seconds
   119  subsystem: kubelet
   120  help: Gauge of the TTL (time-to-live) of the Kubelet's client certificate. The value
   121    is in seconds until certificate expiry (negative if already expired). If client
   122    certificate is invalid or unused, the value will be +INF.
   123  type: Gauge
   124  stabilityLevel: BETA
   125- name: cgroup_manager_duration_seconds
   126  subsystem: kubelet
   127  help: Duration in seconds for cgroup manager operations. Broken down by method.
   128  type: Histogram
   129  stabilityLevel: BETA
   130  labels:
   131  - operation_type
   132  buckets:
   133  - 0.01
   134  - 0.02154434690031884
   135  - 0.046415888336127795
   136  - 0.10000000000000002
   137  - 0.21544346900318842
   138  - 0.46415888336127803
   139  - 1.0000000000000002
   140  - 2.1544346900318847
   141  - 4.641588833612781
   142  - 10.000000000000005
   143- name: device_plugin_alloc_duration_seconds
   144  subsystem: kubelet
   145  help: Duration in seconds to serve a device plugin Allocation request. Broken down
   146    by resource name.
   147  type: Histogram
   148  stabilityLevel: BETA
   149  labels:
   150  - resource_name
   151  buckets:
   152  - 0.005
   153  - 0.01
   154  - 0.025
   155  - 0.05
   156  - 0.1
   157  - 0.25
   158  - 0.5
   159  - 1
   160  - 2.5
   161  - 5
   162  - 10
   163- name: max_age
   164  subsystem: kubelet
   165  help: 'Duration in seconds to sync a single pod. Broken down by operation type:
   166    create, update, or sync'
   167  type: Summary
   168  stabilityLevel: BETA
   169  maxAge: 7200000000000
   170- name: max_age_const
   171  subsystem: kubelet
   172  help: 'Duration in seconds to sync a single pod. Broken down by operation type:
   173    create, update, or sync'
   174  type: Summary
   175  stabilityLevel: BETA
   176  maxAge: 120000000000
   177- name: running_containers
   178  subsystem: kubelet
   179  help: Number of containers currently running
   180  type: Gauge
   181  stabilityLevel: BETA
   182  labels:
   183  - container_state
   184- name: runtime_operations_duration_seconds
   185  subsystem: kubelet
   186  help: Duration in seconds of runtime operations. Broken down by operation type.
   187  type: Histogram
   188  stabilityLevel: BETA
   189  labels:
   190  - operation_type
   191  buckets:
   192  - 0.005
   193  - 0.0125
   194  - 0.03125
   195  - 0.078125
   196  - 0.1953125
   197  - 0.48828125
   198  - 1.220703125
   199  - 3.0517578125
   200  - 7.62939453125
   201  - 19.073486328125
   202  - 47.6837158203125
   203  - 119.20928955078125
   204  - 298.0232238769531
   205  - 745.0580596923828
   206- name: kubelet_volume_stats_capacity_bytes
   207  help: Capacity in bytes of the volume
   208  type: Custom
   209  stabilityLevel: BETA
   210  labels:
   211  - namespace
   212  - persistentvolumeclaim
   213- name: healthcheck
   214  namespace: kubernetes
   215  help: This metric records the result of a single healthcheck.
   216  type: Gauge
   217  stabilityLevel: BETA
   218  labels:
   219  - name
   220  - type
   221- name: healthchecks_total
   222  namespace: kubernetes
   223  help: This metric records the results of all healthcheck.
   224  type: Counter
   225  stabilityLevel: BETA
   226  labels:
   227  - name
   228  - status
   229  - type
   230- name: priority_level_seat_utilization
   231  subsystem: subsystem
   232  namespace: namespace
   233  help: Observations, at the end of every nanosecond, of utilization of seats for
   234    any stage of execution (but only initial stage for WATCHes)
   235  type: TimingRatioHistogram
   236  stabilityLevel: BETA
   237  labels:
   238  - priorityLevel
   239  buckets:
   240  - 0
   241  - 0.1
   242  - 0.2
   243  - 0.3
   244  - 0.4
   245  - 0.5
   246  - 0.6
   247  - 0.7
   248  - 0.8
   249  - 0.9
   250  - 0.95
   251  - 0.99
   252  - 1
   253  constLabels:
   254    phase: executing
   255- name: test_beta_desc
   256  help: Number of volumes in Volume Manager
   257  type: Custom
   258  stabilityLevel: BETA
   259  constLabels:
   260    alalala: lalalal
   261- name: label
   262  subsystem: const
   263  namespace: test
   264  help: Observations, at the end of every nanosecond, of utilization of seats for
   265    any stage of execution (but only initial stage for WATCHes)
   266  type: TimingRatioHistogram
   267  stabilityLevel: BETA
   268  labels:
   269  - priorityLevel
   270  buckets:
   271  - 0
   272  - 0.1
   273  - 0.2
   274  - 0.3
   275  - 0.4
   276  - 0.5
   277  - 0.6
   278  - 0.7
   279  - 0.8
   280  - 0.9
   281  - 0.95
   282  - 0.99
   283  - 1
   284  constLabels:
   285    phase: blah
   286    somestring: executing
   287- name: multiline
   288  subsystem: kubelet
   289  help: Cumulative number of pod preemptions by preemption resource asdf asdf asdf
   290    asdfas dfasdf
   291  type: Counter
   292  stabilityLevel: STABLE
   293  labels:
   294  - preemption_signal
   295- name: summary_metric_test
   296  subsystem: kubelet
   297  help: Cumulative number of device plugin registrations. Broken down by resource
   298    name.
   299  type: Summary
   300  stabilityLevel: STABLE
   301- name: summary_vec_metric_test
   302  subsystem: kubelet
   303  help: Duration in seconds to serve a device plugin Allocation request. Broken down
   304    by resource name.
   305  type: Summary
   306  stabilityLevel: STABLE
   307  labels:
   308  - resource_name
   309  objectives:
   310    0.5: 0.5
   311    0.75: 0.75
   312  ageBuckets: 5
   313  bufCap: 500
   314  maxAge: 600000000000
   315- name: test_histogram_metric
   316  subsystem: kubelet
   317  help: Interval in seconds between relisting in PLEG.
   318  type: Histogram
   319  stabilityLevel: STABLE
   320  buckets:
   321  - 0.005
   322  - 0.01
   323  - 0.025
   324  - 0.05
   325  - 0.1
   326  - 0.25
   327  - 0.5
   328  - 1
   329  - 2.5
   330  - 5
   331  - 10
   332- name: volume_manager_total_volumes
   333  help: Number of volumes in Volume Manager
   334  type: Custom
   335  stabilityLevel: STABLE
   336  labels:
   337  - plugin_name
   338  - state

View as plain text