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.
Click to show internal directories.
Click to hide internal directories.