Path | Synopsis |
---|---|
api/config/svcconfig | Package svcconfig stores service configuration for a LogDog instance. |
api/endpoints/coordinator/logs/v1 | Package logdog contains Version 1 of the LogDog Coordinator user interface. |
api/endpoints/coordinator/logs/v1/fakelogs | |
api/endpoints/coordinator/registration/v1 | Package logdog contains Version 1 of the LogDog Coordinator stream registration interface. |
api/endpoints/coordinator/services/v1 | Package logdog contains Version 1 of the LogDog Coordinator backend service interface. |
api/logpb | Package logpb contains LogDog protobuf source and generated protobuf data. |
appengine/coordinator | |
appengine/coordinator/coordinatorTest | |
appengine/coordinator/endpoints | |
appengine/coordinator/endpoints/registration | |
appengine/coordinator/endpoints/services | |
appengine/coordinator/flex | |
appengine/coordinator/flex/logs | |
client/bootstrapResult | Package bootstrapResult defines a common way to express the result of bootstrapping a command via JSON. |
client/butler | Package butler is the main engine for the Butler executable. |
client/butler/bootstrap | Package bootstrap handles Butler-side bootstrapping functionality. |
client/butler/bundler | Package bundler is responsible for efficiently transforming aggregate stream data into Butler messages for export. |
client/butlerlib/bootstrap | |
client/butlerlib/streamclient | |
client/butlerlib/streamproto | Package streamproto describes the protocol primitives used by LogDog/Butler for stream negotiation. |
client/butler/output | Package output contains interfaces and implementations for Butler Outputs, which are responsible for delivering Butler protobufs to LogDog collection endpoints. |
client/butler/output/directory | |
client/butler/output/log | Package log implements the "log" Output. |
client/butler/output/logdog | Package logdog implements output to a Logdog server via PubSub. |
client/butler/output/null | |
client/butler/streamserver | |
client/cli | |
client/cmd/logdog | |
client/cmd/logdog_butler | Package main is entry point for the command-line LogDog Butler application. |
client/coordinator | |
client/pubsubprotocol | Package pubsubprotocol implements the LogDog pubsub wire protocol. |
common/archive | Package archive constructs a LogDog archive out of log stream components. |
common/fetcher | |
common/renderer | Package renderer exports the capability to render a LogDog log stream to an io.Writer. |
common/storage | |
common/storage/archive | Package archive implements a storage.Storage instance that retrieves logs from a Google Storage archive. |
common/storage/archive/logdog_archive_test | Package main implements a simple CLI tool to load and interact with Google Storage archived data. |
common/storage/bigtable | Package bigtable provides an implementation of the Storage interface backed by Google Cloud Platform's BigTable. |
common/storage/bigtable/logdog_bigtable_test | Package main implements a simple CLI tool to load and interact with storage data in Google BigTable data. |
common/storage/memory | Package memory implements in-memory Storage structures. |
common/types | |
common/viewer | Package viewer is a support library to interact with the LogDog web app and log stream viewer. |
server/archivist | |
server/bundleServicesClient | |
server/collector | Package collector implements the LogDog Collector daemon's log parsing and registration logic. |
server/collector/coordinator | Package coordinator implements a minimal interface to the Coordinator service that is sufficient for Collector usage. |
server/config | Package config abstracts access to Logdog service and project configuration. |
server/service |
Updated 2021-01-19. Refresh now. Tools for package owners.