Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Metric] Refactor Frontend-exporter (#413)
* Fix dict unpacking lint error * Format Code * Update yapf * Update yapf and reformat code * Check yapf version in shell script * Change `echo` to `cat` * Add python version check; almost ready * Format code with python version 2.7.12 * Separate frontend-exporter as depolyment outside query-frontend 1. Move it to deployment 2. Because it's no longer in the same pod as query-frontend, we now need to directly call against query-frontend service. 3. Update fronte_end_exporter image to accept ports. 4. Update docker metric for corresponding change * Remove k8s part * Format code * Address Comment
- Loading branch information