github.com/replicatedcom/ship@v0.50.0/integration/init/istio/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    labels:
     7      app: mixer
     8      chart: mixer
     9      heritage: Tiller
    10      release: istio
    11  spec:
    12    match: context.protocol == "tcp"
    13    actions:
    14    - handler: prometheus
    15      instances:
    16      - tcpbytesent.metric
    17      - tcpbytereceived.metric