Skip to content

Commit

Permalink
Make queries easier to insert by hand 🙃
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Dec 23, 2022
1 parent 4d82c64 commit 9cd3cfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/db/seeds/appuio_cloud_memory.promql
Original file line number Diff line number Diff line change
@@ -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(
Expand Down
2 changes: 1 addition & 1 deletion pkg/db/seeds/appuio_cloud_memory_sub_cpu.promql
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion pkg/db/seeds/appuio_cloud_memory_sub_memory.promql
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 9cd3cfc

Please sign in to comment.