Skip to content

[BUG] <title>don't get AWS/ElastiCache SuccessfulWriteRequestLatency metrics #1559

Open
@JosonQian

Description

@JosonQian

Is there an existing issue for this?

  • I have searched the existing issues

YACE version

v0.61.2

Config file

apiVersion: v1alpha1
sts-region: ap-northeast-1
discovery:
jobs:
- type: AWS/ElastiCache
regions: [ap-northeast-1]
period: 300
length: 300
metrics:
- name: CPUUtilization
statistics: [Average]
- name: FreeableMemory
statistics: [Average]
- name: NetworkBytesIn
statistics: [Average]
- name: NetworkBytesOut
statistics: [Average]
- name: NetworkPacketsIn
statistics: [Average]
- name: NetworkPacketsOut
statistics: [Average]
- name: SwapUsage
statistics: [Average]
- name: CPUCreditUsage
statistics: [Average]
- name: CurrConnections
statistics: [Average]
- name: CurrItems
statistics: [Sum]
- name: SuccessfulWriteRequestLatency
statistics: [Average]

Current Behavior

I don't get additional custom monitoring metrics for AWS/RDS, such as SuccessfulWriteRequestLatency

Expected Behavior

I'd like to get additional custom monitoring metrics for AWS/RDS, such as DatabaseMemoryUsagePercentage and EngineCPUUtilization

Steps To Reproduce

No response

Anything else?

Currently, only these few metrics are being returned.

aws_elasticache_info
aws_elasticache_cpuutilization_average
aws_elasticache_curr_connections_sum
aws_elasticache_curr_items_sum
aws_elasticache_freeable_memory_average
aws_elasticache_network_bytes_in_average
aws_elasticache_network_bytes_out_average
aws_elasticache_network_packets_in_average
aws_elasticache_network_packets_out_average
aws_elasticache_swap_usage_average

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