metrics

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CloudProviderAWS = "aws"
)

Variables

View Source
var (
	SkrRuntimeReconcileTotal = prometheus.NewCounterVec(prometheus.CounterOpts{
		Name: "cloud_manager_skr_runtime_reconcile_total",
		Help: "Total number of SKR reconciliation connections per kyma name",
	}, []string{"kyma"})

	SkrRuntimeModuleActiveCount = prometheus.NewGaugeVec(prometheus.GaugeOpts{
		Name: "cloud_manager_skr_runtime_module_active_count",
		Help: "Number of SKRs with currently active cloud-manager module per kyma name",
	}, []string{"kymaName", "globalAccountId", "subAccountId", "shootName", "region", "brokerPlanName"})
)
View Source
var (
	CloudProviderCallCount = prometheus.NewCounterVec(prometheus.CounterOpts{
		Name: "cloud_manager_cloud_provider_api_call_total",
		Help: "Total number of cloud provider API calls per provider, method, response code, and region",
	}, []string{"provider", "method", "response_code", "region"})
)

Functions

func AwsReportMetricsMiddleware

func AwsReportMetricsMiddleware() smithymiddleware.DeserializeMiddleware

Types

This section is empty.

Jump to

Keyboard shortcuts

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