Commit Graph

4 Commits

Author SHA1 Message Date
Mustafa Demirhan f790e93b20 Remove Prometheus Operator dependency (#960)
* Remove the usage of prometheus operator and manage prometheus instances ourselves. This is needed because prometheus operator doesn't work with kubernetes 1.10 yet and we need that support. We are not making use of prometheus operator capabilities yet, so there is no functionality lost.

* Add OWNERS files to monitoring related folders.
2018-05-24 17:31:08 -07:00
Mustafa Demirhan 501e8cca82 Autoscaler metrics and performance investigation guide (#789)
Fixes #578 and #493
* Added a document titled "Investigating Performance Issues" - this document will guide users through debugging application performance issues and will show how they can use the observability features offered by Elafros to identify such issues.
* Added metrics and a dashboard for autoscaler component and documented how it is used in the guide above.
2018-05-01 15:01:55 -07:00
Mustafa Demirhan 60d272b823 Add documentation for accessing build logs. (#623)
* Add documentation for accessing build logs.
2018-04-11 09:47:44 -07:00
yanweiguo 69be45331a Adds application debugging guide for developer (#603)
Add step by step instructions for developers to debug their apps on Elafro.
2018-04-09 14:33:28 -07:00