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: S3 metric storage #172

Open
subhankarb opened this issue Jan 11, 2024 · 0 comments
Open

feat: S3 metric storage #172

subhankarb opened this issue Jan 11, 2024 · 0 comments
Labels
Configuration ⚡️enhancement New feature or request metric store Storage for metrics

Comments

@subhankarb
Copy link
Member

Tell us about the problem you're trying to solve

S3 metric storage.

Describe the solution you’d like

We will add one implementation of MetricRepository. The name will be S3MetricRepository

The S3 storage configuration will look like below.

storage:
  type: s3
  params:
    path: /dcs_metrics
    bucket: dcs-metrics
    region: us-east-1
    aws_access_key_id: !ENV ${AWS_ACCESS_KEY_ID}
    aws_secret_access_key: !ENV ${AWS_SECRET_ACCESS_KEY}
@subhankarb subhankarb changed the title feat: feat: S3 metric storage Jan 11, 2024
@subhankarb subhankarb added ⚡️enhancement New feature or request metric store Storage for metrics Configuration labels Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Configuration ⚡️enhancement New feature or request metric store Storage for metrics
Projects
None yet
Development

No branches or pull requests

1 participant