Skip to content
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

専用チャンネルからメインチャンネルへの情報共有 #33

Open
nari-ex opened this issue May 22, 2023 · 0 comments
Open

Comments

@nari-ex
Copy link
Member

nari-ex commented May 22, 2023

Why

インシデントごとに専用チャンネル1を作成すると情報の分散が問題になる。この点については、以下のTweetでも議論が行われている。
refs: https://twitter.com/this_hits_home/status/1559328022854922241

情報の分散が起きると、メインチャンネル2に期待するインシデントに関する情報共有機能が失われたり、同一インシデントを複数のチームが対応して二次障害が起きたり、インシデントの状況を知るためにわざわざ別チャンネルに移動する手間が生じる。

この課題を解消するために、専用チャンネルの情報をメインチャンネルに同期的に共有したい。

What

各インシデントの詳細な情報は専用チャンネル、ざっくりした情報はメインチャンネルで読み取るという使い分けができるようにしたい。現在のWaroomの仕様では、起票時の情報はメインチャンネルで行われるため、起票以降のインシデント対応情報を共有すればよい。

対応詳細に関する情報は専用チャンネルで読み取ることを想定すると、メインチャンネルでは現在発生しているインシデントの状況を把握できればよい。インシデントの状況はWaroom上のインシデントステータス(Detected、Investigating、Fixing、Resolved、Close)から読み取れるため、その情報をメインチャンネルへ共有する。

Footnotes

  1. 特定の1つのインシデントに関するコミュニケーションを行うために作られる一時的なSlackチャンネル。

  2. 全てのインシデントの通知と情報共有を行うためのSlackチャンネル。

@github-project-automation github-project-automation bot moved this to Researching in Waroom Roadmap May 22, 2023
@nari-ex nari-ex moved this from Researching to We are working on it in Waroom Roadmap Oct 31, 2023
@nari-ex nari-ex changed the title Share the status of incidents responding on a dedicated channel to the main channel 専用チャンネルからメインチャンネルへの情報共有 Nov 8, 2023
@nari-ex nari-ex moved this from We are working on it to Backlog in Waroom Roadmap Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant