summaryrefslogtreecommitdiff
path: root/lib/gitlab/usage/docs/templates/default.md.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-19 09:08:42 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-19 09:08:42 +0000
commitb76ae638462ab0f673e5915986070518dd3f9ad3 (patch)
treebdab0533383b52873be0ec0eb4d3c66598ff8b91 /lib/gitlab/usage/docs/templates/default.md.haml
parent434373eabe7b4be9593d18a585fb763f1e5f1a6f (diff)
downloadgitlab-ce-b76ae638462ab0f673e5915986070518dd3f9ad3.tar.gz
Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42
Diffstat (limited to 'lib/gitlab/usage/docs/templates/default.md.haml')
-rw-r--r--lib/gitlab/usage/docs/templates/default.md.haml48
1 files changed, 0 insertions, 48 deletions
diff --git a/lib/gitlab/usage/docs/templates/default.md.haml b/lib/gitlab/usage/docs/templates/default.md.haml
deleted file mode 100644
index 83a3a5b6698..00000000000
--- a/lib/gitlab/usage/docs/templates/default.md.haml
+++ /dev/null
@@ -1,48 +0,0 @@
-= auto_generated_comment
-
-:plain
- # Metrics Dictionary
-
- This file is autogenerated, please do not edit directly.
-
- To generate these files from the GitLab repository, run:
-
- ```shell
- bundle exec rake gitlab:usage_data:generate_metrics_dictionary
- ```
-
- The Metrics Dictionary is based on the following metrics definition YAML files:
-
- - [`config/metrics`](https://gitlab.com/gitlab-org/gitlab/-/tree/master/config/metrics)
- - [`ee/config/metrics`](https://gitlab.com/gitlab-org/gitlab/-/tree/master/ee/config/metrics)
-
- Each table includes a `milestone`, which corresponds to the GitLab version when the metric
- was released.
-
- <!-- vale off -->
- <!-- Docs linting disabled after this line. -->
- <!-- See https://docs.gitlab.com/ee/development/documentation/testing.html#disable-vale-tests -->
-
- ## Metrics Definitions
-
-\
-- metrics_definitions.each do |name, object|
-
- = render_name(name)
- \
- = render_description(object.attributes)
- - if object.has_json_schema?
- \
- = render_object_schema(object)
- \
- = render_yaml_link(object.yaml_path)
- \
- = render_owner(object.attributes)
- - if object.attributes[:data_category].present?
- \
- = render_data_category(object.attributes)
- \
- = render_status(object.attributes)
- \
- = render_tiers(object.attributes)
- \