File tree 3 files changed +4
-2
lines changed
resource/opentelemetry-resource-detector-azure/src/opentelemetry/resource/detector/azure
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,11 @@ packages=
43
43
opentelemetry-instrumentation
44
44
opentelemetry-contrib-instrumentations
45
45
opentelemetry-distro
46
+ opentelemetry-resource-detector-container
46
47
47
48
[exclude_release]
48
49
packages =
50
+ opentelemetry-resource-detector-azure
49
51
opentelemetry-sdk-extension-aws
50
52
opentelemetry-propagator-aws-xray
51
53
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.42b0.dev "
15
+ __version__ = "0.1.0 "
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ DISTDIR=dist
16
16
mkdir -p $DISTDIR
17
17
rm -rf $DISTDIR /*
18
18
19
- for d in exporter/* / opentelemetry-instrumentation/ opentelemetry-contrib-instrumentations/ opentelemetry-distro/ instrumentation/* / propagator/* / sdk-extension/* / util/* / ; do
19
+ for d in exporter/* / opentelemetry-instrumentation/ opentelemetry-contrib-instrumentations/ opentelemetry-distro/ instrumentation/* / propagator/* / resource/ * / sdk-extension/* / util/* / ; do
20
20
(
21
21
echo " building $d "
22
22
cd " $d "
You can’t perform that action at this time.
0 commit comments