You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's crucial to have ability applying aggregation/alignment on GCP Stackdriver metric in order to both fetch less data from GCP API and get exactly what you need.
For instance, aggregator and aligner would be useful:
triggers:
- type: gcp-stackdrivermetadata:
projectId: my-project-idfilter: 'metric.type="loadbalancing.googleapis.com/https/backend_latencies" AND resource.type="https_lb_rule" AND resource.label.forwarding_rule_name="k8s2-..."'aggregator: 'mean | sum | 95th_percentile | etc.'aligner: 'delta | sum | 95th_percentile | etc.'targetValue: '10'# latency in mscredentialsFromEnv: GOOGLE_APPLICATION_CREDENTIALS_JSON
Use-Case
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
tomkerkhove
changed the title
Aggregation/Alignment on GCP Stackdriver metric
Introduce metric aggregation/alignment in GCP Stackdriver scaler
May 6, 2022
Proposal
It's crucial to have ability applying aggregation/alignment on GCP Stackdriver metric in order to both fetch less data from GCP API and get exactly what you need.
For instance,
aggregator
andaligner
would be useful:Use-Case
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: