cloudposse / prometheus-to-cloudwatch

Utility for scraping Prometheus metrics from a Prometheus client endpoint and publishing them to CloudWatch
https://cloudposse.com/accelerate
Apache License 2.0
169 stars 37 forks source link

Simplify conditional removing 'else' statement #13

Closed pantuza closed 5 years ago

pantuza commented 5 years ago

This Pull Request has a very small and simple change. It simplifies a if statement by removing the else block once it has no logical effect on how code will execute.

It is a very small contribution. Thank you for this helpful project.

aknysh commented 5 years ago

thanks @pantuza please rebase

osterman commented 5 years ago

@pantuza bump =)

pantuza commented 5 years ago

Hey guys, I've resolved the merge conflict and rebased the changes. Hope that is what you were expecting.