Merged
Conversation
gitops-for-cloudnativedays bot
added a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Jul 10, 2025
gitops-for-cloudnativedays bot
added a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Jul 10, 2025
commit: cloudnativedaysjp/dreamkast@6c037d8 action URL: https://github.com/cloudnativedaysjp/dreamkast/actions/runs/16193757110 Co-authored-by: gitops-for-cloudnativedays[bot] <113280573+gitops-for-cloudnativedays[bot]@users.noreply.github.com>
6c037d8 to
febb694
Compare
|
Claude finished @ne-sachirou's task —— View job コードレビューの結果このPRでOpenTelemetryトレースの計装を実装されていますね。全体的によく構造化された実装になっていると思います。以下、詳細なフィードバックをお伝えします。 ✅ 良い点
🔍 改善提案
|
gitops-for-cloudnativedays bot
added a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Sep 17, 2025
gitops-for-cloudnativedays bot
added a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Sep 17, 2025
commit: cloudnativedaysjp/dreamkast@febb694 action URL: https://github.com/cloudnativedaysjp/dreamkast/actions/runs/17789625558 Co-authored-by: gitops-for-cloudnativedays[bot] <113280573+gitops-for-cloudnativedays[bot]@users.noreply.github.com>
gitops-for-cloudnativedays bot
added a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Sep 18, 2025
gitops-for-cloudnativedays bot
added a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Sep 18, 2025
commit: cloudnativedaysjp/dreamkast@2c86f87 action URL: https://github.com/cloudnativedaysjp/dreamkast/actions/runs/17836627993 Co-authored-by: gitops-for-cloudnativedays[bot] <113280573+gitops-for-cloudnativedays[bot]@users.noreply.github.com>
2c86f87 to
84da47a
Compare
gitops-for-cloudnativedays bot
added a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Sep 18, 2025
gitops-for-cloudnativedays bot
added a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Sep 18, 2025
commit: cloudnativedaysjp/dreamkast@84da47a action URL: https://github.com/cloudnativedaysjp/dreamkast/actions/runs/17837510111 Co-authored-by: gitops-for-cloudnativedays[bot] <113280573+gitops-for-cloudnativedays[bot]@users.noreply.github.com>
7 tasks
gitops-for-cloudnativedays bot
added a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Sep 19, 2025
gitops-for-cloudnativedays bot
added a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Sep 19, 2025
commit: cloudnativedaysjp/dreamkast@6071fc3 action URL: https://github.com/cloudnativedaysjp/dreamkast/actions/runs/17848206248 Co-authored-by: gitops-for-cloudnativedays[bot] <113280573+gitops-for-cloudnativedays[bot]@users.noreply.github.com>
Simplecov Report
|
takaishi
approved these changes
Sep 22, 2025
Co-authored-by: Ryo Takaishi <ryo.takaishi.0@gmail.com>
gitops-for-cloudnativedays bot
added a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Sep 23, 2025
gitops-for-cloudnativedays bot
added a commit
to cloudnativedaysjp/dreamkast-infra
that referenced
this pull request
Sep 23, 2025
commit: cloudnativedaysjp/dreamkast@384ebad action URL: https://github.com/cloudnativedaysjp/dreamkast/actions/runs/17952896746 Co-authored-by: gitops-for-cloudnativedays[bot] <113280573+gitops-for-cloudnativedays[bot]@users.noreply.github.com>
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
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.
dreamkastにOpenTelemetryトレースを計装する。
一般的な設定例はトレース - RubyにOpenTelemetryを導入する - Mackerel ヘルプ。
手元から送ってみたトレースの様子 : https://cloudnativedays.slack.com/archives/C02MAP9EHAA/p1758219358193209
OpenTelemetryコレクターはサイドカーコンテナとして同じECSタスク内に立っている。トレースはコレクターに送り、コレクターがバックエンド(Mackerel)に送る。サンプリングなどの処理はコレクターで行う。コレクターの設定は cloudnativedaysjp/dreamkast-infra#4713 の通り。