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

     1  http:
     2    enabled: false
     3  
     4  input:
     5    kafka:
     6      addresses: [ localhost:9092 ]
     7      topics: [ a_results ]
     8      client_id: b_client
     9      extract_tracing_map: 'root = meta()'
    10  
    11  pipeline:
    12    processors:
    13      - bloblang: 'root = content().uppercase()'
    14  
    15  output:
    16    kafka:
    17      addresses: [ localhost:9092 ]
    18      topic: b_results
    19      client_id: b_client
    20      max_in_flight: 100
    21  
    22  tracer:
    23    jaeger:
    24      agent_address: 'localhost:6831'
    25      service_name: benthos_b
    26      tags:
    27        pipeline: my_tracing_example