debian-mirror-gitlab/lib/gitlab/usage/docs/templates/default.md.haml

46 lines
1.2 KiB
Text
Raw Normal View History

2021-03-11 19:13:27 +05:30
= 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:
2021-04-17 20:07:23 +05:30
- [`config/metrics`](https://gitlab.com/gitlab-org/gitlab/-/tree/master/config/metrics)
2021-03-11 19:13:27 +05:30
- [`ee/config/metrics`](https://gitlab.com/gitlab-org/gitlab/-/tree/master/ee/config/metrics)
2021-04-17 20:07:23 +05:30
Each table includes a `milestone`, which corresponds to the GitLab version when the metric
was released.
2021-06-08 01:23:25 +05:30
<!-- vale off -->
<!-- Docs linting disabled after this line. -->
<!-- See https://docs.gitlab.com/ee/development/documentation/testing.html#disable-vale-tests -->
2021-04-17 20:07:23 +05:30
## Metrics Definitions
2021-03-11 19:13:27 +05:30
\
- metrics_definitions.each do |name, object|
= render_name(name)
2021-04-17 20:07:23 +05:30
\
= render_description(object.attributes)
2021-04-29 21:17:54 +05:30
- if object.has_json_schema?
\
= render_object_schema(object)
2021-04-17 20:07:23 +05:30
\
= render_yaml_link(object.yaml_path)
\
= render_owner(object.attributes)
\
= render_status(object.attributes)
\
= render_tiers(object.attributes)
\