The LogDog Coordinator is an AppEngine application that serves as a central coordinating and interactive authority for a LogDog instance. The Coordinator is responsible for:
A Coordinator occupies the AppEngine space of a given cloud project, and assumes ownership of that project's resources. It is composed of several cooperative AppEngine modules.
The default module exposes the Logs API for log stream querying and consumption.
It is currently an AppEngine Managed VM, since Managed VMs are the only type of AppEngine instance that can use gRPC, and gRPC is needed to read from BigTable.
The services module exposes management endpoints to the instance's microservices, notably the Collector and Archivist microservices. These endpoints are used to coordinate the microservice-managed aspects of the log stream lifecycle.
The backend module hosts the Tumble journaled processing service, which handles log stream lifecycle transitions and deadlines.
The static module hosts static content, including:
rpcexplorer