Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 7月 28, 2023
  2. 4月 28, 2023
  3. 8月 07, 2020
  4. 8月 05, 2020
  5. 8月 04, 2020
  6. 7月 30, 2020
  7. 7月 16, 2020
    • rpereira2's avatar
      Use the pod and container labels · ec7a853e
      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.
      ec7a853e
  8. 7月 08, 2020
  9. 6月 10, 2020
  10. 6月 04, 2020
  11. 5月 08, 2020
  12. 4月 10, 2020
  13. 3月 11, 2020
  14. 3月 10, 2020
  15. 2月 07, 2020
  16. 12月 18, 2019
  17. 12月 17, 2019
    • Reuben Pereira's avatar
      Add pod metrics dashboard yml · 9ac643f5
      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.
      9ac643f5
  18. 10月 09, 2019
  19. 8月 21, 2019
    • Miguel Rincon's avatar
      This commit adds a new time series component · f2619e21
      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
      f2619e21
  20. 7月 26, 2019
  21. 7月 10, 2019
  22. 6月 20, 2019
  23. 4月 24, 2019
  24. 4月 18, 2019
  25. 4月 17, 2019
  26. 4月 16, 2019
  27. 4月 06, 2019
  28. 3月 29, 2019
  29. 3月 07, 2019
  30. 12月 18, 2018
  31. 9月 08, 2018
加载中