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

Please add support for multiple values in aws_statistics #19

Open
jonathansm1th opened this issue Jun 13, 2019 · 0 comments
Open

Please add support for multiple values in aws_statistics #19

jonathansm1th opened this issue Jun 13, 2019 · 0 comments

Comments

@jonathansm1th
Copy link
Contributor

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]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant