Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for catalog (0.8 sec)

  1. samples/bookinfo/src/productpage/productpage.py

            # libraries from lightstep do not support x-ot-span-context.
            'x-ot-span-context',
    
            # Datadog tracing header. Propagate these headers if you use Datadog
            # tracing.
            'x-datadog-trace-id',
            'x-datadog-parent-id',
            'x-datadog-sampling-priority',
    
            # W3C Trace Context. Compatible with OpenCensusAgent and Stackdriver Istio
            # configurations.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 14:35:54 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.catalog.parser.DependenciesModelHelper> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DependenciesModelHelper.java:0)
    Class <org.gradle.api.internal.catalog.parser.StrictVersionParser$RichVersion> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (StrictVersionParser.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  3. pkg/envoy/proxy.go

    	if err != nil {
    		return "", fmt.Errorf("failed to read file: %s, %v", fname, err)
    	}
    
    	// Replace host with HOST_IP env var if it is "$(HOST_IP)".
    	// This is to support some tracer setting (Datadog, Zipkin), where "$(HOST_IP)" is used for address.
    	b = bytes.ReplaceAll(b, []byte("$(HOST_IP)"), []byte(HostIP))
    	converted, err := yaml.YAMLToJSON(b)
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/util/concurrent/JSR166TestCase.java

          try {
            delay(SMALL_DELAY_MS);
            done = true;
          } catch (InterruptedException ok) {
          }
          return Boolean.TRUE;
        }
      }
    
      //     /**
      //      * Analog of CheckedRunnable for RecursiveAction
      //      */
      //     public abstract class CheckedRecursiveAction extends RecursiveAction {
      //         protected abstract void realCompute() throws Throwable;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 10 19:21:11 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  5. go.sum

    github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
    github.com/DataDog/datadog-go v2.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
    github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
    github.com/IBM/sarama v1.43.2 h1:HABeEqRUh32z8yzY2hGB/j8mHSzC/HA9zlEjqFNCzSw=
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 85.8K bytes
    - Viewed (0)
  6. RELEASE.md

    Androbin, AngryPowman, Anish Shah, Anton Daitche, Artsiom Chapialiou, asdf2014,
    Aseem Raj Baranwal, Ash Hall, Bart Kiers, Batchu Venkat Vishal, ben, Ben
    Barsdell, Bill Piel, Carl Thomé, Catalin Voss, Changming Sun, Chengzhi Chen, Chi
    Zeng, Chris Antaki, Chris Donahue, Chris Oelmueller, Chris Tava, Clayne Robison,
    Codrut, Courtial Florian, Dalmo Cirne, Dan J, Darren Garvey, David
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top