Skip to content

Commit

Permalink
Fix amplify hosting metrics and prepare release (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwysiu authored Dec 11, 2024
1 parent 6e1353c commit 5dd7aa8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## 0.31.5

- Update dependencies in https://github.com/grafana/grafana-aws-sdk/pull/176
- actions/checkout from 2 to 4
- tibdex/github-app-token from 1.8.0 to 2.1.0
- Update github.com/grafana/sqlds/v4 from 4.1.2 to 4.1.3 in https://github.com/grafana/grafana-aws-sdk/pull/178
- Remove ReadAuthSettings deprecation warning in https://github.com/grafana/grafana-aws-sdk/pull/184
- Add metrics for elasticache serverless in https://github.com/grafana/grafana-aws-sdk/pull/183
- Update AWS/AmplifyHosting metrics in https://github.com/grafana/grafana-aws-sdk/pull/186

## 0.31.4

- Update dependencies in https://github.com/grafana/grafana-aws-sdk/pull/175
Expand Down
4 changes: 2 additions & 2 deletions pkg/cloudWatchConsts/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ var NamespaceMetricsMap = map[string][]string{
"VolumeWriteOps",
},
"AWS/AmplifyHosting": {
"4XXErrors",
"5XXErrors",
"4xxErrors",
"5xxErrors",
"BytesDownloaded",
"BytesUploaded",
"Latency",
Expand Down

0 comments on commit 5dd7aa8

Please sign in to comment.