Skip to content

Conversation

liu-657667
Copy link
Collaborator

  • 新增 spring-ai-observability 模块,包含 metric 和 tracing 两个子模块
  • 实现了对 AI 模型调用的监控、追踪和可观测性管理
  • 集成了 OpenAI 客户端、Redis VectorStore 和 Zipkin 分布式追踪
  • 提供了聊天、图像生成、文本嵌入等功能的 REST 接口
  • 添加了 Prometheus 指标和健康检查支持

#8

liu-657667 and others added 6 commits June 23, 2025 09:09
- 将 spring.ai.openai.chat.api-key 更名为 spring.ai.openai.api-key
- 统一 API 密钥配置,解决潜在的配置错误问题
- 新增 spring-ai-observability 模块,包含 metric 和 tracing 两个子模块
- 实现了对 AI 模型调用的监控、追踪和可观测性管理
- 集成了 OpenAI 客户端、Redis VectorStore 和 Zipkin 分布式追踪
- 提供了聊天、图像生成、文本嵌入等功能的 REST 接口
- 添加了 Prometheus 指标和健康检查支持
- 将 image 方法的返回类型从 void改为 String
- 移除了 HttpServletResponse 参数
- 直接返回图像 URL 字符串,而不是通过输出流传输图像数据
- 在 metric 和 tracing模块的 README 文件中,将 application.yml 的路径从绝对路径修改为相对路径
- 优化文档的可读性和通用性,避免特定于某个用户的路径
@glmapper glmapper requested a review from Gepeng18 June 24, 2025 08:44
Copy link
Collaborator

@glmapper glmapper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@glmapper glmapper added the enhancement New feature or request label Jun 24, 2025
@glmapper glmapper merged commit 126c4ce into java-ai-tech:main Jun 25, 2025
glmapper pushed a commit that referenced this pull request Jul 2, 2025
* fix(spring-ai-chat-qwen): 修复 API 密钥配置问题

- 将 spring.ai.openai.chat.api-key 更名为 spring.ai.openai.api-key
- 统一 API 密钥配置,解决潜在的配置错误问题

* feat(spring-ai-observability): 添加可观察性模块

- 新增 spring-ai-observability 模块,包含 metric 和 tracing 两个子模块
- 实现了对 AI 模型调用的监控、追踪和可观测性管理
- 集成了 OpenAI 客户端、Redis VectorStore 和 Zipkin 分布式追踪
- 提供了聊天、图像生成、文本嵌入等功能的 REST 接口
- 添加了 Prometheus 指标和健康检查支持

* refactor(spring-ai-observability-metric): 优化 image 控制器的实现

- 将 image 方法的返回类型从 void改为 String
- 移除了 HttpServletResponse 参数
- 直接返回图像 URL 字符串,而不是通过输出流传输图像数据

* docs(spring-ai-observability): 更新快速启动指南中的配置文件路径

- 在 metric 和 tracing模块的 README 文件中,将 application.yml 的路径从绝对路径修改为相对路径
- 优化文档的可读性和通用性,避免特定于某个用户的路径
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants