Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallCounter ¶
type CallCounter interface {
AddLabel(name, value string)
}
type Names ¶
type Names struct { // RawService is the unmodified service name RawService string // Service is the shortened service name (e.g. "svid.v1.SVID", "WorkloadAPI") Service string // Method is the method name (e.g. MintX509SVID) Method string // MetricKey is the metric key for the method MetricKey []string }
type RateLimiter ¶ added in v1.2.0
Click to show internal directories.
Click to hide internal directories.