该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 28, 2023
-
-
由 Rajendra Kadam 创作于
-
- 4月 28, 2023
-
-
由 Rajendra Kadam 创作于
-
- 8月 07, 2020
-
-
由 Reuben Pereira 创作于
- Aggregate by container where possible. - Correct the disk I/O queries.
-
- 8月 05, 2020
-
-
由 rpereira2 创作于
We're planning on removing the priority and weight keys and ordering panels and groups in the order that they are defined.
-
- 8月 04, 2020
-
-
由 rpereira2 创作于
- Add a new out-of-the-box dashboard for monitoring K8s pod health. - Sort dashboards in the dashboard selector dropdown by their display_name.
-
- 7月 30, 2020
-
-
由 Andrei Stoicescu 创作于
References are changed in: - FE code & tests - BE code & tests - docs & docs screenshots - translation files
-
- 7月 16, 2020
-
-
由 rpereira2 创作于
- K8s 1.14 introduced the pod and container labels and deprecated the pod_name and container_name labels. K8s 1.16 removes the pod_name and container_name labels. - Metrics from K8s versions before 1.14 contain pod_name and container_name labels. Metrics from K8s 1.14/1.15 contain pod, pod_name, container and container_name labels. Metrics from K8s 1.16 onwards contain pod and container labels. - According to our docs, we need to support K8s 1.12 to 1.16. - This commit changes existing queries to use pod instead of pod_name and container instead of container_name. These changed queries should work on K8s 1.14 onwards. - This commit also adds a second query using `OR`. The second query uses pod_name instead of pod, and container_name instead of container. This second query should work on K8s 1.12 to 1.15.
-
- 7月 08, 2020
-
-
由 Mikolaj Wawrzyniak 创作于
AS next step towards moving cluster health dashbaord to gitlab core, we need to move cluster metrics services to core
-
- 6月 10, 2020
-
-
由 rpereira2 创作于
Add an instance variable that allows users to filter the resource usage charts by the instance label.
-
- 6月 04, 2020
-
-
由 rpereira2 创作于
Add charts showing the CPU and memory usage of each instance to the self monitoring default dashboard.
-
- 5月 08, 2020
-
-
由 rpereira2 创作于
- Use {{ }} syntax for variable substitution in common_metrics.yml since we've deprecated the %{ } syntax.
-
- 4月 10, 2020
-
-
由 Sean Arnold 创作于
-
- 3月 11, 2020
-
-
由 Andrei Stoicescu 创作于
-
由 Andrei Stoicescu 创作于
-
- 3月 10, 2020
-
-
由 Miguel Rincon 创作于
Add `format` key to the panels is the default dashboard to format data. Add documentation to match the new changes for users.
-
- 2月 07, 2020
-
-
由 Andrei Stoicescu 创作于
-
- 12月 18, 2019
-
-
由 GitLab Development 创作于
-
- 12月 17, 2019
-
-
由 Reuben Pereira 创作于
Add a pod metrics dashboard that can be used to display pod health charts. The queries use a variable called pod_name which will be replaced with the actual pod_name before the query is sent to Prometheus.
-
- 10月 09, 2019
-
-
由 Chris Baumbauer 创作于
-
由 Chris Baumbauer 创作于
-
- 8月 21, 2019
-
-
由 Miguel 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
-
- 7月 26, 2019
-
-
由 Laura 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.
-
- 7月 10, 2019
-
-
由 Robert Speicher 创作于
These aren't used in CE, but it's safe to include them.
-
- 6月 20, 2019
-
-
由 Yorick Peterse 创作于
-
- 4月 24, 2019
- 4月 18, 2019
-
-
由 rpereira2 创作于
Dashboards will be ordered in descending order of priority. The word 'priority' seems to signify descending order while 'order' signifies ascending order.
-
由 Chris Baumbauer 创作于
-
由 Chris Baumbauer 创作于
-
- 4月 17, 2019
-
-
由 rpereira2 创作于
Dashboards will be ordered in descending order of priority. The word 'priority' seems to signify descending order while 'order' signifies ascending order.
-
由 rpereira2 创作于
- They are not used by the frontend.
-
由 rpereira2 创作于
- Change it to the new dashboard syntax described here: https://gitlab.com/gitlab-org/gitlab-ce/issues/60383.
-
- 4月 16, 2019
-
-
由 rpereira2 创作于
- They are not used by the frontend.
-
由 rpereira2 创作于
- Change it to the new dashboard syntax described here: https://gitlab.com/gitlab-org/gitlab-ce/issues/60383.
-
- 4月 06, 2019
-
-
由 Chris Baumbauer 创作于
-
由 Chris Baumbauer 创作于
-
- 3月 29, 2019
-
-
由 Reuben Pereira 创作于
Reorders the chart queries Adds line thickness
-
- 3月 07, 2019
-
-
由 Adriel Santiago 创作于
Render both usage and capacity in chart
-
- 12月 18, 2018
-
-
由 Joshua Lambert 创作于
-
- 9月 08, 2018
-
-
由 Kamil Trzciński 创作于
-