Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for access_token_file (0.14 sec)

  1. pkg/bootstrap/testdata/tracing_lightstep_golden.json

        "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": {
          "event_log_path": "/dev/stdout"
        }
      }
      
    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

        "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": {
          "name": "envoy.tracers.datadog",
          "typed_config": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  3. pkg/bootstrap/instance_test.go

    		// are set. Standardize the path so that golden files can be properly checked.
    		{
    			pattern:     regexp.MustCompile(`("access_token_file": ").*(lightstep_access_token.txt")`),
    			replacement: []byte("$1/test-path/$2"),
    		},
    		{
    			// Example: "customConfigFile":"../../tools/packaging/common/envoy_bootstrap.json"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 19.5K bytes
    - Viewed (0)
Back to top