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

     1  apiVersion: "config.istio.io/v1alpha2"
     2  kind: rule
     3  metadata:
     4    name: promhttp
     5    namespace: default
     6  spec:
     7    match: context.protocol == "http" || context.protocol == "grpc"
     8    actions:
     9    - handler: handler.prometheus
    10      instances:
    11      - requestcount.metric
    12      - requestduration.metric
    13      - requestsize.metric
    14      - responsesize.metric