github.com/yandex/pandora@v0.5.32/tests/acceptance/testdata/grpc/base.yaml (about)

     1  pools:
     2    - id: GRPC
     3      gun:
     4        type: grpc
     5        target: localhost:18888
     6        tls: false
     7        use-shared-client: false
     8        reflect_metadata:
     9          auth: Token
    10      ammo:
    11        type: grpc/json
    12        file: testdata/grpc/grpc.payload
    13      result:
    14        type: discard
    15      rps:
    16        - duration: 2s
    17          ops: 4
    18          type: const
    19      startup:
    20        type: once
    21        times: 2
    22  log:
    23    level: error
    24  monitoring:
    25    expvar:
    26      enabled: true
    27      port: 1234