Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Documentation Improvement on ALB Targetgroups #702

Open
1 task done
jportasa opened this issue Oct 27, 2022 · 0 comments
Open
1 task done

[FEATURE] Documentation Improvement on ALB Targetgroups #702

jportasa opened this issue Oct 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jportasa
Copy link

jportasa commented Oct 27, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Feature description

I the sense of improving documentation on how to use ALB targetgroups:

Is frecuent to see an ALB shared by multiple app's, so each APP is a different targetgroup.
I want to get metrics from a specific Targetgroup of a specific ALB, filtering targetgroup name by TAG

what would be the configuration?

The ALB TAG is:
ingress.k8s.aws/stack: web-platform-prpduction

The targetgroup TAG is:
ingress.k8s.aws/resource: production-prd-1-global-tofu/tofu-tofu:80

What might the configuration look like?

  - type: AWS/ApplicationELB
    regions:
    - us-east-1
    searchTags:
    - key:  ingress.k8s.aws/stack
      value: global-production-external
    statistics:
    - Maximum
    metrics:
    - name: HTTPCode_Target_2XX_Count
      period: 60
      length: 600

Anything else?

No response

@jportasa jportasa added the enhancement New feature or request label Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant