istio.io/istio@v0.0.0-20240520182934-d79c90f27776/samples/custom-bootstrap/custom-bootstrap.yaml (about)

     1  apiVersion: v1
     2  kind: ConfigMap
     3  metadata:
     4    name: istio-custom-bootstrap-config
     5    namespace: default
     6  data:
     7    custom_bootstrap.json: |
     8      "tracing": {
     9        "http": {
    10          "name": "envoy.tracers.zipkin",
    11          "typed_config": {
    12            "@type": "type.googleapis.com/envoy.config.trace.v3.ZipkinConfig",
    13            "collector_cluster": "zipkin",
    14            "collector_endpoint": "/api/v1/spans/custom",
    15            "collector_endpoint_version": "HTTP_JSON",
    16            "trace_id_128bit": true,
    17            "shared_span_context": false
    18          }
    19        }
    20      }