summaryrefslogtreecommitdiff
path: root/lib/gitlab/prometheus
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy Kubernetes #actual_namespace61935-remove-code-left-over-from-when-clusters-were-always-project-specificTiger2019-05-211-2/+1
* Use correct k8s namespace in Prometheus queriesPeter Leitzen2019-04-291-1/+5
* Add Knative metrics to PrometheusChris Baumbauer2019-04-061-0/+39
* Specify time window for additional metrics apisupport-time-windows-apisyasonik2019-04-031-2/+6
* Correct ordering of metricsrpereira22018-12-211-2/+8
* Extract query variables into own module7527-ci-variables-are-not-parameterized-for-alerting-rules-cePeter Leitzen2018-11-232-5/+17
* Enable even more frozen string for lib/gitlabgfyoung2018-11-1911-0/+22
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-114-0/+8
* Import common metrics into database.Kamil Trzciński2018-09-042-2/+5
* Updates CE backportce-5158-metrics-alertingTiago Botelho2018-07-252-2/+6
* Backports relevant changes made in https://gitlab.com/gitlab-org/gitlab-ee/me...Tiago Botelho2018-07-253-1/+3
* Fix environment deployment platform filter methodGrzegorz Bizon2018-04-061-1/+1
* Squashed commit of the following:Pawel Chojnacki2018-02-247-15/+48
* Backport custom metrics ce componentsPaweł Chojnacki2018-02-235-6/+13
* Make prometheus service querying approach much nicer wrt to arity and default...Pawel Chojnacki2018-02-071-1/+1
* Cleanup PrometheusService testsPawel Chojnacki2018-01-041-12/+14
* Add test checking if prometheus integration is enabled after prometheus is in...Pawel Chojnacki2018-01-042-15/+13
* wipPawel Chojnacki2018-01-022-2/+2
* Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-281-1/+1
* replace `has_matching_label` with `has_matching_label?`Maxim Rydkin2017-08-291-2/+2
* Use correct `Environment`-class within `Gitlab` namespaceBob Van Landuyt2017-08-072-2/+2
* Remove default arguments for common query contextpawel/add_more_variables_to_additional_metrics-35267Pawel Chojnacki2017-08-012-2/+4
* Move timeframe_start and timeframe_end to common query contextPawel Chojnacki2017-08-013-14/+8
* Give metric query context rspec examples correctly sounding names. + missing ...Pawel Chojnacki2017-08-011-0/+1
* Context handling and tests cleanup + simple test kube_namespace context testPawel Chojnacki2017-07-311-11/+9
* add kube_namespace and standardize common variables for additional metrics qu...Pawel Chojnacki2017-07-313-12/+24
* Make queries not die when underlying data cannot be foundPawel Chojnacki2017-06-204-44/+48
* Memoize only yaml loading methodPawel Chojnacki2017-06-161-2/+2
* move additional_metrics.yaml into prometheus/ config folderPawel Chojnacki2017-06-161-1/+1
* Use include ActiveModel::Model to hold metrics data parsed from yaml.Pawel Chojnacki2017-06-163-30/+18
* Test Additional metrics parser and fix query checking testsPawel Chojnacki2017-06-092-6/+14
* Fix Additional metrics filteringPawel Chojnacki2017-06-083-4/+4
* Use `key?` instead of `has_key?`Pawel Chojnacki2017-06-072-3/+3
* expand Namespaces:: and refactoring yaml parsing out of MetricGroup classPawel Chojnacki2017-06-0611-234/+277
* Remove orig file + rubocop cleanupPawel Chojnacki2017-06-052-5/+2
* Additional Metrics testsPawel Chojnacki2017-06-051-13/+22
* Towards Reviewable prometheusPawel Chojnacki2017-06-051-4/+3
* Matched Metrics testsPawel Chojnacki2017-06-053-35/+37
* Add Y Label field to yml and responsesPawel Chojnacki2017-05-303-10/+5
* Add per deployment additional metricsPawel Chojnacki2017-05-252-11/+32
* Finalize refactoring additional metrics queryPawel Chojnacki2017-05-253-48/+45
* Additional metrics initial work, with working metrics listing, but without ac...Pawel Chojnacki2017-05-257-1/+214
* Avoid comma t the end of hashPawel Chojnacki2017-05-122-2/+2
* Custom queries for prometheusPawel Chojnacki2017-05-113-0/+72