Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LightstepConfig (0.45 sec)

  1. pkg/bootstrap/testdata/tracing_lightstep_golden.json

            ]
          }
        ]
      }
      ,
      "tracing": {
        "http": {
          "name": "envoy.tracers.lightstep",
          "typed_config": {
            "@type": "type.googleapis.com/envoy.config.trace.v3.LightstepConfig",
            "collector_cluster": "lightstep",
            "access_token_file": "/test-path/lightstep_access_token.txt"
          }
        }
      }
      
      
      ,
      "cluster_manager": {
        "outlier_detection": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  2. tools/packaging/common/envoy_bootstrap.json

        }
      }
      {{- else if .lightstep }}
      ,
      "tracing": {
        "http": {
          "name": "envoy.tracers.lightstep",
          "typed_config": {
            "@type": "type.googleapis.com/envoy.config.trace.v3.LightstepConfig",
            "collector_cluster": "lightstep",
            "access_token_file": "{{ .lightstepToken}}"
          }
        }
      }
      {{- else if .datadog }}
      ,
      "tracing": {
        "http": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 22.6K bytes
    - Viewed (0)
Back to top