Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Prometheus and Grafana to be included in Docker Compose run optionally #85

Closed
sivachandran opened this issue Jan 19, 2021 · 1 comment

Comments

@sivachandran
Copy link
Contributor

Clamp publishes its API metrics under /metrics route. The metrics can be consumed by Prometheus and monitored through Grafana.

Presently, if we want to monitor the metrics we need to manually configure and run Prometheus, Grafana. As we are already having a Docker Compose based development runtime, we could also include Prometheus and Grafana as part of them. We may not be interested in monitoring API metrics all the time. So, we can include them in Docker Compose in such a way that they can be launched only when required.

@sivachandran
Copy link
Contributor Author

The changes are merged to master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant