Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,322 for statsd (0.1 sec)

  1. releasenotes/notes/proxy-stats-inclusion.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: telemetry
    issue:
    - 26546
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 15 20:22:21 UTC 2020
    - 159 bytes
    - Viewed (0)
  2. releasenotes/notes/istioctl-proxy-config-stats.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 21 02:57:05 UTC 2022
    - 181 bytes
    - Viewed (0)
  3. internal/disk/stat_bsd.go

    	}
    	info.Used = info.Total - info.Free
    	return info, nil
    }
    
    // GetDriveStats returns IO stats of the drive by its major:minor
    func GetDriveStats(major, minor uint32) (iostats IOStats, err error) {
    	return IOStats{}, errors.New("operation unsupported")
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Feb 26 19:34:50 UTC 2024
    - 1.7K bytes
    - Viewed (1)
  4. src/cmd/go/internal/modfetch/zip_sum_test/testdata/zip_sums.csv

    github.com/caarlos0/ctrlc,v1.0.0,h1:2DtF8GSIcajgffDFJzyG15vO+1PuBWOMUdFut7NnXhw=,e4b5e9dd37cee2d47ff1c5eeba9a4b6e2b778c349a3615ca9653531f035a3ca6
    github.com/cactus/go-statsd-client/statsd,v0.0.0-20191030180650-a68a2246f89c,h1:rrLWPlpOKwnBpVUXitbgM3+Nie1eBaFfBZqfiPpxVj8=,cbb94149ec688419a91406b374955946c3679b1dde0752d7c0ffdc87432cd0b3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 18 17:29:01 UTC 2020
    - 334.9K bytes
    - Viewed (0)
  5. releasenotes/notes/duplicated-extra-stats-tag.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: telemetry
    issue:
    - 31270
    releaseNotes:
    - |
      **Fixed** an issue where envoy does not start up properly when
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 16 16:30:56 UTC 2021
    - 203 bytes
    - Viewed (0)
  6. pkg/kubelet/stats/cri_stats_provider_windows.go

    	}
    	if stats.Memory != nil {
    		result.Memory.Time = metav1.NewTime(time.Unix(0, stats.Memory.Timestamp))
    		if stats.Memory.WorkingSetBytes != nil {
    			result.Memory.WorkingSetBytes = &stats.Memory.WorkingSetBytes.Value
    		}
    		if stats.Memory.AvailableBytes != nil {
    			result.Memory.AvailableBytes = &stats.Memory.AvailableBytes.Value
    		}
    		if stats.Memory.PageFaults != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 18 07:03:11 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  7. src/runtime/debug/garbage_test.go

    	runtime.ReadMemStats(&mstats)
    
    	if stats.NumGC != int64(mstats.NumGC) {
    		t.Errorf("stats.NumGC = %d, but mstats.NumGC = %d", stats.NumGC, mstats.NumGC)
    	}
    	if stats.PauseTotal != time.Duration(mstats.PauseTotalNs) {
    		t.Errorf("stats.PauseTotal = %d, but mstats.PauseTotalNs = %d", stats.PauseTotal, mstats.PauseTotalNs)
    	}
    	if stats.LastGC.UnixNano() != int64(mstats.LastGC) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 19 14:30:00 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  8. src/runtime/metrics_test.go

    	if gcTotal != stats.GCTotalTime {
    		t.Errorf("manually computed total does not match GCTotalTime: %d cpu-ns vs. %d cpu-ns", gcTotal, stats.GCTotalTime)
    	}
    	scavTotal := stats.ScavengeAssistTime + stats.ScavengeBgTime
    	if scavTotal != stats.ScavengeTotalTime {
    		t.Errorf("manually computed total does not match ScavengeTotalTime: %d cpu-ns vs. %d cpu-ns", scavTotal, stats.ScavengeTotalTime)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 45K bytes
    - Viewed (0)
  9. releasenotes/notes/envoy-stats-proxy-admin-port.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue: []
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 05 09:33:19 UTC 2024
    - 198 bytes
    - Viewed (0)
  10. releasenotes/notes/istioctl-proxy-config-stats-prom-merged.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 39454
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 22 23:01:52 UTC 2022
    - 215 bytes
    - Viewed (0)
Back to top