summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/prometheus
Commit message (Expand)AuthorAgeFilesLines
* Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-301-1/+1
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-235-0/+10
* Use separate Kubernetes namespaces per environmentTiger Watson2019-08-071-3/+3
* Prefer `flat_map` over `map` + `flatten` in specsPeter Leitzen2019-07-241-2/+2
* Remove legacy Kubernetes #actual_namespace61935-remove-code-left-over-from-when-clusters-were-always-project-specificTiger2019-05-211-1/+1
* Use correct k8s namespace in Prometheus queriesPeter Leitzen2019-04-291-4/+24
* Add Knative metrics to PrometheusChris Baumbauer2019-04-061-0/+26
* Specify time window for additional metrics apisupport-time-windows-apisyasonik2019-04-031-2/+28
* Fix misspellings in app/spec executable linesTakuya Noguchi2019-02-271-2/+2
* Correct ordering of metricsrpereira22018-12-211-0/+7
* Resolve "Hide cluster features that don't work yet with Group Clusters"Mike Greiling2018-12-201-2/+2
* Extract query variables into own module7527-ci-variables-are-not-parameterized-for-alerting-rules-cePeter Leitzen2018-11-231-0/+33
* Improve MetricGroup specsKamil Trzciński2018-09-051-3/+8
* Improve MetricGroup testKamil Trzciński2018-09-051-7/+19
* Fix `additional_metrics_parser_spec.rb`Kamil Trzciński2018-09-041-1/+1
* Add `# frozen_string_literal: true`Kamil Trzciński2018-09-041-0/+2
* Import common metrics into database.Kamil Trzciński2018-09-041-0/+22
* Squashed commit of the following:Pawel Chojnacki2018-02-243-4/+4
* Backport custom metrics ce componentsPaweł Chojnacki2018-02-231-3/+3
* Fix rubocop warningsPawel Chojnacki2018-01-041-1/+1
* Add test checking if prometheus integration is enabled after prometheus is in...Pawel Chojnacki2018-01-042-2/+2
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-2/+2
* Tests for query context variablesPawel Chojnacki2017-07-311-1/+1
* Context handling and tests cleanup + simple test kube_namespace context testPawel Chojnacki2017-07-312-15/+6
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-275-5/+5
* Memoize only yaml loading methodPawel Chojnacki2017-06-161-5/+0
* Use include ActiveModel::Model to hold metrics data parsed from yaml.Pawel Chojnacki2017-06-161-11/+12
* Test Additional metrics parser and fix query checking testsPawel Chojnacki2017-06-091-0/+250
* expand Namespaces:: and refactoring yaml parsing out of MetricGroup classPawel Chojnacki2017-06-061-1/+1
* Fix transient error in deployment testPawel Chojnacki2017-06-061-0/+4
* Remove orig file + rubocop cleanupPawel Chojnacki2017-06-051-2/+7
* Cleanup Additional Metrics testsPawel Chojnacki2017-06-053-10/+11
* Refactor Metric tests to use more common codePawel Chojnacki2017-06-051-7/+13
* Additional Metrics of deployment testsPawel Chojnacki2017-06-052-139/+33
* Test Partial additional query responsePawel Chojnacki2017-06-051-9/+45
* Additional metrics test using multiple groupsPawel Chojnacki2017-06-051-12/+84
* Additional Metrics testsPawel Chojnacki2017-06-052-1/+50
* Towards Reviewable prometheusPawel Chojnacki2017-06-051-31/+94
* Matched Metrics testsPawel Chojnacki2017-06-051-0/+50
* Due to DB rounding timestamp to 1s resolution - freeze date on non fractional...Pawel Chojnacki2017-05-151-10/+11
* match query times with appropriate deltaPawel Chojnacki2017-05-111-8/+9
* Keep presentation logic in one place and remove unecessary arguments.Pawel Chojnacki2017-05-111-7/+11
* Custom queries for prometheusPawel Chojnacki2017-05-111-0/+31