From 6487996bd02e5f6b76a8c0bd259a50b502fb9481 Mon Sep 17 00:00:00 2001 From: gnmeyer <77987842+gnmeyer@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:46:21 -0700 Subject: [PATCH] fix: reference github receiver (#81) * fix: reference github receiver * Update docs/human-systems/delivery-metrics/leading-delivery-indicators.md Co-authored-by: Benjamin Serrato * Update docs/human-systems/delivery-metrics/leading-delivery-indicators.md Co-authored-by: Benjamin Serrato --------- Co-authored-by: Benjamin Serrato --- .../delivery-metrics/leading-delivery-indicators.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/human-systems/delivery-metrics/leading-delivery-indicators.md b/docs/human-systems/delivery-metrics/leading-delivery-indicators.md index 63179bf..09c359b 100644 --- a/docs/human-systems/delivery-metrics/leading-delivery-indicators.md +++ b/docs/human-systems/delivery-metrics/leading-delivery-indicators.md @@ -6,7 +6,7 @@ the engineering practices and principals. Complimentary to the indicators of how teams are delivering software. Many of these metrics can be gathered using an OpenTelemetry collector -configured to run a [GitProvider receiver][gitprovider]. +configured to run a [GitHub receiver][github]. ## Branch Metrics @@ -216,7 +216,7 @@ There are three main states of a pull request that can be measured, `open`, which suggests a healthy, productive development process. The below is the definition of states as defined in the -[Git Provider Receiver][gitprovider] in terms of states for age: +[GitHub Receiver][github] in terms of states for age: * ***open age***: the amount of time a pull request has been open * ***approved age***: the amount of time it took for a pull request to go from @@ -264,4 +264,4 @@ code changes. [demo]: https://github.com/liatrio/opentelemetry-demo/blob/main/docs/delivery.md [lcol]: https://github.com/liatrio/liatrio-otel-collector/ [dora]: https://dora.dev/ -[gitprovider]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/gitproviderreceiver +[github]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/githubreceiver