From 48b3fd46500dcbc6405ffc58ee040907fd09318b Mon Sep 17 00:00:00 2001 From: Nikolay Date: Tue, 13 Feb 2024 23:55:05 +0800 Subject: [PATCH 1/4] go-instrument --- data/registry/otel-go-instrument.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/registry/otel-go-instrument.yml diff --git a/data/registry/otel-go-instrument.yml b/data/registry/otel-go-instrument.yml new file mode 100644 index 000000000000..c4291122fba0 --- /dev/null +++ b/data/registry/otel-go-instrument.yml @@ -0,0 +1,13 @@ +title: Go Automatic Instrumentation by Code Modification +registryType: instrumentation +language: go +tags: + - go + - instrumentation +license: MIT +description: Automatic instrumentation by code modification. +authors: + - name: nikolaydubina +urls: + repo: https://github.com/nikolaydubina/go-instrument +createdAt: 2024-02-13 From 061801185426971b6e7159de87490665dc8dd706 Mon Sep 17 00:00:00 2001 From: Nikolay Date: Wed, 14 Feb 2024 00:03:08 +0800 Subject: [PATCH 2/4] nit --- data/registry/otel-go-instrument.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/registry/otel-go-instrument.yml b/data/registry/otel-go-instrument.yml index c4291122fba0..23e57f46bbc7 100644 --- a/data/registry/otel-go-instrument.yml +++ b/data/registry/otel-go-instrument.yml @@ -5,7 +5,7 @@ tags: - go - instrumentation license: MIT -description: Automatic instrumentation by code modification. +description: This tool uses standard Go library to modify AST with instrumentation. It supports errors in spans, functions filtering, and more customizations. authors: - name: nikolaydubina urls: From 9f4274e3e23cf61ad3c148e6891d2cbce677d623 Mon Sep 17 00:00:00 2001 From: Nikolay Date: Wed, 14 Feb 2024 00:06:29 +0800 Subject: [PATCH 3/4] author-url --- data/registry/otel-go-instrument.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/registry/otel-go-instrument.yml b/data/registry/otel-go-instrument.yml index 23e57f46bbc7..181b9e2912b4 100644 --- a/data/registry/otel-go-instrument.yml +++ b/data/registry/otel-go-instrument.yml @@ -8,6 +8,7 @@ license: MIT description: This tool uses standard Go library to modify AST with instrumentation. It supports errors in spans, functions filtering, and more customizations. authors: - name: nikolaydubina + url: https://github.com/nikolaydubina urls: repo: https://github.com/nikolaydubina/go-instrument createdAt: 2024-02-13 From 7335ac9c26c9c87bcd16ff167be4e72724572691 Mon Sep 17 00:00:00 2001 From: Nikolay Date: Sat, 17 Feb 2024 18:04:21 +0800 Subject: [PATCH 4/4] npm-run-fix --- content-modules/opentelemetry-specification | 2 +- data/registry/otel-go-instrument.yml | 4 +++- themes/docsy | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/content-modules/opentelemetry-specification b/content-modules/opentelemetry-specification index 5d9cef817415..c6520a732870 160000 --- a/content-modules/opentelemetry-specification +++ b/content-modules/opentelemetry-specification @@ -1 +1 @@ -Subproject commit 5d9cef817415a15aaa4883e184a38adec79096ed +Subproject commit c6520a73287040ca16499cba62cea1b3508dc4da diff --git a/data/registry/otel-go-instrument.yml b/data/registry/otel-go-instrument.yml index 181b9e2912b4..032f156e512a 100644 --- a/data/registry/otel-go-instrument.yml +++ b/data/registry/otel-go-instrument.yml @@ -5,7 +5,9 @@ tags: - go - instrumentation license: MIT -description: This tool uses standard Go library to modify AST with instrumentation. It supports errors in spans, functions filtering, and more customizations. +description: + This tool uses standard Go library to modify AST with instrumentation. It + supports errors in spans, functions filtering, and more customizations. authors: - name: nikolaydubina url: https://github.com/nikolaydubina diff --git a/themes/docsy b/themes/docsy index b2fa1c4c55a9..621fb34f0495 160000 --- a/themes/docsy +++ b/themes/docsy @@ -1 +1 @@ -Subproject commit b2fa1c4c55a9b3a86013545b382583168b83c0c5 +Subproject commit 621fb34f0495277ca45f2118cb3af3f103caa451