You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/skills/migrate-from-openinference/SKILL.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ User specifies the source, e.g. `openinference-instrumentation-crewai`.
37
37
and use `/tmp/openinference/python/instrumentation/<source>/` as the
38
38
source path in step 1.
39
39
40
-
User may also provide ***target package name**. If not provided: derive it from the source name:
40
+
User may also provide the **target package name**. If not provided: derive it from the source name:
41
41
- drop the leading `openinference-instrumentation-`. Remaining part should match the instrumented library name as it appears on PyPI. If it's not the case, flag it.
42
42
- The target package name should be `opentelemetry-instrumentation-genai-<lib>` where `<lib>` is the instrumented library name (e.g. `openai`, `anthropic`, `bedrock`). For example:
0 commit comments