cloudwatch_exporter
cloudwatch_exporter copied to clipboard
Metrics exporter for Amazon AWS CloudWatch
# Proposal ### Use case. Why is this important? In my opinion calling ListMetrics every minute is waste of money - resources aren't created and removed so often. To avoid...
Addresses #442 - [x] Warnings for list metrics is now configurable globally / per metric. - [ ] (still WIP) Added explanation in README on how exporter determines which dimensions...
# Proposal ### Use case. Why is this important? To collect metrics for ECS containers! ### How do you think the new configuration should look like? Example: ``` - aws_namespace:...
Version: prom/cloudwatch-exporter:v0.14.3 Config: --- region: eu-west-1 metrics: : : - aws_namespace: AWS/ApplicationELB aws_metric_name: HTTPCode_Target_4XX_Count aws_dimensions: [AvailabilityZone, LoadBalancer] aws_statistics: [Sum] - aws_namespace: AWS/ApplicationELB aws_metric_name: HTTPCode_Target_5XX_Count aws_dimensions: [AvailabilityZone, LoadBalancer] aws_statistics: [Sum] Problem:...
The resource tagging API endpoint that we use to resolve tags to resource IDs only allows specifying 20 tag values at a time. If more than 20 tag values are...
Getting Warning messages while using cloudwatch-exporter to fetch AWS Transfer metrics in prometheus
This is my values.yaml config: ` cluster: "" namespace: "" prometheus-cloudwatch-exporter: replicaCount: 1 image: repository: prom/cloudwatch-exporter tag: v0.14.3 pullPolicy: IfNotPresent command: [] service: type: ClusterIP port: 9106 portName: http annotations:...
Does the Cloudwatch exporter support the use of temp credentials/Security Token Service and C2S endpoints (non-public AWS endpoints)?
From #391: > The dynamic reload behavior is not great if it'll just load a broken config and then break vs retain the previous config.
Hi Team, Multiple dimensions not able to display under AWS/EC2 namespace. Below parameters are not working... Please find the code i'm using on it. Please help me on the same...
This appears to be blocked by #134 & using the GetMetricData API. https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/using-metric-math.html#metric-math-syntax Some metrics are only available by computing them using Metric Math, like the actual value of Service...