We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed86c4b commit bae8e80Copy full SHA for bae8e80
cluster/pulumi/infra/src/gcpAlerts.ts
@@ -124,6 +124,13 @@ ${conditionalString(
124
AND jsonPayload.remote=~"sender = PAR::tw-cn-testnet-participant-1::122051b3a160"
125
AND timestamp <= "2025-05-14T09:00:00.000Z")
126
`
127
+)}
128
+${conditionalString(
129
+ // making this condition more complicated causes GCP to be unable to parse the query because there's too many filters
130
+ isDevNet,
131
+ `-- TODO(hyperledger-labs/splice#447): remove this once configured cardinality is respected
132
+ -(jsonPayload.message="Instrument splice.trigger.latency.duration.seconds has exceeded the maximum allowed cardinality (1999).")
133
+`
134
)}`,
135
labelExtractors: {
136
cluster: 'EXTRACT(resource.labels.cluster_name)',
0 commit comments