github.com/replicatedcom/ship@v0.50.0/integration/init/istio-1.0.3/expected/base/charts/mixer/templates/rule-promtcp.yaml (about)

     1  apiVersion: "config.istio.io/v1alpha2"
     2  kind: rule
     3  metadata:
     4    name: promtcp
     5    namespace: default
     6  spec:
     7    match: context.protocol == "tcp"
     8    actions:
     9    - handler: handler.prometheus
    10      instances:
    11      - tcpbytesent.metric
    12      - tcpbytereceived.metric