@hgsgtk Kazuki Higashiguchi job is … Software Engineer lang is ... PHP, Go ...etc belongs to ... BASE BANK株式会社 (BASE株式会社の100%子会社) worked with … Mackerel, Docker, AWS(ECS/Fargate) 3
= ● Health Check Response Format for HTTP APIs (IETF) ○ https://tools.ietf.org/id/draft-inadarei-api-health-check-02.html ● ヘルスチェックのためのJSONレスポンスの共通フォーマットの議論 ○ “This document proposes a service health check response format for HTTP APIs.” ● 進行中のIssues ○ https://github.com/inadarei/rfc-healthcheck/issues 15 Health Check Response Format for HTTP APIs
= ● API Health Response ○ https://tools.ietf.org/id/draft-inadarei-api-health-check-02.html#api-health-response ● format ○ status ○ version (optional) ○ releaseId (optional) ○ notes (optional) ○ output (optional) ○ details (optional) - The Details Object ○ links (optional) ○ serviceId (optional) ○ description (optional) - human readable 16 API Health Response Format (draft)
= 次のどれかの値を設定する ● “pass”: ○ healthy (acceptable aliases: “ok” to support Node’s Terminius and “up” for Java’s SpringBoot) ● “fail”: ○ unhealthy (acceptable aliases: “error” to support Node’s Terminius and “down” for Java’s SpringBoot) ● “warn”: ○ healthy, with some concerns. 18 抜粋:Status