Skip to content
Snippets Groups Projects
  1. Sep 13, 2019
  2. Aug 14, 2019
  3. Aug 09, 2019
  4. Aug 08, 2019
  5. Aug 07, 2019
    • Sarah Yasonik's avatar
      Support dashboard params for metrics dashboard · bf918b68
      Sarah Yasonik authored
      https://gitlab.com/gitlab-org/gitlab-ce/issues/62971
      
      Adds support to EnvironmentsController#metrics_dashboard
      for the following params: group, title, y_label
      These params are used to uniquely identify a panel on
      the metrics dashboard.
      
      Metrics are stored in several places, so this adds
      utilities to find a specific panel from the database
      or filesystem depending on the metric specified.
      
      Also moves some shared utilities into separate classes,
      notably default values and errors.
      bf918b68
  6. Jul 16, 2019
  7. Jul 10, 2019
  8. Jun 20, 2019
    • Sarah Yasonik's avatar
      Add embedding flag and filter to CPU/Mem · f49dd76a
      Sarah Yasonik authored
      This commits adds support for metrics dashboards
      for embedding. If the flag 'embedded' is provided
      to the environments/id/metrics_dashboard endpoint,
      the response will be suitable for embedding in
      issues or other content.
      
      This is a precursor for support for embedding
      metrics in GFM.
      f49dd76a
  9. Jun 13, 2019
    • Sarah Yasonik's avatar
      Refactor for cleaner caching in dashboards · 15c8d29b
      Sarah Yasonik authored
      Opts to cache a full list of cached dashboards
      to better manage removing items from the cache.
      This also allows dashboards to be stored in the
      cache that don't necessarily correspond to a
      single dashboard yml.
      15c8d29b
  10. Jun 12, 2019
  11. Jun 07, 2019
  12. Jun 06, 2019
  13. May 20, 2019
  14. May 07, 2019
  15. May 01, 2019
    • Sarah Yasonik's avatar
      Update metrics dashboard API to load yml from repo · 552a3d2f
      Sarah Yasonik authored
      Updates the EnvironmentController#metrics_dashboard endpoint
      to support a "dashboard" param, which can be used to specify
      the filepath of a dashboard configuration from a project
      repository. Dashboard configurations are expected to be
      stored in .gitlab/dashboards/.
      
      Updates dashboard post-processing steps to exclude custom
      metrics, which should only display on the system dashboard.
      552a3d2f
  16. Apr 29, 2019
  17. Apr 25, 2019
  18. Apr 24, 2019
  19. Apr 09, 2019
  20. Apr 04, 2019
  21. Apr 03, 2019
    • syasonik's avatar
      Specify time window for additional metrics api · ab1e1b55
      syasonik authored
      Adds support for start and end parameters in the #additional_metrics
      endpoint of the EnvironmentsController. start and end are meant to be
      unix timestamps, per the Prometheus API (as the consumer of this
      endpoint will eventually be transitioned to a prometheus endpoint).
      This functionality is behind the :metrics_time_window feature flag
      for development.
      ab1e1b55
  22. Feb 07, 2019
  23. Feb 06, 2019
  24. Jan 30, 2019
Loading