Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 81 for telemetry (0.15 sec)

  1. pilot/pkg/model/telemetry.go

    					},
    					Logging: telemetry.Spec.GetAccessLogging(),
    				})
    			}
    			ts = append(ts, telemetry.Spec.GetTracing()...)
    		}
    	}
    
    	if namespace != t.RootNamespace {
    		telemetry := t.namespaceWideTelemetryConfig(namespace)
    		if telemetry != (Telemetry{}) {
    			key.Namespace = types.NamespacedName{Name: telemetry.Name, Namespace: telemetry.Namespace}
    			ms = append(ms, telemetry.Spec.GetMetrics()...)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 18:14:09 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/telemetry/start.go

    // license that can be found in the LICENSE file.
    
    package telemetry
    
    import (
    	"fmt"
    	"log"
    	"os"
    	"os/exec"
    	"path/filepath"
    	"sync"
    	"time"
    
    	"golang.org/x/sync/errgroup"
    	"golang.org/x/telemetry/counter"
    	"golang.org/x/telemetry/internal/crashmonitor"
    	"golang.org/x/telemetry/internal/telemetry"
    	"golang.org/x/telemetry/internal/upload"
    )
    
    // Config controls the behavior of [Start].
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 14:52:56 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  3. pilot/pkg/model/telemetry_test.go

    	}{
    		{
    			name: "empty telemetry configuration",
    			args: args{
    				ct:   &computedTelemetries{},
    				tel:  Telemetry{},
    				spec: &tpb.Telemetry{},
    			},
    			want: &computedTelemetries{},
    		},
    		{
    			name: "targetRef is defined, telemetry configurations are added to empty computed telemetries",
    			args: args{
    				ct: &computedTelemetries{},
    				tel: Telemetry{
    					Name:      "my-telemetry",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 39.6K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/accesslog_test.go

    					},
    				},
    			},
    		},
    		{
    			name: "without-telemetry",
    			push: env.PushContext(),
    			proxy: &model.Proxy{
    				ConfigNamespace: "default",
    				Labels:          map[string]string{"app": "without-telemetry"},
    				Metadata:        &model.NodeMetadata{Labels: map[string]string{"app": "without-telemetry"}},
    			},
    			tcp:   &tcp.TcpProxy{},
    			class: networking.ListenerClassSidecarInbound,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  5. pkg/config/schema/collections/collections.agent.gen.go

    		ValidateProto: validation.ValidateSidecar,
    	}.MustBuild()
    
    	Telemetry = resource.Builder{
    		Identifier: "Telemetry",
    		Group:      "telemetry.istio.io",
    		Kind:       "Telemetry",
    		Plural:     "telemetries",
    		Version:    "v1alpha1",
    		VersionAliases: []string{
    			"v1",
    		},
    		Proto: "istio.telemetry.v1alpha1.Telemetry", StatusProto: "istio.meta.v1alpha1.IstioStatus",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  6. src/cmd/go/main.go

    		modget.HelpVCS,
    	}
    }
    
    var _ = go11tag
    
    var counterErrorsGOPATHEntryRelative = telemetry.NewCounter("go/errors:gopath-entry-relative")
    
    func main() {
    	log.SetFlags(0)
    	telemetry.Start() // Open the telemetry counter file so counters can be written to it.
    	handleChdirFlag()
    	toolchain.Select()
    
    	telemetry.StartWithUpload() // Run the upload process. Opening the counter file is idempotent.
    	flag.Usage = base.Usage
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:09:11 UTC 2024
    - 10K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/telemetry/internal/upload/reports.go

    import (
    	"crypto/rand"
    	"encoding/binary"
    	"encoding/json"
    	"fmt"
    	"math"
    	"os"
    	"path/filepath"
    	"strings"
    	"time"
    
    	"golang.org/x/telemetry/internal/config"
    	"golang.org/x/telemetry/internal/counter"
    	"golang.org/x/telemetry/internal/telemetry"
    )
    
    // reports generates reports from inactive count files
    func (u *uploader) reports(todo *work) ([]string, error) {
    	if mode, _ := u.dir.Mode(); mode == "off" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 14:52:56 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  8. pkg/config/analysis/analyzers/analyzers_test.go

    		},
    	},
    	{
    		name:       "Analyze invalid telemetry",
    		inputFiles: []string{"testdata/telemetry-invalid-provider.yaml"},
    		analyzer:   &telemetry.ProdiverAnalyzer{},
    		expected: []message{
    			{msg.InvalidTelemetryProvider, "Telemetry istio-system/mesh-default"},
    		},
    	},
    	{
    		name:       "Analyze invalid telemetry",
    		inputFiles: []string{"testdata/telemetry-disable-provider.yaml"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  9. pkg/config/schema/gvk/resources.gen.go

    	Telemetry                      = config.GroupVersionKind{Group: "telemetry.istio.io", Version: "v1alpha1", Kind: "Telemetry"}
    	Telemetry_v1                   = config.GroupVersionKind{Group: "telemetry.istio.io", Version: "v1", Kind: "Telemetry"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/telemetry/internal/counter/file.go

    	// a race.
    	weekends := filepath.Join(telemetry.Default.LocalDir(), "weekends")
    	day := fmt.Sprintf("%d\n", rand.Intn(7))
    	if _, err := os.ReadFile(weekends); err != nil {
    		if err := os.MkdirAll(telemetry.Default.LocalDir(), 0777); err != nil {
    			debugPrintf("%v: could not create telemetry.LocalDir %s", err, telemetry.Default.LocalDir())
    			return 0, err
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top