Skip to content

[BUG] Tag labels are not being added automatically to metrics for AWS keyspace / cassandra service #814

@bdeore

Description

@bdeore

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Here's my config:

      apiVersion: v1alpha1
      sts-region: us-east-1
      discovery:
        exportedTagsOnMetrics:
          cassandra:
            - business_service
            - component
        jobs:
          - type: cassandra
            regions:
              - us-east-1
            roles:
              - roleArn: <redacted>
            searchTags:
              - key: environment
                value: dev
            metrics:
              - name: ProvisionedReadCapacityUnits
                statistics:
                  - Average
                  - Minimum
                  - Maximum
              - name: ProvisionedWriteCapacityUnits
                statistics:
                  - Average
                  - Minimum
                  - Maximum

Expected Behavior

aws_cassandra_provisioned_read_capacity_units_average metric should be tagged with business_service and component tag. these tags are missing.

Steps To Reproduce

No response

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions