Practical guidelines and recipes for creating and running microbenchmarks and pprof profiling for KHI DAG tasks using taskrecord and JobTestHarness.
GoogleCloudPlatform/khi
SkillsMP has collected 7 skills from GoogleCloudPlatform/khi. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 7
- GitHub stars
- 2,084
- GitHub forks
- 97
Skills in this repository
Showing 7 of 7 collected skills.
Guidelines, package patterns, and task implementations for adding new log type support or modifying existing log parsers in KHI.
Guidelines for implementing and testing LogIngesterTask and LogToTimelineMapper tasks in KHI.
Guidelines and procedures for using Jujutsu (jj) in KHI, including change management, workspace isolation, pushing commits with auto-generated bookmarks, addressing PR review feedback without squashing, and resolving conflicts incrementally from oldest to…
Guidelines on backward compatibility in KHI, explaining why internal code requires no backward compatibility, identifying anti-patterns with concrete examples, and detailing the single exception for .khi files.
Guidelines, naming conventions, and implementation patterns for designing Server-Side Streaming RPCs and their polling fallbacks in KHI.
Guidelines and mandatory rules for calling Google Cloud APIs in KHI, including CallOptionInjector, ClientFactory, and context propagation.