import "istio.io/istio/pilot/cmd/pilot-agent/metrics"
var ( EnvoyScrapeErrors = scrapeErrors.With(typeTag.Value(ScrapeTypeEnvoy)) AppScrapeErrors = scrapeErrors.With(typeTag.Value(ScrapeTypeApp)) AgentScrapeErrors = scrapeErrors.With(typeTag.Value(ScrapeTypeAgent)) // ScrapeTotals records total number of scrapes. ScrapeTotals = monitoring.NewSum( "scrapes_total", "The total number of scrapes.", ) )
var ( ScrapeTypeEnvoy = "envoy" ScrapeTypeApp = "application" ScrapeTypeAgent = "agent" )
func RecordStartupTime()
Package metrics imports 3 packages (graph) and is imported by 3 packages. Updated 2020-11-06. Refresh now. Tools for package owners.