Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for instrumentation (0.19 sec)

  1. go.sum

    github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
    github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
    github.com/census-instrumentation/opencensus-proto v0.4.1 h1:iKLQ0xPNFxR/2hzXZMrBo8f1j86j5WHzznCCQxV/b8g=
    github.com/census-instrumentation/opencensus-proto v0.4.1/go.mod h1:4T9NM4+4Vw91VeyqjLS6ao50K5bOcLKN6Q42XnYaRYw=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  2. src/cmd/go/internal/load/pkg.go

    // -cover", "go run -cover", and "go build -cover" (but not used by
    // "go test -cover"). It walks through the packages being built (and
    // dependencies) and marks them for coverage instrumentation when
    // appropriate, and possibly adding additional deps where needed.
    func PrepareForCoverageBuild(pkgs []*Package) {
    	var match []func(*Package) bool
    
    	matchMainModAndCommandLine := func(p *Package) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  3. src/cmd/go/internal/work/exec.go

    			if i < len(gofiles) {
    				gofiles[i] = coverFile
    			} else {
    				cgofiles[i-len(gofiles)] = coverFile
    			}
    		}
    
    		if cfg.Experiment.CoverageRedesign {
    			if len(infiles) != 0 {
    				// Coverage instrumentation creates new top level
    				// variables in the target package for things like
    				// meta-data containers, counter vars, etc. To avoid
    				// collisions with user variables, suffix the var name
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/data.go

    	covCounterDataLen = sect.Length - covCounterDataStartOff
    	ldr.SetSymSect(ldr.LookupOrCreateSym("runtime.covctrs", 0), sect)
    	ldr.SetSymSect(ldr.LookupOrCreateSym("runtime.ecovctrs", 0), sect)
    
    	// Coverage instrumentation counters for libfuzzer.
    	if len(state.data[sym.SLIBFUZZER_8BIT_COUNTER]) > 0 {
    		sect := state.allocateNamedSectionAndAssignSyms(&Segdata, ".go.fuzzcntrs", sym.SLIBFUZZER_8BIT_COUNTER, sym.Sxxx, 06)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  5. cluster/gce/gci/configure-helper.sh

        echo "fluentd-elasticsearch addon is no longer included here. Terminate cluster initialization."
        echo "The addon can be installed from https://github.com/kubernetes-sigs/instrumentation-addons"
        exit 1
      fi
      if [[ "${ENABLE_NODE_LOGGING:-}" == "true" ]] && \
         [[ "${LOGGING_DESTINATION:-}" == "gcp" ]]; then
        setup-addon-manifests "addons" "fluentd-gcp"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet.go

    	minDeadContainerInPod = 1
    
    	// nodeLeaseRenewIntervalFraction is the fraction of lease duration to renew the lease
    	nodeLeaseRenewIntervalFraction = 0.25
    
    	// instrumentationScope is the name of OpenTelemetry instrumentation scope
    	instrumentationScope = "k8s.io/kubernetes/pkg/kubelet"
    )
    
    var (
    	// ContainerLogsDir can be overwritten for testing usage
    	ContainerLogsDir = DefaultContainerLogsDir
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  7. src/cmd/go/alldocs.go

    //		Supported on linux/amd64 or linux/arm64 and only with GCC 7 and higher
    //		or Clang/LLVM 9 and higher.
    //		And supported on linux/loong64 only with Clang/LLVM 16 and higher.
    //	-cover
    //		enable code coverage instrumentation.
    //	-covermode set,count,atomic
    //		set the mode for coverage analysis.
    //		The default is "set" unless -race is enabled,
    //		in which case it is "atomic".
    //		The values:
    //		set: bool: does this statement run?
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  8. maven-model-builder/src/test/resources/dag.txt

    	quarkus/test-framework/junit5-internal/pom.xml
    	quarkus/extensions/resteasy-classic/resteasy-jackson/deployment/pom.xml
    quarkus/integration-tests/opentelemetry-jdbc-instrumentation/pom.xml
    	quarkus/extensions/opentelemetry/runtime/pom.xml
    	quarkus/extensions/resteasy-reactive/quarkus-resteasy-reactive-jackson/runtime/pom.xml
    	quarkus/extensions/jdbc/jdbc-oracle/runtime/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
Back to top