Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 4_ (0.5 sec)

  1. pkg/bootstrap/testdata/stats_inclusion_golden.json

              },
              {
              "prefix": "prefix2"
              },
              {
              "prefix": "http.10.3.3.3_"
              },
              {
              "prefix": "http.10.4.4.4_"
              },
              {
              "prefix": "http.10.5.5.5_"
              },
              {
              "prefix": "http.10.6.6.6_"
              },
              {
              "prefix": "cluster_manager"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. pkg/bootstrap/instance_test.go

    				"sidecar.istio.io/statsHistogramBuckets":  `{"istio":[1,5,10,50,100,500,1000,5000,10000],"envoy":[1,5,10,25,50,100,250,500,1000,2500,5000,10000]}`,
    			},
    			stats: stats{
    				prefixes: "prefix1,prefix2,http.10.3.3.3_,http.10.4.4.4_,http.10.5.5.5_,http.10.6.6.6_",
    				suffixes: "suffix1,suffix2," + upstreamStatsSuffixes + "," + downstreamStatsSuffixes,
    				regexps:  "http.[0-9]*\\.[0-9]*\\.[0-9]*\\.[0-9]*_8080.downstream_rq_time",
    			},
    		},
    		{
    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

    	return option.NewTemplateParams(opts...)
    }
    
    // substituteValues substitutes variables known to the bootstrap like pod_ip.
    // "http.{pod_ip}_" with pod_id = [10.3.3.3,10.4.4.4] --> [http.10.3.3.3_,http.10.4.4.4_]
    func substituteValues(patterns []string, varName string, values []string) []string {
    	ret := make([]string, 0, len(patterns))
    	for _, pattern := range patterns {
    		if !strings.Contains(pattern, varName) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  4. src/crypto/tls/testdata/Client-TLSv12-RenegotiateTwice

    000002d0  80 f2 60 32 0f af 6f d3  03 db 28 c1 33 18 1c 5d  |..`2..o...(.3..]|
    000002e0  71 fd 2a 24 f9 3c 4d 76  ca e3 93 8d 25 08 04 00  |q.*$.<Mv....%...|
    000002f0  80 23 e3 34 5f 28 df b8  c9 fd 39 35 a9 bb 14 f9  |.#.4_(....95....|
    00000300  05 77 09 6f 2f e5 91 07  c3 6f cd 57 2a de 7e 93  |.w.o/....o.W*.~.|
    00000310  b8 9c 49 09 eb 81 45 d8  6a ff df da 06 e3 26 55  |..I...E.j.....&U|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

    \364\032\235\351?\240\242\343\246\250!\220?\330\246\371\037\235$\276?H.\235\n\016\264\340?KC\220\210\301\217\341?\3241+\340\366?\324?48\254\341\227\036\323?RA\025\222\347\217\324?\353\304\371\345\236Z\344?Z\206J*\367\372\350?\234\250Q\n\271\231\332?4_\226\013\356\310\355?\302^\362\317f\312\331?\200\2031\206z\t\265?9\302\332Z\346w\356?\322\031\030\346\244 \341?\340*\200z\207\357\335?F\\\3578\201\315\342?H[\224\243\270\350\276?\210)b#{\304\335?,Lq!\256\251\310?\376\242\312\033\240\020\347?\236\317...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
Back to top