Skip to content

Commit 05b69ff

Browse files
committed
improve field descriptions
1 parent e7bb9a9 commit 05b69ff

File tree

2 files changed

+7
-6
lines changed
  • packages/aws_bedrock_agentcore

2 files changed

+7
-6
lines changed

packages/aws_bedrock_agentcore/data_stream/runtime_application_logs/fields/fields.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727

2828
- name: conversation.id
2929
type: keyword
30-
description: ID of the conversation.
30+
description: Unique identifier for the conversation or session.
3131

3232
- name: operation.name
3333
type: keyword
3434
description: Name of the operation.
3535

3636
- name: provider.name
3737
type: keyword
38-
description: Name of the provider.
38+
description: Name of the AI provider or vendor.
3939

4040
- name: prompt
4141
type: text
@@ -49,4 +49,5 @@
4949
description: Unique identifier for the request.
5050

5151
- name: session.id
52-
type: keyword
52+
type: keyword
53+
description: Identifier for the session.

packages/aws_bedrock_agentcore/docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,16 +317,16 @@ An example event for `runtime_application` looks as following:
317317
| data_stream.type | An overarching type for the data stream. Currently allowed values are "logs" and "metrics". We expect to also add "traces" and "synthetics" in the near future. | constant_keyword |
318318
| event.dataset | Event dataset | constant_keyword |
319319
| event.module | Name of the module this data is coming from. If your monitoring agent supports the concept of modules or plugins to process events of a given source (e.g. Apache logs), `event.module` should contain the name of this module. | constant_keyword |
320-
| gen_ai.conversation.id | ID of the conversation. | keyword |
320+
| gen_ai.conversation.id | Unique identifier for the conversation or session. | keyword |
321321
| gen_ai.operation.name | Name of the operation. | keyword |
322322
| gen_ai.prompt | The user prompt sent to the AgentCore runtime. | text |
323-
| gen_ai.provider.name | Name of the provider. | keyword |
323+
| gen_ai.provider.name | Name of the AI provider or vendor. | keyword |
324324
| gen_ai.request.id | Unique identifier for the request. | keyword |
325325
| gen_ai.system | Name of the AI system (aws). | keyword |
326326
| host.containerized | If the host is a container. | boolean |
327327
| host.os.build | OS build information. | keyword |
328328
| host.os.codename | OS codename, if any. | keyword |
329329
| input.type | Type of Filebeat input. | keyword |
330330
| log.offset | Log offset | long |
331-
| session.id | | keyword |
331+
| session.id | Identifier for the session. | keyword |
332332

0 commit comments

Comments
 (0)