Skip to main content

tech

Google Dapper Distributed Tracing System
·884 words·5 mins
Dapper, Google’s distributed systems tracing infrastructure, is designed to provide Google developers with deeper insights into the behavior of complex distributed systems. Introduction # There is a service composed of five servers:
Accelerating Java Application Container Image Builds with Google JIB
·367 words·2 mins
JIB Overview # Jib is Google’s newly open-sourced tool for building Docker images for Java applications. It can generate images and push them to a registry directly via Gradle or Maven, without requiring a Dockerfile or any other plugins.