From 9cd3cfc3657a30736f2cee7b6ec2bd53b0ce3a9c Mon Sep 17 00:00:00 2001 From: Sebastian Widmer Date: Fri, 23 Dec 2022 16:13:29 +0100 Subject: [PATCH] =?UTF-8?q?Make=20queries=20easier=20to=20insert=20by=20ha?= =?UTF-8?q?nd=20=F0=9F=99=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/db/seeds/appuio_cloud_memory.promql | 2 +- pkg/db/seeds/appuio_cloud_memory_sub_cpu.promql | 2 +- pkg/db/seeds/appuio_cloud_memory_sub_memory.promql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/db/seeds/appuio_cloud_memory.promql b/pkg/db/seeds/appuio_cloud_memory.promql index de4f598..112a36d 100644 --- a/pkg/db/seeds/appuio_cloud_memory.promql +++ b/pkg/db/seeds/appuio_cloud_memory.promql @@ -1,7 +1,7 @@ # Sum values over one hour. sum_over_time( # Average over a one-minute time frame. - # NOTE: This is a sliding window. Results vary based on the queries' execution time. + # NOTE: This is a sliding window. Results vary based on the queries execution time. avg_over_time( # Add the final product label by joining the base product with the cluster ID, the tenant and the namespace. label_join( diff --git a/pkg/db/seeds/appuio_cloud_memory_sub_cpu.promql b/pkg/db/seeds/appuio_cloud_memory_sub_cpu.promql index e53f6e6..7e1d425 100644 --- a/pkg/db/seeds/appuio_cloud_memory_sub_cpu.promql +++ b/pkg/db/seeds/appuio_cloud_memory_sub_cpu.promql @@ -3,7 +3,7 @@ # Sum values over one hour. sum_over_time( # Average over a one-minute time frame. - # NOTE: This is a sliding window. Results vary based on the queries' execution time. + # NOTE: This is a sliding window. Results vary based on the queries execution time. avg_over_time( # Add the final product label by joining the base product with the cluster ID, the tenant and the namespace. label_join( diff --git a/pkg/db/seeds/appuio_cloud_memory_sub_memory.promql b/pkg/db/seeds/appuio_cloud_memory_sub_memory.promql index effae88..c83e3ca 100644 --- a/pkg/db/seeds/appuio_cloud_memory_sub_memory.promql +++ b/pkg/db/seeds/appuio_cloud_memory_sub_memory.promql @@ -3,7 +3,7 @@ # Sum values over one hour. sum_over_time( # Average over a one-minute time frame. - # NOTE: This is a sliding window. Results vary based on the queries' execution time. + # NOTE: This is a sliding window. Results vary based on the queries execution time. avg_over_time( # Add the final product label by joining the base product with the cluster ID, the tenant and the namespace. label_join(