Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for startup_duration_seconds (0.22 sec)

  1. releasenotes/notes/agent-startup.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: networking
    issue: []
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 14 23:14:49 UTC 2020
    - 183 bytes
    - Viewed (0)
  2. pilot/cmd/pilot-agent/metrics/metrics.go

    	// is dependent on readiness probes. This means our granularity is correlated to
    	// the probing interval.
    	startupTime = monitoring.NewGauge(
    		"startup_duration_seconds",
    		"The time from the process starting to being marked ready.",
    	)
    
    	// scrapeErrors records total number of failed scrapes.
    	scrapeErrors = monitoring.NewSum(
    		"scrape_failures_total",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 24 04:04:42 UTC 2023
    - 1.8K bytes
    - Viewed (0)
Back to top