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
Replace resource detector with upstream detector (#301)
* Update OTel dependencies
* Add deprecation notice and upstream detector resources
* update resource detector for e2e-test-server
* verify autoconf example for updated resource
* verified metrics example for updated resource detector
* verified resource example for updated resource detector
* verified trace example for updated resource detector
* verified spring example for updated resource detector
* Add instructions on running the Spring example
* Remove detector-resources as a sub-project
* Udpate readme for the examples
* deprecate resource-detectors module
* Add readme badges
> NOTE: This artifact has moved to [Opentelemetry Java Contrib](https://github.com/open-telemetry/opentelemetry-java-contrib) repo. All future releases/updates made to this artifact would be managed in the new repository. The code for this artifact is likely to be deleted from here in the near future.
6
+
3
7
This package provides resource detectors for OpenTelemetry.
4
8
5
9
The following OpenTelemetry semantic conventions will be detected:
@@ -45,3 +49,7 @@ spec:
45
49
46
50
Additionally, the container name will only be discovered via the environment variable `CONTAINER_NAME`
0 commit comments