seqeralabs / terraform-seqera-aws

Apache License 2.0
6 stars 3 forks source link

Include Prometheus metrics #17

Open pditommaso opened 1 year ago

pditommaso commented 1 year 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 1 year ago

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