Skip to content

Commit 6d7a4a7

Browse files
authored
[CI] Fix to github.com links for opentelemetry-dotnet-instrumentation and more (#5973)
1 parent c2f7dce commit 6d7a4a7

File tree

5 files changed

+3457
-748
lines changed

5 files changed

+3457
-748
lines changed

.htmltest.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,15 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
6464
# Ignore Docsy-generated GitHub links for now, until
6565
# https://github.com/google/docsy/issues/1432 is fixed
6666
- ^https?://github\.com/.*?/.*?/(new|edit|issues/new\?title)/ # view-page, edit-source etc
67+
# Here's an approximate regex to avoid the "View page source" links. TODO: fix this in Docsy
6768
- ^https?://github\.com/open-telemetry/opentelemetry.io/tree/
69+
# FIXME: A patch until we can get Docsy to mark "View page source" links as excluded from link checking,
70+
# Actually, it would be better to pin the version of the OTel spec.
71+
- ^https://github.com/open-telemetry/opentelemetry-specification/tree/main/specification/logs/event-(api|sdk)\.md
72+
# FIXME: same issue as for the OTel spec mentioned above:
73+
- ^https://github.com/open-telemetry/semantic-conventions/tree/main
6874

6975
# Ignore some links to GH repo content for now, most 4XX
70-
- ^https?://github\.com/open-telemetry/(opentelemetry-dotnet-instrumentation|opentelemetry-helm-charts|opentelemetry-java-instrumentation|opentelemetry-java|opentelemetry-operator|opentelemetry-proto|opentelemetry-python-contrib|opentelemetry-specification|oteps|semantic-conventions|sig-end-user)/
7176
- ^https?://github\.com/open-telemetry/opentelemetry-demo/blob/main/src/(imageprovider|loadgenerator|otelcollector|.*service)
7277
# TODO drop the following after https://github.com/open-telemetry/semantic-conventions/pull/1753 is merged and the submodule updated:
7378
- ^https?://github\.com/in-toto/

content/en/blog/2024/otel-generative-ai/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ opentelemetry-instrument --traces_exporter console --metrics_exporter console py
164164
```
165165

166166
There is a complete example
167-
[available here](https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation-genai/opentelemetry-instrumentation-openai-v2/example).
167+
[available here](https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation-genai/opentelemetry-instrumentation-openai-v2/examples/).
168168

169169
With this simple instrumentation, one can begin capture traces from their
170170
generative AI application. Here is an example from the

content/en/docs/zero-code/net/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ CI tests run against the following operating systems:
3939
- [Alpine ARM64](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docker/alpine.dockerfile)
4040
- [Debian x64](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docker/debian.dockerfile)
4141
- [Debian ARM64](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docker/debian-arm64.dockerfile)
42-
- [CentOS 7 x64](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docker/centos-build.dockerfile)
42+
- [CentOS 7 x64](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/v1.9.0/docker/centos-build.dockerfile)
4343
(.NET 8 is not supported)
4444
- [macOS Monterey 12 x64](https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md)
4545
- [Microsoft Windows Server 2022 x64](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md)

data/registry/instrumentation-java-struts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ description: This package provides an instrumentation library for Struts
1010
authors:
1111
- name: OpenTelemetry Authors
1212
urls:
13-
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/struts-2.3
13+
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/struts/
1414
createdAt: 2020-11-05
1515
isFirstParty: false

0 commit comments

Comments
 (0)