Stay organized with collections
Save and categorize content based on your preferences.
Google Distributed Cloud (GDC) air-gapped provides operational logging capabilities to help
you manage your applications and services effectively. Operational logs capture
information about the conditions, changes, and actions occurring within your
deployments, letting developers and operators do the following:
Troubleshoot issues: Identify and diagnose errors or unexpected behavior
in your applications and infrastructure.
Monitor performance: Track resource usage, maintain a record of system
events, and optimize application performance.
This section helps to understand and query operational logs. Use this section
for reference when constructing
LogQL (Log Query Language)
expressions to search for operational logs. For more information, see
Query and view logs.
GDC collects operational logs for various resources,
including the following:
Kubernetes workloads: Logs are captured from the standard output
(stdout) and standard error (stderr) streams of your applications,
adhering to the Kubernetes Container Runtime Interface (CRI) logging format.
This practice ensures consistency and compatibility with Kubernetes' logging
tools and practices. For more information on this format, refer to the
official Kubernetes documentation:
https://github.com/kubernetes/design-proposals-archive/blob/main/node/kubelet-cri-logging.md.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-12 UTC."],[[["Google Distributed Cloud (GDC) air-gapped offers operational logging to help manage applications and services, capturing information about conditions, changes, and actions within deployments."],["Operational logs enable developers and operators to troubleshoot issues by identifying and diagnosing errors or unexpected behavior."],["Operational logs can be used to monitor performance by tracking resource usage, maintaining records of system events, and optimizing application performance."],["GDC collects operational logs for various resources, including Kubernetes workloads from the standard output (`stdout`) and standard error (`stderr`) streams of applications."]]],[]]