Skip to content

Commit 670dab7

Browse files
committed
improved, rady to delivered
1 parent a98e54b commit 670dab7

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,7 @@ jobs:
144144
tag_name: ${{ github.ref }}
145145
release_name: Release ${{ github.ref }}
146146
body: |
147-
[WIP] Changes in this Release
148-
- First Change
149-
- Second Change
147+
See the file: CHANGELOG.md
150148
draft: false
151149
prerelease: false
152150

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
# aws_cloudwatch_exporter
22

3-
![Master branch workflow](https://github.com/slashdevops/aws_cloudwatch_exporter/workflows/.github/workflows/master.yaml/badge.svg)
3+
![Master branch workflow](https://github.com/slashdevops/aws_cloudwatch_exporter/workflows/Master%20branch%20workflow/badge.svg?branch=master)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/slashdevops/aws_cloudwatch_exporter)](https://goreportcard.com/report/github.com/slashdevops/aws_cloudwatch_exporter)
55
![Docker Pulls](https://img.shields.io/docker/pulls/slashdevops/aws_cloudwatch_exporter.svg?maxAge=604800)
66

77
Prometheus exporter for AWS CloudWatch
88

9-
This exporter used the AWS CloudWatch GetMetricsData API call, please it is important you read
9+
This exporter used the [AWS CloudWatch GetMetricsData API call](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetMetricData.html), please it is important you read
10+
1011
* https://aws.amazon.com/premiumsupport/knowledge-center/cloudwatch-getmetricdata-api/
12+
* https://aws.amazon.com/cloudwatch/pricing/?nc1=h_ls
13+
14+
**WARNING**:
15+
16+
* The use of this exporter could be expensive, this need be used taking care.
17+
18+
**NOTES**:
19+
20+
* When you use [AWS CloudWatch GetMetricsData API call](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetMetricData.html) with 1 request you can get 500 metrics a time, so
21+
read the links above before use it.
22+
23+
LIMITATIONS:
24+
25+
* You could define 500 metrics queries in total (a future release will allow more)
1126

1227
## Configuration
1328

server.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ server:
1313
application:
1414
metricStatPeriod: 5m
1515
metricTimeWindow: 10m
16-
credentialsFile: credentials.yaml
1716
metricsFiles:
1817
- metrics.yaml

0 commit comments

Comments
 (0)