File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
util/opentelemetry-util-genai Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ DISTDIR=dist
3232 cd $DISTDIR
3333 for x in * ; do
3434 # FIXME: Remove this once opentelemetry-resource-detector-azure package goes 1.X
35- if echo " $x " | grep -Eq " ^opentelemetry_resource_detector_azure .*(\.tar\.gz|\.whl)$" ; then
35+ if echo " $x " | grep -Eq " ^opentelemetry_(resource_detector_azure|util_genai) .*(\.tar\.gz|\.whl)$" ; then
3636 echo " Skipping $x because of manual upload by Azure maintainers."
3737 rm $x
3838 # NOTE: We filter beta vs 1.0 package at this point because we can read the
Original file line number Diff line number Diff line change 11OpenTelemetry Util for GenAI
2- =======================
2+ ============================
33
44
55The GenAI Utils package will include boilerplate and helpers to standardize instrumentation for Generative AI.
You can’t perform that action at this time.
0 commit comments