summaryrefslogtreecommitdiff
path: root/app/services/prometheus
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-202-3/+49
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-183-5/+34
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-291-8/+3
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-202-24/+25
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-131-0/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-081-0/+88
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-242-0/+23
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-091-2/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-081-30/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-241-10/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-7/+48
|
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot2019-12-161-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-091-0/+51
|
* Convert RestClient to Gitlab::HTTP for Prometheus MonitorDavid Wilkins2019-08-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Closes #60024 - Change PrometheusClient.new to accept a base url instead of an already created RestClient - Use Gitlab::HTTP in PrometheusClient instead of creating RestClient in PrometheusService - Move http_options from PrometheusService to PrometheusClient (follow_redirects: false) - ensure that base urls don't have the trailing slash - Created a `PrometheusClient#url` method that might not be strictly required - Change rescued exceptions from RestClient::* to HTTParty::ResponseError where possible and StandardError for the rest
* 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