generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 28
feat: Add Resource and CFN Attributes for Bedrock AgentCore spans #495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 21 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
be08bab
add new bedrock agentcore patching and attributes
98d567a
add changelog
52744ef
Merge branch 'main' into bedrock-agentcore-resource-support
liustve 17716ac
lint fix
25f91ac
fix arn names
9e39da9
fix arn namse in test
28c1fae
add app signals attribute translation
dc491e9
Merge branch 'main' into bedrock-agentcore-support-v2
liustve 82bd892
move gen ai constants to avoid botocore dependency
7dbabb5
lint fix
e0b5fd6
linting fix
32f27b2
add contract tests
2fb7895
lint fix
7968b5b
add Changelog.md
77031e6
lint fix
f51f997
lint fix
6a54c95
rename function
37c398e
fix cfn primary identifier parsing
d29964e
lint fix
2741494
change changelog.md
2d7f5ca
Merge branch 'main' into bedrock-agentcore-support-v2
liustve 03d6654
use elifs and change var namings
f2ac7f7
Merge branch 'bedrock-agentcore-support-v2' of https://github.com/aws…
b6df9ef
Merge branch 'main' into bedrock-agentcore-support-v2
liustve a812b8f
add comments for agentcore handlers and fix tests
b8e3f89
Merge branch 'bedrock-agentcore-support-v2' of https://github.com/aws…
39b641d
add more test coverage
16d49ea
Merge branch 'main' into bedrock-agentcore-support-v2
liustve ea5954a
Merge branch 'main' into bedrock-agentcore-support-v2
liustve f69a1f6
Merge branch 'main' into bedrock-agentcore-support-v2
liustve e1784b6
Merge remote-tracking branch 'origin/main' into bedrock-agentcore-sup…
165ac99
lint fix
38401a4
Merge branch 'main' into bedrock-agentcore-support-v2
liustve 6a7e849
Empty commit to test author fix
liustve f6be3dc
Merge branch 'bedrock-agentcore-support-v2' of https://github.com/aws…
liustve 6b2ba93
Merge branch 'main' into bedrock-agentcore-support-v2
liustve ab555a4
Merge branch 'main' into bedrock-agentcore-support-v2
liustve 6877d39
Merge branch 'main' into bedrock-agentcore-support-v2
liustve a8b4e28
Merge branch 'main' into bedrock-agentcore-support-v2
liustve File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...c/amazon/opentelemetry/distro/patches/semconv/_incubating/attributes/gen_ai_attributes.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
| """ | ||
| Utility module holding attribute keys for incubating Gen AI semantic conventions. | ||
|
|
||
| Remove this once we've contributed them to upstream. | ||
| """ | ||
|
|
||
| GEN_AI_RUNTIME_ID = "gen_ai.runtime.id" | ||
| GEN_AI_BROWSER_ID = "gen_ai.browser.id" | ||
| GEN_AI_CODE_INTERPRETER_ID = "gen_ai.code_interpreter.id" | ||
| GEN_AI_MEMORY_ID = "gen_ai.memory.id" | ||
| GEN_AI_GATEWAY_ID = "gen_ai.gateway.id" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.