K-Phoen / grabana

User-friendly Go library for building Grafana dashboards
MIT License
680 stars 69 forks source link

Support defining CloudWatch datasources #221

Closed K-Phoen closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #221 (8a7600e) into master (cc34bb1) will increase coverage by 0.06%. The diff coverage is 95.94%.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/K-Phoen/grabana/pull/221/graphs/tree.svg?width=650&height=150&src=pr&token=eJwYXNp5jD&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez)](https://codecov.io/gh/K-Phoen/grabana/pull/221?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez) ```diff @@ Coverage Diff @@ ## master #221 +/- ## ========================================== + Coverage 90.01% 90.07% +0.06% ========================================== Files 90 92 +2 Lines 6860 6934 +74 ========================================== + Hits 6175 6246 +71 - Misses 541 543 +2 - Partials 144 145 +1 ``` | [Impacted Files](https://codecov.io/gh/K-Phoen/grabana/pull/221?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez) | Coverage Δ | | |---|---|---| | [datasource/cloudwatch/cloudwatch.go](https://codecov.io/gh/K-Phoen/grabana/pull/221?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez#diff-ZGF0YXNvdXJjZS9jbG91ZHdhdGNoL2Nsb3Vkd2F0Y2guZ28=) | `87.50% <87.50%> (ø)` | | | [datasource/cloudwatch/options.go](https://codecov.io/gh/K-Phoen/grabana/pull/221?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez#diff-ZGF0YXNvdXJjZS9jbG91ZHdhdGNoL29wdGlvbnMuZ28=) | `100.00% <100.00%> (ø)` | |
K-Phoen commented 1 year ago

Relates to #220