Skip to content

Commit 6487996

Browse files
gnmeyerbaserrato
andauthored
fix: reference github receiver (#81)
* fix: reference github receiver * Update docs/human-systems/delivery-metrics/leading-delivery-indicators.md Co-authored-by: Benjamin Serrato <benjamins@liatrio.com> * Update docs/human-systems/delivery-metrics/leading-delivery-indicators.md Co-authored-by: Benjamin Serrato <benjamins@liatrio.com> --------- Co-authored-by: Benjamin Serrato <benjamins@liatrio.com>
1 parent b235f89 commit 6487996

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/human-systems/delivery-metrics/leading-delivery-indicators.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ the engineering practices and principals. Complimentary to the
66
indicators of how teams are delivering software.
77

88
Many of these metrics can be gathered using an OpenTelemetry collector
9-
configured to run a [GitProvider receiver][gitprovider].
9+
configured to run a [GitHub receiver][github].
1010

1111
## Branch Metrics
1212

@@ -216,7 +216,7 @@ There are three main states of a pull request that can be measured, `open`,
216216
which suggests a healthy, productive development process.
217217

218218
The below is the definition of states as defined in the
219-
[Git Provider Receiver][gitprovider] in terms of states for age:
219+
[GitHub Receiver][github] in terms of states for age:
220220

221221
* ***open age***: the amount of time a pull request has been open
222222
* ***approved age***: the amount of time it took for a pull request to go from
@@ -264,4 +264,4 @@ code changes.
264264
[demo]: https://github.com/liatrio/opentelemetry-demo/blob/main/docs/delivery.md
265265
[lcol]: https://github.com/liatrio/liatrio-otel-collector/
266266
[dora]: https://dora.dev/
267-
[gitprovider]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/gitproviderreceiver
267+
[github]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/githubreceiver

0 commit comments

Comments
 (0)