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] Include configuration file #1313

Open
1 task done
kpallade opened this issue Feb 21, 2024 · 0 comments
Open
1 task done

[FEATURE] Include configuration file #1313

kpallade opened this issue Feb 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@kpallade
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Feature description

Is it possible to include configuration files in the main config file ?
Thx for help

What might the configuration look like?

apiVersion: v1alpha1
sts-region: ${ aws_region }
discovery:
  jobs:
    - type: "AWS/S3"
      regions: ["${ aws_region }"]
      period: 60
      length: 120
      delay: 60
      statistics: ["Average"]
      metrics:
        - name: NumberOfObjects
        - name: BucketSizeBytes
    - include: conf.d/*.conf

Anything else?

No response

@kpallade kpallade added the enhancement New feature or request label Feb 21, 2024
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