seqeralabs / terraform-seqera-aws

Apache License 2.0
5 stars 3 forks source link

Include Prometheus metrics #17

Open pditommaso opened 10 months ago

pditommaso commented 10 months ago

Seqera Platform HPA scaling policy relies on Prometheus metrics to scale pods on-demand depending the number of http requests. See here

  - type: Pods
    pods:
      metric:
        name: http_server_requests
      target:
        type: AverageValue
        averageValue: '150'

This requires the deployment of the Prometheus service along with the other components of the Seqera Platform. Ideally this should be an optional step in the Terraform module.

enekui commented 10 months ago

@ashseqera, need some support from your side on this one :)