-
Notifications
You must be signed in to change notification settings - Fork 5
mock & mcp #6
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
Open
aice030
wants to merge
51
commits into
qiniu:mvp
Choose a base branch
from
JaD1ng:mvp
base: mvp
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
mock & mcp #6
Conversation
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
添加项目技术选型、目录结构说明
# Conflicts: # mock-s3-storage/shared/errors/types.go # mock-s3-storage/shared/pkg/metrics/metrics.go
- 合并 shared 库的接口设计到 mock 分支 - 包含完整的遥测接口(metrics, logs, tracing) - 错误处理系统和配置管理 - 解决 .gitignore 合并冲突
- config: 统一配置管理,移除重复定义 - faults: 合并errors和faults包,完善错误注入与类型关联 - httpclient: 简化HTTP客户端接口,去除过度设计的企业级特性 - httpserver: 简化HTTP服务器接口,专注核心功能 - telemetry: 重构可观测性模块,分离logs/metrics/tracing包 - database/discovery: 简化接口设计,移除工厂模式 总体代码减少约80%,保持核心功能的同时提升可维护性
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
mock系统的存储服务,实现上传下载和删除功能,另外实现了模拟内存泄漏和cpu飙升的故障方法
mcp服务,实现了获取prometheus数据(真实数据,需要promql语句)和日志(返回固定值)的功能