Skip to content

Commit 207886f

Browse files
committed
remove notes colum
1 parent 68a07af commit 207886f

File tree

1 file changed

+4
-4
lines changed
  • detectors/node/opentelemetry-resource-detector-container

1 file changed

+4
-4
lines changed

detectors/node/opentelemetry-resource-detector-container/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ const resource = await detectResources({
2626
const tracerProvider = new NodeTracerProvider({ resource });
2727
```
2828

29-
## Available detectors & Semantic Conventions
29+
## Available detectors
3030

3131
This package uses `@opentelemetry/semantic-conventions` version `1.22+`, which implements Semantic Convention [Version 1.7.0](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.7.0/semantic_conventions/README.md)
3232

3333
### ContainerDetector
3434

3535
Populates `container.id` for processes running on containers supporting : docker( cgroup v1 or v2 ) or with containerd
3636

37-
| Resource Attribute | Description | Notes |
38-
|---------------------|-----------------------------------------------------------------| ------------------- |
39-
| container.id | Value parsed from file `/proc/self/cgroup` (cgroup v1). If it doesn't exist, parse the value from file `/proc/self/mountinfo` (cgroup v2)| Key: `SEMRESATTRS_CONTAINER_ID` |
37+
| Resource Attribute | Description |
38+
|--------------------|------------------------------------------------------------------------------------------------------------------------------------------|
39+
| `container.id` | Value parsed from file `/proc/self/cgroup` (cgroup v1). If it doesn't exist, parse the value from file `/proc/self/mountinfo` (cgroup v2)|
4040

4141
## Useful links
4242

0 commit comments

Comments
 (0)