metrics

package
v1.77.0-dev Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package metrics defines all metrics that can be produced by an xDS client. All calls to the MetricsRecorder by the xDS client will contain a struct from this package passed by pointer.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResourceUpdateInvalid

type ResourceUpdateInvalid struct {
	ServerURI    string
	ResourceType string
}

ResourceUpdateInvalid is a metric to report an invalid resource update from the xDS management server for a given resource type.

type ResourceUpdateValid

type ResourceUpdateValid struct {
	ServerURI    string
	ResourceType string
}

ResourceUpdateValid is a metric to report a valid resource update from the xDS management server for a given resource type.

type ServerFailure

type ServerFailure struct {
	ServerURI string
}

ServerFailure is a metric to report a server failure of the xDS management server.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL