We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v0.61.2
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]
I don't get additional custom monitoring metrics for AWS/RDS, such as SuccessfulWriteRequestLatency
I'd like to get additional custom monitoring metrics for AWS/RDS, such as DatabaseMemoryUsagePercentage and EngineCPUUtilization
No response
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
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
The text was updated successfully, but these errors were encountered: