Documentation
¶
Index ¶
Constants ¶
View Source
const ( HasBeenAvailableAnnotation = "hypershift.openshift.io/HasBeenAvailable" CountByIdentityProviderMetricName = "hypershift_cluster_identity_providers" // What about renaming it to hypershift_clusters_by_identity_provider_type ? CountByPlatformMetricName = "hypershift_hostedclusters" // What about renaming it to hypershift_clusters_by_platform ? CountByPlatformAndFailureConditionMetricName = "hypershift_hostedclusters_failure_conditions" // What about renaming it to hypershift_clusters_by_platform_and_failure_condition ? TransitionDurationMetricName = "hypershift_hosted_cluster_transition_seconds" // What about renaming it to hypershift_hosted_clusters_transition_duration_seconds ? WaitingInitialAvailabilityDurationMetricName = "hypershift_cluster_waiting_initial_availability_duration_seconds" InitialRollingOutDurationMetricName = "hypershift_cluster_initial_rolling_out_duration_seconds" UpgradingDurationMetricName = "hypershift_cluster_upgrading_duration_seconds" LimitedSupportEnabledMetricName = "hypershift_cluster_limited_support_enabled" SilenceAlertsMetricName = "hypershift_cluster_silence_alerts" ProxyMetricName = "hypershift_cluster_proxy" ProxyCAValidMetricName = "hypershift_cluster_proxy_ca_valid" ProxyCAExpiryTimestampName = "hypershift_cluster_proxy_ca_expiry_timestamp" InvalidAwsCredsMetricName = "hypershift_cluster_invalid_aws_creds" DeletingDurationMetricName = "hypershift_cluster_deleting_duration_seconds" GuestCloudResourcesDeletingDurationMetricName = "hypershift_cluster_guest_cloud_resources_deleting_duration_seconds" EtcdManualInterventionRequiredMetricName = "hypershift_etcd_manual_intervention_required" ClusterSizeOverrideMetricName = "hypershift_cluster_size_override_instances" HostedClusterManagedAzureInfoMetricName = "hosted_cluster_managed_azure_info" HostedClusterManagedAzureInfoMetricHelp = "Reports Azure managed (ARO) specific information about the given HostedCluster" // see https://github.com/Azure/ARO-HCP/blob/4134b5bb53782858047a0493f31b250c811eb84c/api/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/hcpclusters/preview/2024-06-10-preview/openapi.json#L131 HostedClusterManagedAzureResourceType = "hcpOpenShiftClusters" HostedClusterAzureInfoMetricName = "hosted_cluster_azure_info" HostedClusterAzureInfoMetricHelp = "Reports Azure information about the given HostedCluster" )
Variables ¶
This section is empty.
Functions ¶
func CreateAndRegisterHostedClustersMetricsCollector ¶ added in v0.1.16
func CreateAndRegisterHostedClustersMetricsCollector(client client.Client) prometheus.Collector
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.