|
15 | 15 | we now have `gen_ai.system_instructions`, `gen_ai.input.messages`, and |
16 | 16 | `gen_ai.output.messages` attributes that can appear on GenAI spans or the new |
17 | 17 | `gen_ai.client.inference.operation.details` event. |
18 | | - |
19 | | -New attributes are not recorded by default when content capturing is disabled. |
20 | | - |
21 | | -Deprecations: |
22 | | - |
23 | | -- `gen_ai.system.message` event - use `gen_ai.system_instructions` or |
24 | | - `gen_ai.input.messages` attributes instead. |
25 | | -- `gen_ai.user.message`, `gen_ai.assistant.message`, `gen_ai.tool.message` events |
26 | | - (use `gen_ai.input.messages` attribute instead) |
27 | | -- `gen_ai.choice` event (use `gen_ai.output.messages` attribute instead) |
28 | | - ([#2010](https://github.com/open-telemetry/semantic-conventions/issues/2010), [#2179](https://github.com/open-telemetry/semantic-conventions/issues/2179), [#1913](https://github.com/open-telemetry/semantic-conventions/issues/1913), [#1621](https://github.com/open-telemetry/semantic-conventions/issues/1621), [#1912](https://github.com/open-telemetry/semantic-conventions/issues/1912)) |
| 18 | + New attributes are not recorded by default when content capturing is disabled. |
| 19 | + Deprecations: |
| 20 | + - `gen_ai.system.message` event - use `gen_ai.system_instructions` or |
| 21 | + `gen_ai.input.messages` attributes instead. |
| 22 | + - `gen_ai.user.message`, `gen_ai.assistant.message`, `gen_ai.tool.message` events |
| 23 | + (use `gen_ai.input.messages` attribute instead) |
| 24 | + - `gen_ai.choice` event (use `gen_ai.output.messages` attribute instead) |
| 25 | + ([#2010](https://github.com/open-telemetry/semantic-conventions/issues/2010), [#2179](https://github.com/open-telemetry/semantic-conventions/issues/2179), [#1913](https://github.com/open-telemetry/semantic-conventions/issues/1913), [#1621](https://github.com/open-telemetry/semantic-conventions/issues/1621), [#1912](https://github.com/open-telemetry/semantic-conventions/issues/1912)) |
29 | 26 | - `container`: The container runtime can now also have the version and description provided ([#2342](https://github.com/open-telemetry/semantic-conventions/issues/2342)) |
30 | 27 | - `gen-ai`: Follow system-specific naming policy in GenAI semantic conventions. |
31 | | -- Rename `gen_ai.system` to `gen_ai.provider.name` |
32 | | -- Remove `gen_ai` prefix from `gen_ai.openai.*` attributes. |
33 | | -- Rename `az.ai.*` attribute names to `azure.ai.*`. |
34 | | - ([#2046](https://github.com/open-telemetry/semantic-conventions/issues/2046)) |
| 28 | + - Rename `gen_ai.system` to `gen_ai.provider.name` |
| 29 | + - Remove `gen_ai` prefix from `gen_ai.openai.*` attributes. |
| 30 | + - Rename `az.ai.*` attribute names to `azure.ai.*`. |
| 31 | + ([#2046](https://github.com/open-telemetry/semantic-conventions/issues/2046)) |
35 | 32 | - `system`: Rename system.network.dropped to system.network.packet.dropped and system.network.packets to system.network.packet.count ([#1700](https://github.com/open-telemetry/semantic-conventions/issues/1700)) |
36 | 33 |
|
37 | 34 | ### 💡 Enhancements 💡 |
|
0 commit comments