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

feat: add AWS/AppRunner as supported service #1433

Merged

Conversation

fabiiw05
Copy link
Contributor

@fabiiw05 fabiiw05 commented Jun 5, 2024

I have confirmed that it can be retrieved using the following configuration.

apiVersion: v1alpha1
discovery:
  jobs:
  - regions:
    - us-east-1
    period: 300
    length: 300
    type: AWS/AppRunner
    metrics:
      - name: MemoryUtilization
        statistics: [Average, Maximum]
      - name: CPUUtilization
        statistics: [Average, Maximum]
      - name: 2xxStatusResponses
        statistics: [Sum]
      - name: Requests
        statistics: [Sum]
      - name: RequestLatency
        statistics: [Average]
      - name: ActiveInstances
        statistics: [Maximum]
      - name: 4xxStatusResponses
        statistics: [Sum]
      - name: Concurrency
        statistics: [Maximum]

スクリーンショット 2024-06-05 15 10 04

@fabiiw05 fabiiw05 force-pushed the support-aws-app-runner branch from bd70732 to 51b3ade Compare June 18, 2024 13:30
@cristiangreco cristiangreco merged commit 4e37085 into prometheus-community:master Jun 24, 2024
3 checks passed
@fabiiw05 fabiiw05 deleted the support-aws-app-runner branch June 25, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants