diff --git a/helm/prometheus-rules/templates/platform/atlas/recording-rules/grafana-cloud.rules.yml b/helm/prometheus-rules/templates/platform/atlas/recording-rules/grafana-cloud.rules.yml index 590876d7c..b6fdbfbac 100644 --- a/helm/prometheus-rules/templates/platform/atlas/recording-rules/grafana-cloud.rules.yml +++ b/helm/prometheus-rules/templates/platform/atlas/recording-rules/grafana-cloud.rules.yml @@ -432,25 +432,9 @@ spec: record: aggregation:kong:nginx_http_current_connections - expr: container_memory_usage_bytes{namespace=~"kong.*", container=~"proxy|ingress-controller"} record: aggregation:kong:memory_usage_bytes - - name: irsa.aws.grafana-cloud.recording - rules: - # IAM roles for Service Accounts metrics - - expr: sum(irsa_operator_cluster_errors) by (cluster_id, cluster_type, customer, installation, pipeline, provider, region, account_id, cluster_namespace) - record: aggregation:giantswarm:irsa_operator_cluster_errors - - name: limits.aws.grafana-cloud.recording - rules: - # AWS service quotas metrics - - expr: sum(aws_servicequotas_operator_quota_increase_request_errors) by (account_id,cluster_id, cluster_type, customer, installation, pipeline, provider, region,cluster_namespace,service_name,quota_description,quota_code,quota_value) - record: aggregation:giantswarm:aws_servicequotas_operator_quota_increase_request_errors - - expr: sum(aws_servicequotas_operator_quota_history_request_errors) by (account_id,cluster_id, cluster_type, customer, installation, pipeline, provider, region,cluster_namespace,service_name,quota_description,quota_code,quota_value) - record: aggregation:giantswarm:aws_servicequotas_operator_quota_history_request_errors - - expr: sum(aws_servicequotas_operator_quota_applied_request_errors) by (account_id,cluster_id, cluster_type, customer, installation, pipeline, provider, region,cluster_namespace,service_name,quota_description,quota_code,quota_value) - record: aggregation:giantswarm:aws_servicequotas_operator_quota_applied_request_errors - - expr: sum(aws_servicequotas_operator_quota_applied_values) by (account_id,service_name,quota_description,quota_code, cluster_id, cluster_type, customer, installation, pipeline, provider, region) / count(aws_servicequotas_operator_quota_applied_values) by (account_id,service_name,quota_description,quota_code, cluster_id, cluster_type, customer, installation, pipeline, provider, region) - record: aggregation:giantswarm:aws_servicequotas_operator_quota_applied_values - name: management-clusters.organizations.grafana-cloud.recording rules: - # Management Cluster Usage + # Observability operator organizations - expr: observability_operator_grafana_organization_info record: aggregation:observability:organization:organization_info - expr: observability_operator_grafana_organization_tenants