Documentation ¶
Overview ¶
Package rctelemetryreporterimpl provides a DdRcTelemetryReporter that sends RC-specific metrics to the DD backend.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DdRcTelemetryReporter ¶
type DdRcTelemetryReporter struct { BypassRateLimitCounter telemetry.Counter BypassTimeoutCounter telemetry.Counter }
DdRcTelemetryReporter is a datadog-agent telemetry counter for RC cache bypass metrics. It implements the RcTelemetryReporter interface.
func (*DdRcTelemetryReporter) IncRateLimit ¶
func (r *DdRcTelemetryReporter) IncRateLimit()
IncRateLimit increments the DdRcTelemetryReporter BypassRateLimitCounter counter.
func (*DdRcTelemetryReporter) IncTimeout ¶
func (r *DdRcTelemetryReporter) IncTimeout()
IncTimeout increments the DdRcTelemetryReporter BypassTimeoutCounter counter.
Click to show internal directories.
Click to hide internal directories.