Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-21This commit adds a new time series componentMiguel Rincon
Adds a time series component for line and area charts. Displays new charts in the dashboard. - Use dynamic components for line/area swapping - Add new line charts to dashboard in 2 panels
2019-07-26Updates label value to include units in metricsLaura Montemayor
This MR updates the y_label values and the label values in common_metrics and cluster_metrics to append the units of measurement to the labels.
2019-07-09Copy EE-only config files to CERobert Speicher
These aren't used in CE, but it's safe to include them.
2019-06-20Backport Prometheus YAML config from EEYorick Peterse
2019-04-19Merge branch '60383-change-common-metrics-schema' into 'master'Douwe Maan
Change the schema of common_metrics.yml Closes #60383 See merge request gitlab-org/gitlab-ce!27283
2019-04-17Bump version of knative from 0.3 -> 0.5Chris Baumbauer
2019-04-17Change dashboard order attribute to priorityrpereira2
Dashboards will be ordered in descending order of priority. The word 'priority' seems to signify descending order while 'order' signifies ascending order.
2019-04-17Remove required_metrics and series attributesrpereira2
- They are not used by the frontend.
2019-04-17Change the schema of the common_metrics.ymlrpereira2
- Change it to the new dashboard syntax described here: https://gitlab.com/gitlab-org/gitlab-ce/issues/60383.
2019-04-06Add Knative metrics to PrometheusChris Baumbauer
2018-12-18Add NGINX 0.16.0 and above metricsJoshua Lambert
2018-09-06Fix common_metrics.ymlKamil Trzciński
2018-09-06Split canary metrics into separate onesKamil Trzciński
2018-09-04Import common metrics into database.Kamil Trzciński
This MR backports PrometheusMetric model to CE and adds: common, identifier to figure out what kind of metric is used.
2018-06-06Update NGINX error rate to a percentageJoshua Lambert
2018-05-07Fix nginx metric namesJoshua Lambert
2018-04-07Add Kubernetes CPU/Mem usage totalsJoshua Lambert
2018-04-06Update labels for latency, cpu and memory metricsJose Ivan Vargas
2018-02-28Final updates for metricsJoshua Lambert
2018-02-28Fix k8s metricsJoshua Lambert
2017-11-12Change label to be more consistent, not a series.Joshua Lambert
2017-11-12Fix CPU metricJoshua Lambert
2017-11-12Fix to use variableJoshua Lambert
2017-11-12Adjust metrics to ignore Job tag to support k8s 1.7+Joshua Lambert
2017-11-07Updates CE metrics with updated versions from EE for supported metrics (EE ↵Joshua Lambert
version includes additional items for EE specific features)
2017-09-09Fix ingress queryJoshua Lambert
2017-09-08Update k8s metrics and docsJoshua Lambert
2017-09-08Update queries for colors and seriesJoshua Lambert
2017-08-14Improve Prometheus docs, include nginx ingressJoshua Lambert
2017-07-27Rename the metric groupsJoshua Lambert
2017-07-20Fix for HA ProxyJoshua Lambert
2017-07-20Add HA Proxy metrics, fix NGINXJoshua Lambert
2017-07-17Fix incorrect AWS ELB metrics.Joshua Lambert
2017-07-04Add NGINX metrics and other minor changesJoshua Lambert
2017-07-03Add ELB metricsJoshua Lambert
2017-06-16move additional_metrics.yaml into prometheus/ config folderPawel Chojnacki