github.com/Jeffail/benthos/v3@v3.65.0/resources/docker/tracing/c.yaml (about)

     1  http:
     2    enabled: false
     3  
     4  input:
     5    kafka:
     6      addresses: [ localhost:9092 ]
     7      topics: [ b_results ]
     8      client_id: c_client
     9      extract_tracing_map: 'root = meta()'
    10  
    11  pipeline:
    12    processors:
    13      - bloblang: |
    14          root = this
    15          root.cities = this.CITIES.lowercase()
    16  
    17  output:
    18    stdout: {}
    19  
    20  tracer:
    21    jaeger:
    22      agent_address: 'localhost:6831'
    23      service_name: benthos_c
    24      tags:
    25        pipeline: my_tracing_example