Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Please add support for multiple values in aws_statistics #19

@jonathansm1th

Description

@jonathansm1th

Adding a metric with more than one value in aws_statistics throws error:

* collected metric "aws_lambda_duration_maximum" { label:<name:"function_name" value:"LambdaFunctionName" > label:<name:"task" value:"lambda_duration_no_select" > gauge:<value:290.72 > } was collected before with the same name and label values
 - name: lambda_duration_no_select
   default_region: us-east-1
   metrics:
    - aws_namespace: "AWS/Lambda"
      aws_dimensions: [FunctionName]
      aws_metric_name: Duration
      aws_statistics: [Maximum, Minimum]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions