Documentation
¶
Index ¶
- Constants
- func NewCurrentCircuitBreakerCounterMetrics(ip, podName, limiterName string) prometheus.Gauge
- func NewResourceWebhookRequestCountMetrics(resource, verb, user string) prometheus.Gauge
- func NewShardingNamespaceCountMetrics(size, id string) prometheus.Gauge
- func NewShardingPodCountMetrics(size, id string) prometheus.Gauge
Constants ¶
View Source
const ( ReconcileSubSystem = "reconcile" CurrentCircuitBreakerCount = "current_circuit_breaker_count" ShardingSubSystem = "sharding" WebhookSubSystem = "webhook" ShardingNamespaceCount = "namespace_count" ShardingPodCount = "pod_count" ResourceWebhookRequestCount = "mutating_webhook_resource_count" )
Variables ¶
This section is empty.
Functions ¶
func NewCurrentCircuitBreakerCounterMetrics ¶
func NewCurrentCircuitBreakerCounterMetrics(ip, podName, limiterName string) prometheus.Gauge
func NewResourceWebhookRequestCountMetrics ¶
func NewResourceWebhookRequestCountMetrics(resource, verb, user string) prometheus.Gauge
func NewShardingNamespaceCountMetrics ¶
func NewShardingNamespaceCountMetrics(size, id string) prometheus.Gauge
func NewShardingPodCountMetrics ¶
func NewShardingPodCountMetrics(size, id string) prometheus.Gauge
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.