summaryrefslogtreecommitdiff
path: root/app/services/prometheus
Commit message (Collapse)AuthorAgeFilesLines
* Remove now unused KubernetesService methodsremove_unused_k8s_service_methodsJames Fargher2019-07-051-5/+2
| | | | | Now that KubernetesService can no longer be a DeploymentPlatform we can remove all kubernetes client code and KubernetesService edge cases.
* Add a proxy method to PrometheusClientReuben Pereira2019-04-051-0/+116
| | | | | | | | - Also refactor the get and json_api_get methods so that the get method can be reused by the new proxy method. - The new proxy method makes no changes to the request to the prometheus server and response from the prometheus server. This allows it to be used as a proxy to the Prometheus server, hence the name.
* Remove #ready? method in favor of #available?Thong Kuah2019-02-151-1/+1
| | | | | Given https://github.com/helm/helm/issues/3338, I think that we should exclude applications that are :update_errored, :updating as well.
* Backports relevant changes made in ↵Tiago Botelho2018-07-251-1/+1
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5163 to CE
* Enable more frozen string in app/services/**/*.rbgfyoung2018-07-181-0/+2
| | | | Partially addresses #47424.
* Implemente Prometheus:AdapterServicePawel Chojnacki2018-03-051-0/+36