Skip to content

Commit 5666960

Browse files
authored
Small change log formatting (#2683)
1 parent fae5989 commit 5666960

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

CHANGELOG.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,20 @@
1515
we now have `gen_ai.system_instructions`, `gen_ai.input.messages`, and
1616
`gen_ai.output.messages` attributes that can appear on GenAI spans or the new
1717
`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))
2926
- `container`: The container runtime can now also have the version and description provided ([#2342](https://github.com/open-telemetry/semantic-conventions/issues/2342))
3027
- `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))
3532
- `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))
3633

3734
### 💡 Enhancements 💡

0 commit comments

Comments
 (0)