Skip to content

Commit 4f532b1

Browse files
tlhunterclaude
andcommitted
fix(process-discovery): export containerId from docker module
The tracer_metadata module needs containerId from the docker module. Export it explicitly to satisfy the eslint-require-export-exists rule. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f8d2515 commit 4f532b1

File tree

1 file changed

+1
-0
lines changed
  • packages/dd-trace/src/exporters/common

1 file changed

+1
-0
lines changed

packages/dd-trace/src/exporters/common/docker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ if (inodePath) {
3535
const entityId = containerId ? `ci-${containerId}` : inode && `in-${inode}`
3636

3737
module.exports = {
38+
containerId,
3839
entityId,
3940

4041
inject (carrier) {

0 commit comments

Comments
 (0)