Skip to content

Commit 01469cc

Browse files
committed
chore(comment): remove comment
1 parent a406a64 commit 01469cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/resource-detector-aws/src/detectors/AwsEcsDetector.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,6 @@ export class AwsEcsDetector implements ResourceDetector {
178178
* Extract container ID from a cgroup line using regex pattern matching.
179179
* Handles the new AWS ECS Fargate format: /ecs/<taskId>/<taskId>-<containerId>
180180
* Returns the last segment after the final '/' which should be the complete container ID.
181-
*
182-
* Note: This implementation uses regex patterns instead of manual string parsing
183-
* as suggested in PR review to handle the new ECS Fargate cgroup format more reliably.
184181
*/
185182
private _extractContainerIdFromLine(line: string): string | undefined {
186183
if (!line) {

0 commit comments

Comments
 (0)