@@ -100,18 +100,18 @@ The `metrics` block allows you to enable or disable specific metrics. Each metri
100100
101101Available metrics:
102102
103- | Metric Name | Description | Default |
104- | ---------------------------------- | ------------------------------------------------------------------ | --------- |
105- | ` vcs.change.count ` | Number of changes (pull requests) by state. | ` true ` |
106- | ` vcs.change.duration ` | Time a change spent in various states. | ` true ` |
107- | ` vcs.change.time_to_approval ` | Time it took for a change to get approved. | ` true ` |
108- | ` vcs.change.time_to_merge ` | Time it took for a change to be merged. | ` true ` |
109- | ` vcs.ref .count ` | Number of refs (branches) in a repository. | ` true ` |
110- | ` vcs.ref.lines_delta ` | Number of lines changed in a ref. | ` true ` |
111- | ` vcs.ref.revisions_delta ` | Number of commits (revisions) in a ref. | ` true ` |
112- | ` vcs.ref.time ` | Time since the ref was created. | ` true ` |
113- | ` vcs.repository.count ` | Number of repositories in an organization. | ` true ` |
114- | ` vcs.contributor .count ` | Number of unique contributors to a repository . | ` false ` |
103+ | Metric Name | Description | Default |
104+ | ----------------------------- | ---------------------------------------------- | ------- |
105+ | ` vcs.change.count ` | Number of changes (pull requests) by state. | ` true ` |
106+ | ` vcs.change.duration ` | Time a change spent in various states. | ` true ` |
107+ | ` vcs.change.time_to_approval ` | Time it took for a change to get approved. | ` true ` |
108+ | ` vcs.change.time_to_merge ` | Time it took for a change to be merged. | ` true ` |
109+ | ` vcs.contributor .count ` | Number of unique contributors to a repository. | ` false ` |
110+ | ` vcs.ref.count ` | Number of refs (branches) in a repository. | ` true ` |
111+ | ` vcs.ref.lines_delta ` | Number of lines changed in a ref. | ` true ` |
112+ | ` vcs.ref.revisions_delta ` | Number of commits (revisions) in a ref. | ` true ` |
113+ | ` vcs.ref.time ` | Time since the ref was created. | ` true ` |
114+ | ` vcs.repository .count ` | Number of repositories in an organization . | ` true ` |
115115
116116Each metric can be configured with:
117117
0 commit comments