Skip to content

Commit

Permalink
Regenerate client from commit c520a0fb of spec repo (#1087)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Oct 6, 2022
1 parent b32d97d commit 3f2ab1c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.4",
"regenerated": "2022-10-05 17:41:24.726803",
"spec_repo_commit": "a0867244"
"regenerated": "2022-10-06 09:26:40.283387",
"spec_repo_commit": "c520a0fb"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2022-10-05 17:41:24.740345",
"spec_repo_commit": "a0867244"
"regenerated": "2022-10-06 09:26:40.298994",
"spec_repo_commit": "c520a0fb"
}
}
}
6 changes: 3 additions & 3 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,7 @@ components:
When it matches an integration name, Datadog automatically installs the
corresponding parsers and facets.
See [reserved attributes](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes).'
See [reserved attributes](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes).'
example: nginx
type: string
ddtags:
Expand All @@ -2013,7 +2013,7 @@ components:
example: i-012345678
type: string
message:
description: 'The message [reserved attribute](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes)
description: 'The message [reserved attribute](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes)
of your log. By default, Datadog ingests the value of the message attribute
as the body of the log entry.
Expand All @@ -2029,7 +2029,7 @@ components:
It is used to switch from Logs to APM, so make sure you define the same
value when you use both products.
See [reserved attributes](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes).'
See [reserved attributes](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes).'
example: payment
type: string
required:
Expand Down
6 changes: 3 additions & 3 deletions lib/datadog_api_client/v2/models/http_log_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class HTTPLogItem

# The integration name associated with your log: the technology from which the log originated.
# When it matches an integration name, Datadog automatically installs the corresponding parsers and facets.
# See [reserved attributes](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes).
# See [reserved attributes](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes).
attr_accessor :ddsource

# Tags associated with your logs.
Expand All @@ -36,14 +36,14 @@ class HTTPLogItem
# The name of the originating host of the log.
attr_accessor :hostname

# The message [reserved attribute](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes)
# The message [reserved attribute](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes)
# of your log. By default, Datadog ingests the value of the message attribute as the body of the log entry.
# That value is then highlighted and displayed in the Logstream, where it is indexed for full text search.
attr_accessor :message

# The name of the application or service generating the log events.
# It is used to switch from Logs to APM, so make sure you define the same value when you use both products.
# See [reserved attributes](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes).
# See [reserved attributes](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes).
attr_accessor :service

attr_accessor :additional_properties
Expand Down

0 comments on commit 3f2ab1c

Please sign in to comment.