Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 35 of 35 for trace_0 (0.15 sec)

  1. samples/bookinfo/src/details/details.rb

          # Grpc binary trace context. Compatible with OpenCensusAgent nad
          # Stackdriver Istio configurations.
          'grpc-trace-bin',
    
          # b3 trace headers. Compatible with Zipkin, OpenCensusAgent, and
          # Stackdriver Istio configurations.
          'x-b3-traceid',
          'x-b3-spanid',
          'x-b3-parentspanid',
          'x-b3-sampled',
          'x-b3-flags',
    
          # SkyWalking trace headers.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 14:35:54 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  2. docs/debugging/s3-check-md5/main.go

    		Creds:     credentials.NewStaticV4(accessKey, secretKey, ""),
    		Secure:    secure,
    		Transport: transport,
    	})
    	if err != nil {
    		log.Fatalln(err)
    	}
    
    	if debug {
    		s3Client.TraceOn(os.Stderr)
    	}
    
    	var buckets []string
    	if bucket != "" {
    		buckets = append(buckets, bucket)
    	} else {
    		bucketsInfo, err := s3Client.ListBuckets(context.Background())
    		if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Feb 17 01:15:57 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  3. samples/bookinfo/src/reviews/reviews-application/src/main/java/application/rest/LibertyRestEndpoint.java

            // Grpc binary trace context. Compatible with OpenCensusAgent nad
            // Stackdriver Istio configurations.
            "grpc-trace-bin",
    
            // b3 trace headers. Compatible with Zipkin, OpenCensusAgent, and
            // Stackdriver Istio configurations. Commented out since they are
            // propagated by the OpenTracing tracer above.
            "x-b3-traceid",
            "x-b3-spanid",
            "x-b3-parentspanid",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 15 22:25:32 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  4. SECURITY.md

    TensorFlow process effectively executes arbitrary code.
    
    The risk of loading untrusted checkpoints depends on the code or graph that you
    are working with. When loading untrusted checkpoints, the values of the traced
    variables from your model are also going to be untrusted. That means that if
    your code interacts with the filesystem, network, etc. and uses checkpointed
    variables as part of those interactions (ex: using a string variable to build a
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Oct 01 06:06:35 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  5. src/internal/trace/testdata/tests/go122-annotations.test

    String id=32
    	data="runtime/trace.WithRegion"
    String id=33
    	data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/trace/annotation.go"
    String id=34
    	data="main.main.func1"
    String id=35
    	data="runtime/trace.Start.func1"
    String id=36
    	data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/trace/trace.go"
    String id=37
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top