Skip to content

feat: S3 metric storage #172

@subhankarb

Description

@subhankarb

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}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions