Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for lrs (0.01 sec)

  1. pkg/bootstrap/testdata/lrs_golden.json

      },
      "layered_runtime": {
          "layers": [
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  2. pkg/bootstrap/instance_test.go

    				regexps:  "http.[0-9]*\\.[0-9]*\\.[0-9]*\\.[0-9]*_8080.downstream_rq_time",
    			},
    		},
    		{
    			base: "tracing_tls",
    		},
    		{
    			base: "tracing_tls_custom_sni",
    		},
    		{
    			base:             "lrs",
    			compliancePolicy: "fips-140-2",
    			envVars: map[string]string{
    				"ISTIO_META_LOAD_STATS_CONFIG_JSON": `{"api_type": "GRPC", "transport_api_version": "V3"}`,
    			},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  3. pkg/bootstrap/config.go

    		}
    	}
    
    	proxyOpts, err := getProxyConfigOptions(cfg.Metadata)
    	if err != nil {
    		return nil, err
    	}
    	opts = append(opts, proxyOpts...)
    
    	// Append LRS related options.
    	opts = append(opts, option.LoadStatsConfigJSONStr(cfg.Node))
    
    	// TODO: allow reading a file with additional metadata (for example if created with
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top