Skip to content

Commit 11b205b

Browse files
Apply suggestion from @clayton-cornell
Co-authored-by: Clayton Cornell <[email protected]>
1 parent c3547d8 commit 11b205b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/sources/reference/components/otelcol/otelcol.receiver.github.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,18 @@ The `metrics` block allows you to enable or disable specific metrics. Each metri
100100

101101
Available 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

116116
Each metric can be configured with:
117117

0 commit comments

Comments
 (0)