Upgrade to Pro — share decks privately, control downloads, hide ads and more …

SLI/SLO をストリーム アラインドチームに導入した話

SLI/SLO をストリーム アラインドチームに導入した話

Tsukasa OISHI

March 10, 2023
Tweet

More Decks by Tsukasa OISHI

Other Decks in Technology

Transcript

  1. スピーカー紹介 2022 年 6 月 Ubie株式会社 Ubie Discovery 入社。 プロダクト開発エンジニアとして病院・クリニック向けのプロダクト

    「ユビー AI 問診」の開発・運用や、 Ubie のシステムアーキテク チャを生産性の面から改善していく業務に携わっている。 Twitter: @tsukasa_oishi GitHub: @tsukasaoishi おおいしつかさ Ubie株式会社
  2. Google Cloud Managed Service for Prometheus(GMP)は terraform で設 定している Terraform

    resource “google_monitoring_slo” “ubie_a_team_latency” { service = google_monitoring_cs.ubie_a_team.service_id project = local.project_id display_name = “monthly ubie a team latency p95 < ??ms” slo_id = “ubie-a-team-latency” goal = 0.95 calendar_period = “MONTH” request_based_cli { distribution_cut { Distribution_filter = “metrics.type=...” range { min = 0 max = ?? } } } }