Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
JosonQian opened this issue Nov 6, 2024 · 1 comment
Open
1 task done
Labels
bug Something isn't working

Comments

@JosonQian
Copy link

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

@JosonQian JosonQian added the bug Something isn't working label Nov 6, 2024
@hulakv
Copy link

hulakv commented Feb 13, 2025

Hi. I had the same issue. You should add additional metrics to config. Working with -EngineCPUUtilization (v0.62.1)

My config:

  • type: AWS/ElastiCache
    regions:
    - eu-west-1
    period: 300
    length: 300
    metrics:
    - name: CPUUtilization
    statistics: [Average]
    - name: EngineCPUUtilization
    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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants