|
12 | 12 | * |
13 | 13 | * This file is auto-generated. Do not edit manually. |
14 | 14 | * Sources: resolved-semconv.yaml + hardcoded OTLP mappings |
15 | | - * Registry groups: 143 |
16 | | - * Metric groups: 533 |
| 15 | + * Registry groups: 144 |
| 16 | + * Metric groups: 534 |
17 | 17 | * Hardcoded fields: 34 |
18 | | - * Total fields: 1196 |
| 18 | + * Total fields: 1200 |
19 | 19 | * |
20 | 20 | * @internal |
21 | 21 | * |
22 | | - * WARNING: This object contains 1196+ field definitions (~50KB+ minified). |
| 22 | + * WARNING: This object contains 1200+ field definitions (~50KB+ minified). |
23 | 23 | * Direct import will significantly increase client bundle size. |
24 | 24 | * |
25 | 25 | * RECOMMENDED USAGE: |
@@ -1633,6 +1633,27 @@ export const semconvFlat = { |
1633 | 1633 | type: 'keyword', |
1634 | 1634 | example: '256383', |
1635 | 1635 | }, |
| 1636 | + 'file.lock.mechanism': { |
| 1637 | + name: 'file.lock.mechanism', |
| 1638 | + description: |
| 1639 | + 'The lock mechanism such as noted by [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html)', |
| 1640 | + type: 'keyword', |
| 1641 | + example: 'POSIX', |
| 1642 | + }, |
| 1643 | + 'file.lock.mode': { |
| 1644 | + name: 'file.lock.mode', |
| 1645 | + description: |
| 1646 | + 'Mode of lock or operation such as documented by [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html)', |
| 1647 | + type: 'keyword', |
| 1648 | + example: 'ADVISORY', |
| 1649 | + }, |
| 1650 | + 'file.lock.type': { |
| 1651 | + name: 'file.lock.type', |
| 1652 | + description: |
| 1653 | + "The lock type as represented by i.e. [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html)'s l_type.", |
| 1654 | + type: 'keyword', |
| 1655 | + example: 'read', |
| 1656 | + }, |
1636 | 1657 | 'file.mode': { |
1637 | 1658 | name: 'file.mode', |
1638 | 1659 | description: 'Mode of the file in octal representation.', |
@@ -3407,7 +3428,7 @@ export const semconvFlat = { |
3407 | 3428 | }, |
3408 | 3429 | 'metrics.container.cpu.time': { |
3409 | 3430 | name: 'metrics.container.cpu.time', |
3410 | | - description: 'Total CPU time consumed.', |
| 3431 | + description: 'CPU time consumed.', |
3411 | 3432 | type: 'double', |
3412 | 3433 | }, |
3413 | 3434 | 'metrics.container.cpu.usage': { |
@@ -5291,6 +5312,11 @@ export const semconvFlat = { |
5291 | 5312 | description: 'The total storage capacity of the filesystem.', |
5292 | 5313 | type: 'double', |
5293 | 5314 | }, |
| 5315 | + 'metrics.system.filesystem.lock.count': { |
| 5316 | + name: 'metrics.system.filesystem.lock.count', |
| 5317 | + description: 'Filesystem lock counts.', |
| 5318 | + type: 'double', |
| 5319 | + }, |
5294 | 5320 | 'metrics.system.filesystem.usage': { |
5295 | 5321 | name: 'metrics.system.filesystem.usage', |
5296 | 5322 | description: "Reports a filesystem's space usage across different states.", |
|
0 commit comments