Skip to content

Commit

Permalink
Add aggregation by subscription_id on GCP Pub/Sub Subscription heartb…
Browse files Browse the repository at this point in the history
…eat (#282)

Co-authored-by: Quentin Manfroi <[email protected]>
  • Loading branch information
ignacio-rivas and xp-1000 authored Jun 8, 2021
1 parent 169574a commit 631c392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/integration_gcp-pubsub-subscription/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ variable "heartbeat_timeframe" {
variable "heartbeat_aggregation_function" {
description = "Aggregation function and group by for heartbeat detector (i.e. \".mean(by=['host'])\")"
type = string
default = ""
default = ".mean(by=['subscription_id'])"
}

# Oldest_unacked_message detector
Expand Down

0 comments on commit 631c392

Please sign in to comment.