We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af04cd7 commit 86ec210Copy full SHA for 86ec210
detectors/node/opentelemetry-resource-detector-container/src/detectors/ContainerDetector.ts
@@ -13,12 +13,8 @@
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
-import {
17
- ResourceDetectionConfig,
18
- ResourceDetector,
19
- DetectedResource,
20
-} from '@opentelemetry/resources';
21
+import { ResourceDetector, DetectedResource } from '@opentelemetry/resources';
22
import { SEMRESATTRS_CONTAINER_ID } from '@opentelemetry/semantic-conventions';
23
24
import * as fs from 'fs';
0 commit comments