From 5771c60be849d9c1584672ed9b231dd289112122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Thu, 8 Jul 2021 23:06:25 +0200 Subject: [PATCH 1/4] Update instrumentation readme --- instrumentation/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/instrumentation/README.md b/instrumentation/README.md index 9e8c4217c4d..5f5e66393d9 100644 --- a/instrumentation/README.md +++ b/instrumentation/README.md @@ -52,8 +52,10 @@ For example: - `go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron` - `go.opentelemetry.io/contrib/instrumentation/database/sql/otelsql` -Exceptions to this rule do exist. -For example, the [runtime](./runtime) instrumentation does not instrument a Go package and does not fit this structure. +The following packages are an exception to this rule do exist as they doe not instrument a Go package: + +- [host](./host) +- [runtime](./runtime) ### Contents From 11e413337dc17cbd85502766c0ceca2f581f4d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Thu, 8 Jul 2021 23:07:31 +0200 Subject: [PATCH 2/4] Update README.md --- instrumentation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/README.md b/instrumentation/README.md index 5f5e66393d9..e65a140537a 100644 --- a/instrumentation/README.md +++ b/instrumentation/README.md @@ -52,7 +52,7 @@ For example: - `go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron` - `go.opentelemetry.io/contrib/instrumentation/database/sql/otelsql` -The following packages are an exception to this rule do exist as they doe not instrument a Go package: +The following packages are an exception to this rule as they do not instrument a Go package: - [host](./host) - [runtime](./runtime) From 9ab96ebdd82dcfc6d784d14fcb90deb6de4c0a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Fri, 9 Jul 2021 06:19:10 +0200 Subject: [PATCH 3/4] Update instrumentation/README.md Co-authored-by: Tyler Yahn --- instrumentation/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/instrumentation/README.md b/instrumentation/README.md index e65a140537a..2a3b6454c7c 100644 --- a/instrumentation/README.md +++ b/instrumentation/README.md @@ -52,10 +52,8 @@ For example: - `go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron` - `go.opentelemetry.io/contrib/instrumentation/database/sql/otelsql` -The following packages are an exception to this rule as they do not instrument a Go package: - -- [host](./host) -- [runtime](./runtime) +Exceptions to this rule exist. +For example, the [runtime](./runtime) and [host](./host) instrumentation do not instrument any Go package and do therefore do not fit this structure. ### Contents From 05bb4d29d9cef1235b7b9ac4ed445ed62881dbf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Fri, 9 Jul 2021 18:54:58 +0200 Subject: [PATCH 4/4] Update instrumentation/README.md Co-authored-by: Tyler Yahn --- instrumentation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/README.md b/instrumentation/README.md index 2a3b6454c7c..406fd75a8a2 100644 --- a/instrumentation/README.md +++ b/instrumentation/README.md @@ -53,7 +53,7 @@ For example: - `go.opentelemetry.io/contrib/instrumentation/database/sql/otelsql` Exceptions to this rule exist. -For example, the [runtime](./runtime) and [host](./host) instrumentation do not instrument any Go package and do therefore do not fit this structure. +For example, the [runtime](./runtime) and [host](./host) instrumentation do not instrument any Go package and therefore do not fit this structure. ### Contents