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

Expose prometheus metrics #35

Open kadaan opened 4 years ago

kadaan commented 4 years ago

what

image

why

references

aknysh commented 4 years ago

@kadaan thanks for the PR. Looks like you are adding a server and prometheus to be able to get metrics from this app itself, correct? Can you please add more description to the PR in the form:

## what
* Describe high-level what changed as a result of these commits (i.e. what do these changes mean)
* Use bullet points to be concise and to the point

## why
* Provide the justifications for the changes (e.g. business case)
* Describe why these changes were made (e.g. why do these commits fix the problem)
* Use bullet points to be concise and to the point

## references
* Link to any supporting GitHub issues or helpful documentation to add some context (e.g. stackoverflow)
* Use `closes #123`, if this PR closes a GitHub issue `#123`
kadaan commented 4 years ago

@aknysh Updated