github.com/replicatedcom/ship@v0.50.0/integration/unfork/istio-k8s/expected/base/charts/mixer/templates/prometheus-handler.yaml (about)

     1  apiVersion: "config.istio.io/v1alpha2"
     2  kind: prometheus
     3  metadata:
     4    name: handler
     5    namespace: default
     6  spec:
     7    metrics:
     8    - name: requests_total
     9      instance_name: requestcount.metric.default
    10      kind: COUNTER
    11      label_names:
    12      - reporter
    13      - source_app
    14      - source_principal
    15      - source_workload
    16      - source_workload_namespace
    17      - source_version
    18      - destination_app
    19      - destination_principal
    20      - destination_workload
    21      - destination_workload_namespace
    22      - destination_version
    23      - destination_service
    24      - destination_service_name
    25      - destination_service_namespace
    26      - request_protocol
    27      - response_code
    28      - connection_security_policy
    29    - name: request_duration_seconds
    30      instance_name: requestduration.metric.default
    31      kind: DISTRIBUTION
    32      label_names:
    33      - reporter
    34      - source_app
    35      - source_principal
    36      - source_workload
    37      - source_workload_namespace
    38      - source_version
    39      - destination_app
    40      - destination_principal
    41      - destination_workload
    42      - destination_workload_namespace
    43      - destination_version
    44      - destination_service
    45      - destination_service_name
    46      - destination_service_namespace
    47      - request_protocol
    48      - response_code
    49      - connection_security_policy
    50      buckets:
    51        explicit_buckets:
    52          bounds: [0.005, 0.01, 0.025, 0.05, 0.1, 0.25, 0.5, 1, 2.5, 5, 10]
    53    - name: request_bytes
    54      instance_name: requestsize.metric.default
    55      kind: DISTRIBUTION
    56      label_names:
    57      - reporter
    58      - source_app
    59      - source_principal
    60      - source_workload
    61      - source_workload_namespace
    62      - source_version
    63      - destination_app
    64      - destination_principal
    65      - destination_workload
    66      - destination_workload_namespace
    67      - destination_version
    68      - destination_service
    69      - destination_service_name
    70      - destination_service_namespace
    71      - request_protocol
    72      - response_code
    73      - connection_security_policy
    74      buckets:
    75        exponentialBuckets:
    76          numFiniteBuckets: 8
    77          scale: 1
    78          growthFactor: 10
    79    - name: response_bytes
    80      instance_name: responsesize.metric.default
    81      kind: DISTRIBUTION
    82      label_names:
    83      - reporter
    84      - source_app
    85      - source_principal
    86      - source_workload
    87      - source_workload_namespace
    88      - source_version
    89      - destination_app
    90      - destination_principal
    91      - destination_workload
    92      - destination_workload_namespace
    93      - destination_version
    94      - destination_service
    95      - destination_service_name
    96      - destination_service_namespace
    97      - request_protocol
    98      - response_code
    99      - connection_security_policy
   100      buckets:
   101        exponentialBuckets:
   102          numFiniteBuckets: 8
   103          scale: 1
   104          growthFactor: 10
   105    - name: tcp_sent_bytes_total
   106      instance_name: tcpbytesent.metric.default
   107      kind: COUNTER
   108      label_names:
   109      - reporter
   110      - source_app
   111      - source_principal
   112      - source_workload
   113      - source_workload_namespace
   114      - source_version
   115      - destination_app
   116      - destination_principal
   117      - destination_workload
   118      - destination_workload_namespace
   119      - destination_version
   120      - destination_service
   121      - destination_service_name
   122      - destination_service_namespace
   123      - connection_security_policy
   124    - name: tcp_received_bytes_total
   125      instance_name: tcpbytereceived.metric.default
   126      kind: COUNTER
   127      label_names:
   128      - reporter
   129      - source_app
   130      - source_principal
   131      - source_workload
   132      - source_workload_namespace
   133      - source_version
   134      - destination_app
   135      - destination_principal
   136      - destination_workload
   137      - destination_workload_namespace
   138      - destination_version
   139      - destination_service
   140      - destination_service_name
   141      - destination_service_namespace
   142      - connection_security_policy