Commit 6d7a4a7 1 parent c2f7dce commit 6d7a4a7 Copy full SHA for 6d7a4a7
File tree 5 files changed +3457
-748
lines changed
blog/2024/otel-generative-ai
5 files changed +3457
-748
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,15 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
64
64
# Ignore Docsy-generated GitHub links for now, until
65
65
# https://github.com/google/docsy/issues/1432 is fixed
66
66
- ^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
67
68
- ^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
68
74
69
75
# 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)/
71
76
- ^https?://github\.com/open-telemetry/opentelemetry-demo/blob/main/src/(imageprovider|loadgenerator|otelcollector|.*service)
72
77
# TODO drop the following after https://github.com/open-telemetry/semantic-conventions/pull/1753 is merged and the submodule updated:
73
78
- ^https?://github\.com/in-toto/
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ opentelemetry-instrument --traces_exporter console --metrics_exporter console py
164
164
```
165
165
166
166
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/ ) .
168
168
169
169
With this simple instrumentation, one can begin capture traces from their
170
170
generative AI application. Here is an example from the
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ CI tests run against the following operating systems:
39
39
- [ Alpine ARM64] ( https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docker/alpine.dockerfile )
40
40
- [ Debian x64] ( https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docker/debian.dockerfile )
41
41
- [ 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 )
43
43
(.NET 8 is not supported)
44
44
- [ macOS Monterey 12 x64] ( https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md )
45
45
- [ Microsoft Windows Server 2022 x64] ( https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md )
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ description: This package provides an instrumentation library for Struts
10
10
authors :
11
11
- name : OpenTelemetry Authors
12
12
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/
14
14
createdAt : 2020-11-05
15
15
isFirstParty : false
You can’t perform that action at this time.
0 commit comments