SREチーム XX XX XX Jun Kawaoka インフラエンジニアや管理職を経てコミューンへの転職を機にSREsへジョブ チェンジ。あらゆる組織とひとが融け合うためのプロダクトを開発しています。 プライベートではBacklogユーザー会JBUGの運営、CloudNative Days実 行委員、町内会のデジタル担当など、公私共に コミュニティを中心に生活しています。 自己紹介
Continuous profiling has become an increasingly popular tool for the monitoring and debugging of performance issues (arguably the fourth pillar of observability).
start as startProfiler } from '@google-cloud/profiler' const shortSha = process.env.SHORT_SHA || 'unknown' startProfiler({ serviceContext: { service: SERVICE_NAME, version: shortSha, }, }).catch(error => { // This error does not directly affect the operation of the application logger.warning(`[startProfiler] Google Cloud Profiler - ${error}`) })