Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
005a551
Define dynamic request attribute for Google generative AI systems and…
michaelsafyan Apr 16, 2025
0e1f9fc
Add a changelog entry.
michaelsafyan Apr 16, 2025
2f02d20
Merge branch 'open-telemetry:main' into gcp_genai_request_star_attrib…
michaelsafyan Apr 16, 2025
8833c97
Fix lint issue.
michaelsafyan Apr 16, 2025
e7b9410
Merge branch 'main' into gcp_genai_request_star_attributes
michaelsafyan Apr 17, 2025
194362b
Update name, type, and add comments in response to PR feedback.
michaelsafyan Apr 17, 2025
1119ed3
Fix typo 'to to'.
michaelsafyan Apr 17, 2025
5265266
Merge branch 'main' into gcp_genai_request_star_attributes
michaelsafyan Apr 17, 2025
c9ba89b
Update attribute 'brief' description per PR feedback.
michaelsafyan Apr 17, 2025
d62d193
Merge branch 'main' into gcp_genai_request_star_attributes
michaelsafyan Apr 21, 2025
6748c88
Merge branch 'open-telemetry:main' into gcp_genai_request_star_attrib…
michaelsafyan Apr 25, 2025
a750ee0
Update definition per feedback in LLM SIG.
michaelsafyan Apr 25, 2025
9b2be36
Merge and resolve conflicts.
michaelsafyan May 13, 2025
dd4a6f3
Updated per PR feedback.
michaelsafyan May 13, 2025
e59f038
Make name alignment with proto comment more brief
Rima-ag Feb 28, 2026
e34e86c
Make name alignment with proto comment more brief
Rima-ag Feb 28, 2026
c7a7d24
Merge main into gcp_genai_request_star_attributes_fork
Rima-ag Feb 28, 2026
4b00cca
Add SemConv GenAI as gcp area owner
Rima-ag Feb 28, 2026
7df0e50
Address CI failures
Rima-ag Mar 1, 2026
b987a67
Fix changelog
Rima-ag Mar 1, 2026
6f8e2a7
Fix google.genai.types.* format in yaml
Rima-ag Mar 1, 2026
880fe29
[google-genai] Add standard definitions to Google GenAI semconv
Rima-ag Mar 6, 2026
a87fd5c
Add entry in Changelog
Rima-ag Mar 8, 2026
0c6a783
Run checks
Rima-ag Mar 8, 2026
b8eacea
Merge branch 'main' into init-gcp-genai
Rima-ag Mar 8, 2026
5a03c06
Add pointer to Google GenAI docs
Rima-ag Mar 8, 2026
1b36a7a
Add span name and embeddings section
Rima-ag Mar 8, 2026
d478e88
fix typo
Rima-ag Mar 8, 2026
ab98e65
Make check fixes
Rima-ag Mar 8, 2026
3fb9998
Convert config into a templated attribute
Rima-ag Mar 16, 2026
61bd11a
Remove gcp.client.service
Rima-ag Mar 16, 2026
f27654d
Update changelog
Rima-ag Mar 16, 2026
2d26c81
Merge branch 'init-gcp-genai' into gcp_genai_request_star_attributes_…
Rima-ag Mar 16, 2026
d40b761
fix lint
Rima-ag Mar 16, 2026
32efcfa
Use template[any] instead of template[string]
Rima-ag Mar 17, 2026
0c4c970
remove gcp/gen-ai.yaml
Rima-ag Mar 17, 2026
21521af
Revert adding owner to gcp area
Rima-ag Mar 20, 2026
aba0847
Rename file and replace gen_ai.system by gen_ai.provider.name
Rima-ag Mar 29, 2026
6484955
Merge branch 'init-gcp-genai' into gcp_genai_request_star_attributes_…
Rima-ag Mar 29, 2026
d68ccea
Merge remote-tracking branch 'origin' into gcp_genai_request_star_att…
Rima-ag Apr 29, 2026
b7ce33a
remove unecessary changelog
Rima-ag Apr 29, 2026
e01b7c3
Update gcp.md
Rima-ag Apr 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .chloggen/gcp_genai_request_star_attributes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
change_type: enhancement
component: gen-ai
note: Define attribute for Google generative AI operation request configuration.
issues: [2053]
subtext: Defines `gcp.gen_ai.operation.config` as a templated string for recording a subset of operation configuration options.
1 change: 1 addition & 0 deletions docs/gen-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Technology specific semantic conventions are defined for the following GenAI sys
* [Anthropic](./anthropic.md): Semantic Conventions for Anthropic.
* [Azure AI Inference](./azure-ai-inference.md): Semantic Conventions for Azure AI Inference.
* [AWS Bedrock](./aws-bedrock.md): Semantic Conventions for AWS Bedrock.
* [Google GenAI](./google-genai.md): Semantic Conventions for Gemini and Vertex AI.
* [OpenAI](./openai.md): Semantic Conventions for OpenAI.

See also:
Expand Down
Loading
Loading