Class: Google::Apis::LoggingV2::LogEntry
- Inherits:
-
Object
- Object
- Google::Apis::LoggingV2::LogEntry
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/logging_v2/classes.rb,
lib/google/apis/logging_v2/representations.rb,
lib/google/apis/logging_v2/representations.rb
Overview
An individual entry in a log.
Instance Attribute Summary collapse
-
#error_groups ⇒ Array<Google::Apis::LoggingV2::LogErrorGroup>
Output only.
-
#http_request ⇒ Google::Apis::LoggingV2::HttpRequest
A common proto for logging HTTP requests.
-
#insert_id ⇒ String
Optional.
-
#json_payload ⇒ Hash<String,Object>
The log entry payload, represented as a structure that is expressed as a JSON object.
-
#labels ⇒ Hash<String,String>
Optional.
-
#log_name ⇒ String
Required.
-
#metadata ⇒ Google::Apis::LoggingV2::MonitoredResourceMetadata
Auxiliary metadata for a MonitoredResource object.
-
#operation ⇒ Google::Apis::LoggingV2::LogEntryOperation
Additional information about a potentially long-running operation with which a log entry is associated.
-
#proto_payload ⇒ Hash<String,Object>
The log entry payload, represented as a protocol buffer.
-
#receive_timestamp ⇒ String
Output only.
-
#resource ⇒ Google::Apis::LoggingV2::MonitoredResource
An object representing a resource that can be used for monitoring, logging, billing, or other purposes.
-
#severity ⇒ String
Optional.
-
#source_location ⇒ Google::Apis::LoggingV2::LogEntrySourceLocation
Additional information about the source code location that produced the log entry.
-
#span_id ⇒ String
Optional.
-
#split ⇒ Google::Apis::LoggingV2::LogSplit
Additional information used to correlate multiple log entries.
-
#text_payload ⇒ String
The log entry payload, represented as a Unicode string (UTF-8).
-
#timestamp ⇒ String
Optional.
-
#trace ⇒ String
Optional.
-
#trace_sampled ⇒ Boolean
(also: #trace_sampled?)
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LogEntry
constructor
A new instance of LogEntry.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LogEntry
Returns a new instance of LogEntry.
2029 2030 2031 |
# File 'lib/google/apis/logging_v2/classes.rb', line 2029 def initialize(**args) update!(**args) end |
Instance Attribute Details
#error_groups ⇒ Array<Google::Apis::LoggingV2::LogErrorGroup>
Output only. The Error Reporting (https://cloud.google.com/error-reporting)
error groups associated with this LogEntry. Error Reporting sets the values
for this field during error group creation.For more information, see View
error details( https://cloud.google.com/error-reporting/docs/viewing-errors#
view_error_details)This field isn't available during log routing (https://
cloud.google.com/logging/docs/routing/overview)
Corresponds to the JSON property errorGroups
1848 1849 1850 |
# File 'lib/google/apis/logging_v2/classes.rb', line 1848 def error_groups @error_groups end |
#http_request ⇒ Google::Apis::LoggingV2::HttpRequest
A common proto for logging HTTP requests. Only contains semantics defined by
the HTTP specification. Product-specific logging information MUST be defined
in a separate message.
Corresponds to the JSON property httpRequest
1855 1856 1857 |
# File 'lib/google/apis/logging_v2/classes.rb', line 1855 def http_request @http_request end |
#insert_id ⇒ String
Optional. A unique identifier for the log entry. If you provide a value, then
Logging considers other log entries in the same project, with the same
timestamp, and with the same insert_id to be duplicates which are removed in a
single query result. However, there are no guarantees of de-duplication in the
export of logs.If the insert_id is omitted when writing a log entry, the
Logging API assigns its own unique identifier in this field.In queries, the
insert_id is also used to order log entries that have the same log_name and
timestamp values.
Corresponds to the JSON property insertId
1867 1868 1869 |
# File 'lib/google/apis/logging_v2/classes.rb', line 1867 def insert_id @insert_id end |
#json_payload ⇒ Hash<String,Object>
The log entry payload, represented as a structure that is expressed as a JSON
object.
Corresponds to the JSON property jsonPayload
1873 1874 1875 |
# File 'lib/google/apis/logging_v2/classes.rb', line 1873 def json_payload @json_payload end |
#labels ⇒ Hash<String,String>
Optional. A map of key, value pairs that provides additional information about
the log entry. The labels can be user-defined or system-defined.User-defined
labels are arbitrary key, value pairs that you can use to classify logs.System-
defined labels are defined by GCP services for platform logs. They have two
components - a service namespace component and the attribute name. For example:
compute.googleapis.com/resource_name.Cloud Logging truncates label keys that
exceed 512 B and label values that exceed 64 KB upon their associated log
entry being written. The truncation is indicated by an ellipsis at the end of
the character string.
Corresponds to the JSON property labels
1886 1887 1888 |
# File 'lib/google/apis/logging_v2/classes.rb', line 1886 def labels @labels end |
#log_name ⇒ String
Required. The resource name of the log to which this log entry belongs: "
projects/[PROJECT_ID]/logs/[LOG_ID]" "organizations/[ORGANIZATION_ID]/logs/[
LOG_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" "folders/[
FOLDER_ID]/logs/[LOG_ID]" A project number may be used in place of PROJECT_ID.
The project number is translated to its corresponding PROJECT_ID internally
and the log_name field will contain PROJECT_ID in queries and exports.[LOG_ID]
must be URL-encoded within log_name. Example: "organizations/1234567890/logs/
cloudresourcemanager.googleapis.com%2Factivity".[LOG_ID] must be less than 512
characters long and can only include the following characters: upper and lower
case alphanumeric characters, forward-slash, underscore, hyphen, and period.
For backward compatibility, if log_name begins with a forward-slash, such as /
projects/..., then the log entry is processed as usual, but the forward-slash
is removed. Listing the log entry will not show the leading slash and
filtering for a log name with a leading slash will never return any results.
Corresponds to the JSON property logName
1904 1905 1906 |
# File 'lib/google/apis/logging_v2/classes.rb', line 1904 def log_name @log_name end |
#metadata ⇒ Google::Apis::LoggingV2::MonitoredResourceMetadata
Auxiliary metadata for a MonitoredResource object. MonitoredResource objects
contain the minimum set of information to uniquely identify a monitored
resource instance. There is some other useful auxiliary metadata. Monitoring
and Logging use an ingestion pipeline to extract metadata for cloud resources
of all types, and store the metadata in this message.
Corresponds to the JSON property metadata
1913 1914 1915 |
# File 'lib/google/apis/logging_v2/classes.rb', line 1913 def @metadata end |
#operation ⇒ Google::Apis::LoggingV2::LogEntryOperation
Additional information about a potentially long-running operation with which a
log entry is associated.
Corresponds to the JSON property operation
1919 1920 1921 |
# File 'lib/google/apis/logging_v2/classes.rb', line 1919 def operation @operation end |
#proto_payload ⇒ Hash<String,Object>
The log entry payload, represented as a protocol buffer. Some Google Cloud
Platform services use this field for their log entry payloads.The following
protocol buffer types are supported; user-defined types are not supported:"
type.googleapis.com/google.cloud.audit.AuditLog" "type.googleapis.com/google.
appengine.logging.v1.RequestLog"
Corresponds to the JSON property protoPayload
1928 1929 1930 |
# File 'lib/google/apis/logging_v2/classes.rb', line 1928 def proto_payload @proto_payload end |
#receive_timestamp ⇒ String
Output only. The time the log entry was received by Logging.
Corresponds to the JSON property receiveTimestamp
1933 1934 1935 |
# File 'lib/google/apis/logging_v2/classes.rb', line 1933 def @receive_timestamp end |
#resource ⇒ Google::Apis::LoggingV2::MonitoredResource
An object representing a resource that can be used for monitoring, logging,
billing, or other purposes. Examples include virtual machine instances,
databases, and storage devices such as disks. The type field identifies a
MonitoredResourceDescriptor object that describes the resource's schema.
Information in the labels field identifies the actual resource and its
attributes according to the schema. For example, a particular Compute Engine
VM instance could be represented by the following object, because the
MonitoredResourceDescriptor for "gce_instance" has labels "project_id", "
instance_id" and "zone": "type": "gce_instance", "labels":
"project_id": "
my-project", "instance_id": "12345678901234", "zone": "us-central1-a" `
Corresponds to the JSON property
resource`
1947 1948 1949 |
# File 'lib/google/apis/logging_v2/classes.rb', line 1947 def resource @resource end |
#severity ⇒ String
Optional. The severity of the log entry. The default value is LogSeverity.
DEFAULT.
Corresponds to the JSON property severity
1953 1954 1955 |
# File 'lib/google/apis/logging_v2/classes.rb', line 1953 def severity @severity end |
#source_location ⇒ Google::Apis::LoggingV2::LogEntrySourceLocation
Additional information about the source code location that produced the log
entry.
Corresponds to the JSON property sourceLocation
1959 1960 1961 |
# File 'lib/google/apis/logging_v2/classes.rb', line 1959 def source_location @source_location end |
#span_id ⇒ String
Optional. The ID of the Cloud Trace (https://cloud.google.com/trace) span
associated with the current operation in which the log is being written. For
example, if a span has the REST resource name of "projects/some-project/traces/
some-trace/spans/some-span-id", then the span_id field is "some-span-id".A
Span (https://cloud.google.com/trace/docs/reference/v2/rest/v2/projects.traces/
batchWrite#Span) represents a single operation within a trace. Whereas a trace
may involve multiple different microservices running on multiple different
machines, a span generally corresponds to a single logical operation being
performed in a single instance of a microservice on one specific machine.
Spans are the nodes within the tree that is a trace.Applications that are
instrumented for tracing (https://cloud.google.com/trace/docs/setup) will
generally assign a new, unique span ID on each incoming request. It is also
common to create and record additional spans corresponding to internal
processing elements as well as issuing requests to dependencies.The span ID is
expected to be a 16-character, hexadecimal encoding of an 8-byte array and
should not be zero. It should be unique within the trace and should, ideally,
be generated in a manner that is uniformly random.Example values:
000000000000004a 7a2190356c3fc94b 0000f00300090021 d39223e101960076
Corresponds to the JSON property spanId
1981 1982 1983 |
# File 'lib/google/apis/logging_v2/classes.rb', line 1981 def span_id @span_id end |
#split ⇒ Google::Apis::LoggingV2::LogSplit
Additional information used to correlate multiple log entries. Used when a
single LogEntry would exceed the Google Cloud Logging size limit and is split
across multiple log entries.
Corresponds to the JSON property split
1988 1989 1990 |
# File 'lib/google/apis/logging_v2/classes.rb', line 1988 def split @split end |
#text_payload ⇒ String
The log entry payload, represented as a Unicode string (UTF-8).
Corresponds to the JSON property textPayload
1993 1994 1995 |
# File 'lib/google/apis/logging_v2/classes.rb', line 1993 def text_payload @text_payload end |
#timestamp ⇒ String
Optional. The time the event described by the log entry occurred. This time is
used to compute the log entry's age and to enforce the logs retention period.
If this field is omitted in a new log entry, then Logging assigns it the
current time. Timestamps have nanosecond accuracy, but trailing zeros in the
fractional seconds might be omitted when the timestamp is displayed.Incoming
log entries must have timestamps that don't exceed the logs retention period (
https://cloud.google.com/logging/quotas#logs_retention_periods) in the past,
and that don't exceed 24 hours in the future. Log entries outside those time
boundaries are rejected by Logging.
Corresponds to the JSON property timestamp
2006 2007 2008 |
# File 'lib/google/apis/logging_v2/classes.rb', line 2006 def @timestamp end |
#trace ⇒ String
Optional. The REST resource name of the trace being written to Cloud Trace (
https://cloud.google.com/trace) in association with this log entry. For
example, if your trace data is stored in the Cloud project "my-trace-project"
and if the service that is creating the log entry receives a trace header that
includes the trace ID "12345", then the service should use "projects/my-trace-
project/traces/12345".The trace field provides the link between logs and
traces. By using this field, you can navigate from a log entry to a trace.
Corresponds to the JSON property trace
2017 2018 2019 |
# File 'lib/google/apis/logging_v2/classes.rb', line 2017 def trace @trace end |
#trace_sampled ⇒ Boolean Also known as: trace_sampled?
Optional. The sampling decision of the span associated with the log entry at
the time the log entry was created. This field corresponds to the sampled flag
in the W3C trace-context specification (https://www.w3.org/TR/trace-context/#
sampled-flag). A non-sampled trace value is still useful as a request
correlation identifier. The default is False.
Corresponds to the JSON property traceSampled
2026 2027 2028 |
# File 'lib/google/apis/logging_v2/classes.rb', line 2026 def trace_sampled @trace_sampled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 |
# File 'lib/google/apis/logging_v2/classes.rb', line 2034 def update!(**args) @error_groups = args[:error_groups] if args.key?(:error_groups) @http_request = args[:http_request] if args.key?(:http_request) @insert_id = args[:insert_id] if args.key?(:insert_id) @json_payload = args[:json_payload] if args.key?(:json_payload) @labels = args[:labels] if args.key?(:labels) @log_name = args[:log_name] if args.key?(:log_name) @metadata = args[:metadata] if args.key?(:metadata) @operation = args[:operation] if args.key?(:operation) @proto_payload = args[:proto_payload] if args.key?(:proto_payload) @receive_timestamp = args[:receive_timestamp] if args.key?(:receive_timestamp) @resource = args[:resource] if args.key?(:resource) @severity = args[:severity] if args.key?(:severity) @source_location = args[:source_location] if args.key?(:source_location) @span_id = args[:span_id] if args.key?(:span_id) @split = args[:split] if args.key?(:split) @text_payload = args[:text_payload] if args.key?(:text_payload) @timestamp = args[:timestamp] if args.key?(:timestamp) @trace = args[:trace] if args.key?(:trace) @trace_sampled = args[:trace_sampled] if args.key?(:trace_sampled) end |