File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
resource/opentelemetry-resource-detector-azure/src/opentelemetry/resource/detector/azure Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,11 @@ packages=
4343 opentelemetry-instrumentation
4444 opentelemetry-contrib-instrumentations
4545 opentelemetry-distro
46+ opentelemetry-resource-detector-container
4647
4748[exclude_release]
4849packages =
50+ opentelemetry-resource-detector-azure
4951 opentelemetry-sdk-extension-aws
5052 opentelemetry-propagator-aws-xray
5153
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
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
1616 mkdir -p $DISTDIR
1717 rm -rf $DISTDIR /*
1818
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
2020 (
2121 echo " building $d "
2222 cd " $d "
You can’t perform that action at this time.
0 commit comments