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
32
32
cd $DISTDIR
33
33
for x in * ; do
34
34
# 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
36
36
echo " Skipping $x because of manual upload by Azure maintainers."
37
37
rm $x
38
38
# 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 1
1
OpenTelemetry Util for GenAI
2
- =======================
2
+ ============================
3
3
4
4
5
5
The 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